| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -10/+13 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -5/+0 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -5/+5 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -3/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -4/+5 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -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-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -2/+2 |
| 2020-01-22 | Privatize private fields of OutputFilenames | Mark Rousskov | -19/+14 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -7/+2 |
| 2020-01-16 | Rollup merge of #67780 - cjgillot:passes-ty, r=Zoxc | Dylan DPC | -0/+2 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -8/+9 |
| 2020-01-13 | Do not forget to provide queries. | Camille GILLOT | -0/+1 |
| 2020-01-13 | Move to new crate rustc_ty. | Camille GILLOT | -0/+1 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -0/+3 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -0/+3 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -8/+9 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -7/+2 |
| 2020-01-11 | fix ui-fulldeps & tests fallout | Mazdak Farrokhzad | -21/+21 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -11/+12 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -20/+40 |
| 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/+3 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -8/+10 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -4/+0 |
| 2020-01-09 | Tweak timers | John Kåre Alsaker | -26/+17 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -37/+66 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -67/+56 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -7/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -14/+14 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -55/+48 |
| 2020-01-04 | move def_id to new rustc_hir crate | Mazdak Farrokhzad | -0/+15 |
| 2020-01-04 | Auto merge of #67788 - cjgillot:delint-day, r=Zoxc | bors | -4/+3 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Move stability queries to librustc_passes. | Camille GILLOT | -3/+2 |
| 2020-01-01 | Move lint levels machanism in librustc_lint. | Camille GILLOT | -1/+0 |
| 2020-01-01 | Move late lint machanism in librustc_lint. | Camille GILLOT | -1/+1 |
| 2020-01-01 | Move early lint machanism in librustc_lint. | Camille GILLOT | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -17/+17 |
| 2019-12-31 | Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centril | bors | -3/+9 |
| 2019-12-31 | Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+9 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -3/+8 |
| 2019-12-31 | librustc_ast_lowering: cargo changes. | Mazdak Farrokhzad | -0/+1 |
| 2019-12-31 | Auto merge of #67699 - cjgillot:passes-resolve, r=Zoxc | bors | -2/+2 |