| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -1/+8 |
| 2020-01-21 | Auto merge of #68267 - estebank:lt-sugg, r=petrochenkov | bors | -0/+1 |
| 2020-01-19 | Deal with stabilization of `feature(slice_patterns)` | Esteban Küber | -1/+1 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -0/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 |
| 2020-01-16 | resolve: Move privacy error reporting into a separate method | Vadim Petrochenkov | -152/+10 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -12/+14 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -2/+2 |
| 2020-01-09 | rename a method in Resolver trait | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | lowering: remove dep on CrateStore | Mazdak Farrokhzad | -3/+7 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -6/+6 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -1/+2 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -1/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -9/+6 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-31 | Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centril | bors | -2/+2 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-31 | Review comments. | Camille GILLOT | -7/+0 |
| 2019-12-31 | Move resolve_lifetimes query in librustc_resolve. | Camille GILLOT | -0/+13 |
| 2019-12-30 | Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs` | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -1/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -384/+501 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -2/+4 |
| 2019-12-09 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -0/+9 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -2/+4 |
| 2019-12-06 | Use `to_option` in various places | varkor | -0/+1 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -2/+1 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -3/+4 |
| 2019-11-23 | review comments | Esteban Küber | -1/+1 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -3/+4 |
| 2019-11-23 | Move def collector from `rustc` to `rustc_resolve` | Vadim Petrochenkov | -0/+1 |
| 2019-11-18 | resolve: Allow idents to resolve to primitives in the type namespace | Gabriel Smith | -0/+8 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -7/+1 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -7/+1 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -6/+24 |
| 2019-11-16 | resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat` | Vadim Petrochenkov | -4/+4 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -1/+2 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -11/+16 |
| 2019-11-09 | Inline reserve_node_ids | Mark Rousskov | -13/+5 |