| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+2 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -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 | Update rustc-demangle to 0.1.21. | Eduard-Mihai Burtescu | -1/+1 |
| 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-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+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 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -8/+9 |
| 2021-07-01 | Skip layout query when computing integer type size during mangling | Tomasz Miąsko | -5/+5 |
| 2021-06-25 | rustc_symbol_mangling: Remove unused dependency rustc_ast | Josh Triplett | -1/+0 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -9/+8 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -2/+2 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -2/+2 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -9/+8 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-18 | Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakis | Jack Huey | -6/+37 |
| 2021-05-15 | Change to just use first binders and add test | Jack Huey | -26/+47 |
| 2021-05-13 | Fix v0 symbol mangling bug | Camelid | -16/+26 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -1/+1 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -1/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -1/+1 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -1/+1 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -3/+3 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -1/+1 |
| 2021-02-15 | Use less HirId when referring to items. | Camille GILLOT | -6/+6 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -1/+1 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -2/+1 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -1/+1 |
| 2021-01-10 | Rollup merge of #79968 - bjorn3:better_drop_glue_debuginfo, r=matthewjasper | Yuki Okushi | -1/+9 |