| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -1/+1 |
| 2022-02-14 | fast_reject: remove `StripReferences` | lcnr | -2/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -3/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -5/+5 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -8/+6 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-09 | Auto merge of #92086 - petrochenkov:modchild, r=jackh726 | bors | -2/+1 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+1 |
| 2022-01-09 | Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddyb | bors | -8/+8 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -1/+1 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -1/+0 |
| 2022-01-08 | Remove LazyMeta::min_size | bjorn3 | -8/+8 |
| 2022-01-07 | Add `trait_item_def_id` to `AssocItem` | Matthew Jasper | -0/+3 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -2/+2 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -1/+1 |
| 2022-01-01 | rustc_metadata: Use a query for collecting all traits in encoder | Vadim Petrochenkov | -21/+53 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -22/+37 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -22/+37 |
| 2021-12-28 | rustc_metadata: Merge items from `extern` blocks into their parent modules | Vadim Petrochenkov | -8/+15 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -1/+1 |
| 2021-12-18 | Rollup merge of #91926 - SylvanB:remove_in_band_lifetimes_from_rustc_metadata... | Matthias Krüger | -3/+3 |
| 2021-12-16 | Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obk | Matthias Krüger | -2/+3 |
| 2021-12-16 | Fix default_method_body_is_const when used across crates | Deadbeef | -2/+3 |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_metadata` | Sylvan Bowdler | -3/+3 |
| 2021-12-14 | extend `simplify_type` | lcnr | -3/+8 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-11-30 | Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011 | bors | -1/+1 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -1/+1 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -4/+2 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+3 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+3 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -3/+9 |
| 2021-10-28 | Remove `ModData` from rustc_metadata | Matthew Jasper | -3/+1 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -1/+3 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+3 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -1/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -4/+3 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -1/+3 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -1/+18 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -1/+3 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -4/+3 |
| 2021-09-21 | `crates` is already deterministic | lcnr | -4/+3 |
| 2021-09-14 | Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa... | Michael Woerister | -3/+3 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -0/+13 |