| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-31 | Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc | Dylan DPC | -1/+0 |
| 2019-12-31 | Move resolve_lifetimes query in librustc_resolve. | Camille GILLOT | -2/+2 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -12/+12 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -3/+3 |
| 2019-12-30 | Move region_scope_tree query to librustc_passes. | Camille GILLOT | -1/+0 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -3/+1 |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -4/+54 |
| 2019-12-22 | Format the world | Mark Rousskov | -483/+410 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -11/+13 |