| Age | Commit message (Expand) | Author | Lines |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -1/+1 |
| 2018-10-21 | manage cases with tabs or other whitespaces | François Mockers | -1/+1 |
| 2018-10-17 | resolve: improve common patterns | ljedrz | -3/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -1/+1 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -9/+9 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -2/+1 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -1/+16 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -2/+2 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -0/+4 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -1/+1 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -1/+1 |
| 2018-01-24 | Fix wrong span for nested empty groups | Pietro Albini | -1/+8 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -27/+32 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -1/+1 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -2/+2 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+2 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -8/+5 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -0/+5 |
| 2017-01-21 | Improve `unused_extern_crate` warnings. | Jeffrey Seyfried | -11/+16 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -2/+2 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -2/+2 |
| 2016-12-05 | Warn when an import list is empty | Esteban Küber | -0/+6 |
| 2016-11-17 | Refactor out `PerNS`. | Jeffrey Seyfried | -3/+3 |
| 2016-11-08 | Group unused import warnings per path list | Esteban Küber | -12/+42 |
| 2016-10-25 | Add identifier to unused import warnings | Taylor Cramer | -4/+6 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -1/+1 |
| 2016-05-09 | Move resolution to before lowering | Jeffrey Seyfried | -19/+18 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -0/+10 |
| 2016-04-06 | Rollup merge of #32724 - sanxiyn:outdated-comment, r=dotdash | Steve Klabnik | -20/+5 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-04-04 | Remove outdated comment | Seo Sanghyeon | -20/+5 |
| 2016-02-26 | Remove `LastPrivate` | Jeffrey Seyfried | -40/+0 |
| 2016-02-01 | Spans now derive equality | Daniel Campbell | -1/+1 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -5/+2 |
| 2015-11-14 | rustfmt librustc_resolve | corentih | -13/+13 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -7/+9 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -13/+15 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-01-21 | rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -18/+18 |