| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -43/+52 |
| 2022-06-14 | Add typeid_for_trait_ref function | flip1995 | -0/+25 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -5/+5 |
| 2022-06-13 | remove currently unused deps | klensy | -1/+0 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+4 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -1/+2 |
| 2022-05-12 | Replace DefPathData::Misc by two appropriately-named variants. | Camille GILLOT | -1/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+4 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -19/+18 |
| 2022-05-09 | review | lcnr | -1/+1 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -14/+25 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -21/+18 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -22/+19 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -22/+19 |
| 2022-04-10 | Do not access HIR to compute symbol_name. | Camille GILLOT | -8/+4 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -29/+5 |
| 2022-04-08 | remove some uses of visit_all_item_likes in typeck, symbol_mangling and passe... | Miguel Guarniz | -1/+22 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -2/+3 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -2/+3 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -5/+33 |
| 2022-02-28 | Fix inconsistent symbol mangling of integers constants with -Zverbose | Tomasz Miąsko | -5/+33 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-23 | Rename `region_should_not_be_omitted` to `should_print_region` | Tomasz Miąsko | -1/+1 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -1/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -13/+13 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -2/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+4 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -5/+3 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -2/+1 |
| 2022-01-15 | initial revert | Ellen | -5/+3 |
| 2022-01-08 | mangling_v0: Skip extern blocks during mangling | Vadim Petrochenkov | -3/+3 |
| 2022-01-05 | Ensure that `Fingerprint` caching respects hashing configuration | Aaron Hill | -19/+19 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -1/+1 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -9/+9 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -2/+6 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_symbol_mangling` | Sylvan Bowdler | -14/+13 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -7/+7 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -1/+43 |