| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2019-12-20 | introduce 'type AttrVec' | Mazdak Farrokhzad | -4/+3 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -15/+10 |
| 2019-12-19 | Fix documentation typo | LeSeulArtichaut | -1/+1 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -10/+5 |
| 2019-12-12 | Unify associated item mut visitors. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -4/+4 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -77/+12 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -11/+12 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -11/+12 |
| 2019-12-06 | Auto merge of #65195 - varkor:to_option, r=Centril | bors | -22/+7 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -4/+4 |
| 2019-12-06 | Use `to_option_with` in several places | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -22/+7 |
| 2019-12-06 | Fix Query type docs | Ömer Sinan Ağacan | -2/+2 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -2/+1 |
| 2019-12-01 | rustc_plugin: Some further cleanup | Vadim Petrochenkov | -2/+1 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -10/+5 |
| 2019-12-01 | rustc_plugin: Remove support for adding plugins from command line | Vadim Petrochenkov | -12/+2 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -2/+1 |
| 2019-11-30 | pass Queries to compiler callbacks | Ralf Jung | -0/+1 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -139/+194 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -3/+2 |
| 2019-11-27 | Allocate HIR Forest on arena. | Camille GILLOT | -3/+1 |
| 2019-11-27 | Misc renames. | Camille GILLOT | -7/+6 |
| 2019-11-27 | Simplify handling of AllArenas. | Camille GILLOT | -6/+5 |
| 2019-11-27 | Rename BoxedGlobalCtxt. | Camille GILLOT | -7/+7 |
| 2019-11-27 | Rename lifetimes. | Camille GILLOT | -22/+22 |
| 2019-11-26 | Move local Arena to Queries. | Camille GILLOT | -2/+10 |