| Age | Commit message (Expand) | Author | Lines |
| 2019-08-17 | Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank | Mazdak Farrokhzad | -2/+10 |
| 2019-08-14 | rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling. | Eduard-Mihai Burtescu | -2/+10 |
| 2019-08-14 | Update rustc-demangle to 0.1.16. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -1/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -4/+0 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -1/+1 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+3 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -16/+16 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-02 | remove unneeded deps | Mark Mansi | -1/+0 |
| 2019-06-02 | move monoitemext to inherent methods | Mark Mansi | -2/+1 |
| 2019-06-02 | remove reexports of mir::mono::{MonoItem,CodegenUnit} | Mark Mansi | -1/+2 |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -8/+4 |
| 2019-06-01 | codegen: change `$6d$` to `$u6d$` | David Wood | -1/+1 |
| 2019-05-31 | rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl. | Eduard-Mihai Burtescu | -1018/+11 |
| 2019-05-31 | rustc_codegen_utils: update mw's symbol mangler implementation. | Eduard-Mihai Burtescu | -167/+218 |
| 2019-05-31 | rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ma... | Eduard-Mihai Burtescu | -3/+954 |
| 2019-05-31 | rustc_codegen_utils: don't ignore `Ctor` path components in symbols. | Eduard-Mihai Burtescu | -3/+1 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -486/+1190 |
| 2019-05-31 | rustc_codegen_utils: test demangler output, not just symbol names. | Eduard-Mihai Burtescu | -2/+7 |
| 2019-05-30 | Symbol name predicate list printed `+` excessively | Oliver Scherer | -1/+1 |
| 2019-05-29 | Rollup merge of #61195 - davidtwco:seg-fault-mangler, r=eddyb | Mazdak Farrokhzad | -0/+3 |
| 2019-05-28 | Special-case `.llvm` in mangler to fix segfaults | David Wood | -0/+3 |
| 2019-05-26 | centralize Scalar size sanity checks and also do them in release builds | Ralf Jung | -1/+1 |
| 2019-05-25 | Only print integers in symbol path's constants | Oliver Scherer | -2/+10 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -2/+2 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -6/+6 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -5/+7 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -1/+3 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz MikuĊa | -1/+1 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-29 | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`. | Eduard-Mihai Burtescu | -38/+15 |