| Age | Commit message (Expand) | Author | Lines |
| 2018-06-09 | Update E0423 description | Esteban Küber | -4/+30 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -2/+0 |
| 2018-05-31 | Add std/core to prelude if extern_prelude enabled | Matt Brubeck | -1/+11 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -16/+58 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -8/+8 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-24 | Auto merge of #50943 - oli-obk:cleanups, r=estebank | bors | -74/+3 |
| 2018-05-23 | "crate-ify" paths that begin with a renamed crate | Niko Matsakis | -1/+3 |
| 2018-05-23 | Auto merge of #50983 - nikomatsakis:issue-50970-migration-lint-fq-path, r=ale... | bors | -20/+130 |
| 2018-05-23 | pacify the mercilous tidy | Niko Matsakis | -1/+2 |
| 2018-05-23 | handle fully qualified paths properly when linting | Niko Matsakis | -8/+48 |
| 2018-05-22 | thread info about `CrateLint` through more deeply | Niko Matsakis | -15/+63 |
| 2018-05-22 | add `Span` information into `Qself` | Niko Matsakis | -0/+21 |
| 2018-05-22 | rustc: Fix another double-lint issue with `crate::` | Alex Crichton | -2/+8 |
| 2018-05-22 | Auto merge of #50969 - nikomatsakis:issue-50673-broken-migration-lint, r=alex... | bors | -39/+139 |
| 2018-05-22 | pacify the mercilous tidy | Niko Matsakis | -5/+29 |
| 2018-05-22 | pass down information about the root tree and use that to guide lint | Niko Matsakis | -34/+62 |
| 2018-05-21 | Improve the diagnostic around impl Trait <-> generic param mismatch | Oliver Schneider | -74/+3 |
| 2018-05-20 | Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis | bors | -43/+6 |
| 2018-05-20 | resolve: Don't add unnecessary import candidates for `prefix::{self}` imports | Vadim Petrochenkov | -2/+2 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -43/+6 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -2/+14 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -88/+15 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -2/+14 |
| 2018-05-18 | track the root `UseTree` in addition to the leaf | Niko Matsakis | -5/+53 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -6/+4 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -9/+11 |
| 2018-05-17 | Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk | bors | -27/+105 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -0/+2 |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -27/+105 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -88/+15 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -4/+4 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -3/+3 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -36/+73 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -3/+3 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -99/+3 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -7/+29 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -99/+3 |
| 2018-05-01 | Better support for import resolution in 3 namespaces | Vadim Petrochenkov | -22/+58 |
| 2018-05-01 | resolve (cleanup): Get rid of `Option` in `PerNS` | Vadim Petrochenkov | -14/+15 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -1/+3 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+3 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -1/+2 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -3/+2 |
| 2018-04-27 | Add one more prelude layer for extern crate names passed with `--extern` | Vadim Petrochenkov | -7/+29 |
| 2018-04-25 | Fix crate:: in local paths | Manish Goregaokar | -4/+5 |
| 2018-04-25 | Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakis | bors | -13/+49 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -0/+12 |