| Age | Commit message (Expand) | Author | Lines |
| 2017-09-21 | Auto merge of #44215 - oli-obk:import_sugg, r=nrc | bors | -17/+37 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -17/+21 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -3/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -3/+2 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -6/+5 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -2/+3 |
| 2017-09-05 | rustc: Classify two more CrateStore methods untracked | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -12/+14 |
| 2017-09-01 | Prevent suggestions from being emitted if all possible locations are inside e... | Oliver Schneider | -15/+23 |
| 2017-08-31 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -2/+14 |
| 2017-08-30 | Rollup merge of #44089 - alexcrichton:trait-proc-macro, r=nrc | Alex Crichton | -1/+2 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -14/+10 |
| 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 | rustc: Fix proc_macro expansions on trait methods | Alex Crichton | -1/+2 |
| 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 |