| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1004/+0 |
| 2020-08-18 | Promote missing_fragment_specifier to hard error | Aleksey Kladov | -18/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -4/+4 |
| 2020-08-09 | Avoid deleting temporary files on error | Mark Rousskov | -0/+2 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -27/+8 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -3/+5 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -9/+3 |
| 2020-07-16 | Rollup merge of #73566 - jyn514:name-resolve-first, r=eddyb | Manish Goregaokar | -6/+0 |
| 2020-07-15 | Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddyb | Manish Goregaokar | -10/+15 |
| 2020-07-15 | Avoid unnecessary enum | Joshua Nelson | -6/+1 |
| 2020-07-15 | Add an option not to report resolution errors for rustdoc | Joshua Nelson | -13/+12 |
| 2020-07-15 | Don't run analysis pass in rustdoc | Joshua Nelson | -1/+0 |
| 2020-07-15 | Don't run everybody_loops for rustdoc | Joshua Nelson | -14/+15 |
| 2020-07-15 | Initialize default providers only once | Joshua Nelson | -10/+15 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -1/+2 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-06-25 | Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum | bors | -0/+35 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -1/+4 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -1/+4 |
| 2020-06-19 | Fix -Z unpretty=everybody_loops | Joshua Nelson | -0/+3 |
| 2020-06-13 | Ensure that `drop_elaboration_and_check_consts` runs for all const items | Dylan MacKenzie | -1/+5 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro definitions | Vadim Petrochenkov | -5/+10 |
| 2020-06-04 | Add `-Z span-debug` to allow for easier debugging of proc macros | Aaron Hill | -0/+1 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -4/+7 |
| 2020-05-31 | Print accessed env vars as special comments into depinfo files | Vadim Petrochenkov | -0/+35 |
| 2020-05-30 | more `LocalDefId`s | Bastian Kauschke | -1/+1 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -4/+7 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -11/+10 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -4/+2 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -4/+0 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -1/+1 |
| 2020-04-25 | Replace thread_local with generator resume arguments in box_region. | Alex Aktsipetrov | -3/+4 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -3/+3 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -2/+1 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -8/+8 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | {rustc::hir::map -> rustc_passes}::hir_id_validator | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril | bors | -1/+1 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-21 | dep_graph.assert_ignored() -> rustc_interface | Mazdak Farrokhzad | -1/+5 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #69497 - Zoxc:ast-fragment-error, r=petrochenkov | Dylan DPC | -2/+11 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -11/+7 |
| 2020-03-19 | Don't unwind when hitting the macro expansion recursion limit | John Kåre Alsaker | -2/+11 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -5/+5 |