| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -446/+0 |
| 2020-08-16 | Use LocalDefId instead of HirId for reachable_set elements. | Eduard-Mihai Burtescu | -5/+3 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -1/+1 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -12/+3 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+11 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -2/+2 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -2/+2 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -9/+8 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -8/+8 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -2/+2 |
| 2020-06-15 | Export all fns with extern indicator | Nathan Corbyn | -4/+5 |
| 2020-06-15 | Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibs | Nathan Corbyn | -4/+5 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -2/+2 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -2/+2 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -9/+8 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -8/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+2 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+4 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -4/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -6/+8 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -8/+8 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -12/+15 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -15/+48 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -8/+20 |
| 2020-01-23 | Make ExportedSymbols type more local because it's not supposed to be | Michael Woerister | -3/+1 |
| 2020-01-21 | Mark __msan_keep_going as an exported symbol for LTO | Tomasz Miąsko | -2/+6 |
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+7 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -0/+30 |
| 2020-01-07 | Always export static variables as SymbolExportLevel::C in wasm | maik | -7/+2 |
| 2020-01-07 | Export scalar statics in wasm | maik | -1/+6 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+2 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+1 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -2/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -77/+60 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -1/+1 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -3/+3 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -2/+3 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |