| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | resolve: `directive` -> `import` | Vadim Petrochenkov | -39/+38 |
| 2020-03-07 | resolve: `ImportDirective` -> `Import` | Vadim Petrochenkov | -22/+18 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -7/+7 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-24 | resolve: `lifetimes.rs` -> `late/lifetime.rs` | Vadim Petrochenkov | -2/+1 |
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -3/+3 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -2/+2 |
| 2020-02-07 | Remove unused feature gate from librustc_resolve | bjorn3 | -1/+0 |
| 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 |