| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -9/+14 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -5/+5 |
| 2020-03-14 | Fix HIR map validation | John Kåre Alsaker | -0/+2 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -6/+4 |
| 2020-03-14 | Clean up the collector | John Kåre Alsaker | -1/+2 |
| 2020-03-14 | Collect the new maps | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-19 | Split query stats into its own file | John Kåre Alsaker | -2/+2 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+1 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -6/+6 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -4/+0 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-02-01 | {syntax -> rustc_ast_passes}::node_count | Mazdak Farrokhzad | -2/+1 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -2/+2 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -3/+1 |
| 2020-01-16 | Rollup merge of #67780 - cjgillot:passes-ty, r=Zoxc | Dylan DPC | -0/+1 |
| 2020-01-13 | Do not forget to provide queries. | Camille GILLOT | -0/+1 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -0/+2 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -0/+2 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -3/+1 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -6/+7 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -14/+18 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::show_span | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::feature_gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | ast_validation -> new crate rustc_ast_passes | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -3/+2 |
| 2020-01-09 | Tweak timers | John Kåre Alsaker | -25/+17 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -31/+43 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -66/+55 |