aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Move Ty::builtin to TyBuilderFlorian Diebold2021-04-043-20/+20
| * | | | Add TyBuilder::adtFlorian Diebold2021-04-044-45/+104
| * | | | Move Ty::fn_ptr to TyBuilderFlorian Diebold2021-04-042-11/+12
| * | | | Add TyBuilder::unit() and TyExt::is_unit()Florian Diebold2021-04-047-25/+39
| * | | | Add TyBuilderFlorian Diebold2021-04-041-0/+6
|/ / / /
* | | | Merge #8324bors[bot]2021-04-041-1/+11
|\ \ \ \
| * | | | Add `Body::shrink_to_fit`Jonas Schievink2021-04-041-1/+11
* | | | | Merge #8323bors[bot]2021-04-042-6/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only remember blocks that have a DefMapJonas Schievink2021-04-042-6/+8
|/ / / /
* | | | Merge #8322bors[bot]2021-04-044-5/+14
|\ \ \ \
| * | | | Access a body's block def maps via a methodJonas Schievink2021-04-044-5/+14
* | | | | Merge #8321bors[bot]2021-04-042-13/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use exhaustive matches in shrink_to_fit implsJonas Schievink2021-04-042-13/+38
|/ / / /
* | | | Merge #8320bors[bot]2021-04-0411-41/+32
|\ \ \ \
| * | | | Make `ast_to_token_tree` infallibleJonas Schievink2021-04-0411-41/+32
|/ / / /
* | | | Merge #8319bors[bot]2021-04-041-9/+1
|\ \ \ \
| * | | | Glob-reexport hir_def database typesJonas Schievink2021-04-041-9/+1
|/ / / /
* | | | Merge #8318bors[bot]2021-04-034-1/+48
|\ \ \ \
| * | | | Use shrink_to_fit to reduce DefMap sizesJonas Schievink2021-04-034-1/+48
|/ / / /
* | | | Merge #8315bors[bot]2021-04-0312-75/+128
|\ \ \ \
| * | | | Use bitflags to compress function propertiesJonas Schievink2021-04-0311-71/+120
| * | | | Intern `ModPath` in `Import`Jonas Schievink2021-04-033-4/+8
|/ / / /
* | | | Merge #8312bors[bot]2021-04-031-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | cargo updateJeremy Kolb2021-04-031-14/+14
|/ / /
* | | Merge #8310bors[bot]2021-04-0317-75/+73
|\ \ \
| * | | Rename Ty::interned to Ty::kindFlorian Diebold2021-04-0317-75/+73
|/ / /
* | | Merge #8309bors[bot]2021-04-0317-161/+323
|\ \ \
| * | | Introduce `GenericArg` like in ChalkFlorian Diebold2021-04-0317-161/+323
|/ / /
* | | Merge #8307bors[bot]2021-04-033-3/+33
|\ \ \
| * | | Allow include! an empty content fileEdwin Cheng2021-04-033-3/+33
|/ / /
* | | Merge #8305bors[bot]2021-04-031-2/+16
|\ \ \
| * | | Fix joinLines panic if run on the empty last lineEdwin Cheng2021-04-031-2/+16
|/ / /
* | | Merge #8304bors[bot]2021-04-037-5/+67
|\ \ \
| * | | Support `#[rustc_builtin_macro = "builtin_name"]`Jonas Schievink2021-04-031-1/+11
| * | | Implement edition-dependent builtin `panic!` macroJonas Schievink2021-04-033-2/+26
| * | | Allow `,` to delimit macro 2.0 rulesJonas Schievink2021-04-033-2/+30
|/ / /
* | | Merge #8303bors[bot]2021-04-031-9/+46
|\ \ \
| * | | Allow interning stringsJonas Schievink2021-04-031-9/+46
|/ / /
* | | Merge #8298bors[bot]2021-04-021-5/+2
|\ \ \
| * | | Stop using an upgradeable read lock in interningJonas Schievink2021-04-021-5/+2
|/ / /
* | | Merge #8297bors[bot]2021-04-022-14/+58
|\ \ \
| * | | Only populate prelude for crate-level DefMapsJonas Schievink2021-04-022-14/+58
|/ / /
* | | Merge #8284bors[bot]2021-04-0215-136/+230
|\ \ \
| * | | Remove `?Sized` on `PartialEq`/`Eq` implsJonas Schievink2021-04-021-3/+5
| * | | Split `Intern::drop` into hot and cold pathJonas Schievink2021-04-021-16/+23
| * | | Remove unnecessary region, relax `Sized` boundsJonas Schievink2021-04-011-16/+12
| * | | Intern Attr, MacroCall and Path componentsJonas Schievink2021-04-017-17/+21
| * | | Global TypeRef/TraitRef interningJonas Schievink2021-04-0111-120/+205
* | | | Merge #8291bors[bot]2021-04-021-1/+1
|\ \ \ \
| * | | | Put the revision in the logged startup messageJade2021-04-021-1/+1