| Age | Commit message (Expand) | Author | Lines |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+1 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -41/+10 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -1/+6 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+1 |
| 2018-06-04 | Suggest braces when a struct literal needs them | Esteban Küber | -2/+32 |
| 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 | -1/+1 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -6/+6 |
| 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 | 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 | Auto merge of #50969 - nikomatsakis:issue-50673-broken-migration-lint, r=alex... | bors | -27/+69 |
| 2018-05-22 | pacify the mercilous tidy | Niko Matsakis | -3/+21 |
| 2018-05-22 | pass down information about the root tree and use that to guide lint | Niko Matsakis | -27/+51 |
| 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 | -31/+5 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -31/+5 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -2/+10 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -44/+14 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -2/+10 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -2/+1 |
| 2018-05-17 | Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk | bors | -27/+80 |
| 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/+80 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -44/+14 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -3/+2 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -12/+9 |
| 2018-05-01 | resolve (cleanup): Get rid of `Option` in `PerNS` | Vadim Petrochenkov | -12/+9 |
| 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-20 | mention that extern absolute paths should gate on rust 2018 | Manish Goregaokar | -0/+2 |
| 2018-04-20 | Add suggestion to lint | Manish Goregaokar | -3/+6 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -2/+27 |
| 2018-04-19 | Pass down NodeId to resolve_path | Manish Goregaokar | -8/+12 |
| 2018-04-17 | Turn some comments into doccomments | Mark Mansi | -53/+54 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -1/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -9/+8 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -1/+1 |
| 2018-04-09 | Convert sort_unstable_by_key to sort_by_cached_key | varkor | -7/+3 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -2/+5 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -7/+7 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -67/+66 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -6/+6 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -26/+27 |