| Age | Commit message (Expand) | Author | Lines |
| 2017-09-29 | Prevent suggestions from being emitted if all possible locations are inside e... | Oliver Schneider | -15/+23 |
| 2017-09-29 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -4/+18 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -11/+9 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -10/+12 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-21 | Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelix | bors | -28/+1 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -28/+1 |
| 2017-08-18 | Add an additional empty line between the suggested `use` and the next item | Oliver Schneider | -3/+14 |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -20/+99 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -37/+37 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -18/+18 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -18/+18 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 |
| 2017-08-01 | Auto merge of #43552 - petrochenkov:instab, r=jseyfried | bors | -3/+17 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -1/+2 |
| 2017-07-30 | resolve: Fix instability in import suggestions | Vadim Petrochenkov | -3/+17 |
| 2017-07-27 | Avoid duplicated errors for generic arguments in macro paths | Vadim Petrochenkov | -5/+14 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -3/+4 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -5/+1 |
| 2017-07-26 | Rollup merge of #43447 - estebank:import-span, r=nikomatsakis | Mark Simulacrum | -103/+150 |
| 2017-07-25 | Point at path segment on module not found | Esteban Küber | -103/+150 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+0 |
| 2017-07-23 | Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis | bors | -14/+63 |
| 2017-07-18 | Handle type ascription cases with a method call instead of a type | Esteban Küber | -14/+63 |
| 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 |