| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -1/+43 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -1/+1 |
| 2021-08-29 | Rollup merge of #85534 - csmoe:demagnle-assert, r=michaelwoerister | Guillaume Gomez | -2/+10 |
| 2021-08-27 | add rustc-demangle assertion on mangled symbol | csmoe | -2/+10 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -3/+5 |
| 2021-08-26 | review | lcnr | -2/+3 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+3 |
| 2021-08-24 | rustc_symbol_mangling: support structural constants and &str in v0. | Eduard-Mihai Burtescu | -0/+104 |
| 2021-08-24 | rustc_symbol_mangling: never cache placeholders in print_const. | Eduard-Mihai Burtescu | -22/+36 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -2/+2 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -4/+0 |
| 2021-08-11 | Rollup merge of #87582 - tmiasko:symbol-printer, r=michaelwoerister | Yuki Okushi | -5/+6 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -4/+0 |
| 2021-07-29 | Implement `Printer` for `&mut SymbolMangler` | Tomasz Miąsko | -14/+14 |
| 2021-07-29 | Flatten compression caches into symbol mangler | Tomasz Miąsko | -25/+18 |
| 2021-07-29 | Remove redundant option around compression caches | Tomasz Miąsko | -16/+10 |
| 2021-07-29 | Implement `Printer` for `&mut SymbolPrinter` | Tomasz Miąsko | -5/+6 |