| Age | Commit message (Expand) | Author | Lines |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -10/+15 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -8/+6 |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -3/+5 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -1/+1 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -3/+2 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -5/+7 |
| 2017-06-23 | Rollup merge of #42833 - durka:non-constant-used-with-constant, r=Mark-Simula... | Mark Simulacrum | -1/+1 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -41/+57 |
| 2017-06-22 | change span label for E0435 (fix #41871) | Alex Burka | -1/+1 |
| 2017-06-21 | Auto merge of #42076 - alex-ozdemir:master, r=nrc | bors | -23/+39 |
| 2017-06-20 | Rollup merge of #42728 - jseyfried:fix_resolve_perf, r=nrc | Corey Farwell | -1/+4 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-19 | resolve: fix perf bug. | Jeffrey Seyfried | -1/+4 |
| 2017-06-15 | Clearer Error Message for Duplicate Definition | Alex Ozdemir | -23/+39 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -9/+9 |
| 2017-06-10 | Only emit one error for `use foo::self;` | Tommy Ip | -0/+10 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -2/+2 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -2/+2 |
| 2017-06-07 | Replace some matches with try. | Masaki Hara | -4/+1 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -1/+30 |
| 2017-06-03 | Auto merge of #42334 - est31:master, r=jseyfried | bors | -1/+5 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -1/+30 |
| 2017-05-31 | Fix a test and address review comment | est31 | -1/+1 |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -1/+5 |
| 2017-05-30 | Turn public reexporting of private extern crates into a lint again | Vadim Petrochenkov | -2/+10 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -29/+13 |
| 2017-05-28 | Add note regarding parent module containing use statement. | Mark Simulacrum | -0/+26 |
| 2017-05-25 | Improve `Self`. | Jeffrey Seyfried | -1/+5 |
| 2017-05-25 | Improve intercrate hygiene. | Jeffrey Seyfried | -9/+9 |
| 2017-05-25 | Hygienize `librustc_typeck`. | Jeffrey Seyfried | -4/+12 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -139/+265 |
| 2017-05-25 | Remove `trait_item_map`, clean up `resolver.with_type_parameter_rib()`. | Jeffrey Seyfried | -57/+73 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -14/+33 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -2/+29 |
| 2017-05-15 | Address review comments | est31 | -13/+11 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -36/+32 |
| 2017-05-13 | Support #[allow] etc logic on a per macro level | est31 | -8/+5 |
| 2017-05-13 | Add lint for unused macros | est31 | -2/+34 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -107/+163 |
| 2017-05-12 | Don't use a DUMMY_SP for reporting issues with crate imports | Oliver Schneider | -1/+1 |
| 2017-05-12 | Weave the span of an import through the resolve code | Oliver Schneider | -64/+101 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-10 | Fix tidy issues | Oliver Schneider | -5/+15 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -41/+50 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -39/+39 |
| 2017-04-28 | refac Move levenchstein before context dependent check | Freyskeyd | -7/+11 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -2/+6 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -1/+3 |
| 2017-04-08 | Auto merge of #40775 - estebank:variant-as-type, r=petrochenkov | bors | -0/+32 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -1/+3 |