| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Use ParamBounds in WhereRegionPredicate | varkor | -3/+3 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -2/+2 |
| 2018-06-20 | Rename structures in ast | varkor | -6/+6 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -10/+5 |
| 2018-06-20 | Refactor ast::GenericParam as a struct | varkor | -29/+44 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -5/+5 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -2/+2 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+1 |
| 2018-06-18 | Auto merge of #51605 - ericfindlay:master, r=kennytm | bors | -1/+1 |
| 2018-06-17 | Fixed minor error in Compiler Error Index, E0603. | Eric Findlay | -1/+1 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -43/+13 |
| 2018-06-12 | Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov | bors | -3/+22 |
| 2018-06-12 | fix issue #51331 by updating qself.position | Michael Lamparski | -3/+22 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -1/+6 |
| 2018-06-11 | Auto merge of #51461 - estebank:e0423-doc, r=petrochenkov | bors | -4/+30 |
| 2018-06-09 | Update E0423 description | Esteban Küber | -4/+30 |
| 2018-06-08 | Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis | Mark Rousskov | -2/+32 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -3/+13 |
| 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-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-30 | Prohibit duplicate `macro_export`s | Vadim Petrochenkov | -3/+13 |
| 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 |