| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -11/+11 |
| 2018-05-04 | Mark lints with applicability | Manish Goregaokar | -10/+11 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-05-02 | make it compile again | flip1995 | -2/+2 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -1/+1 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -1/+2 |
| 2018-04-20 | Add suggestion to lint | Manish Goregaokar | -1/+19 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -0/+8 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -4/+4 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -3/+4 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -3/+3 |
| 2018-03-28 | Require lints to be Send + Sync | John Kåre Alsaker | -3/+4 |
| 2018-03-24 | Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. | kennytm | -7/+13 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -1/+8 |
| 2018-03-20 | change all appropriate EPOCH to EDITION | Kurtis Nusbaum | -1/+1 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -16/+16 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -7/+0 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -8/+0 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+1 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+27 |
| 2018-03-08 | Note the future epoch for epoch lints | Manish Goregaokar | -1/+6 |
| 2018-03-08 | Make bare_trait_lint allow for now | Manish Goregaokar | -4/+2 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -5/+7 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+2 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -0/+14 |
| 2018-03-02 | Run Rustfix on librustc | Manish Goregaokar | -2/+2 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+3 |
| 2018-02-27 | Emit parentheses in suggestion for global paths | Manish Goregaokar | -2/+3 |
| 2018-02-27 | Lint passes: add check_where_predicate and check_poly_trait_ref | Ralf Jung | -0/+27 |
| 2018-02-23 | span_bug doesn't work well at this stage, use the session directly | Manish Goregaokar | -1/+1 |
| 2018-02-23 | Add ability for hardwired lints to operate on the diagnostic builder | Manish Goregaokar | -4/+46 |
| 2018-02-23 | Add hardwired lint for dyn trait | Manish Goregaokar | -2/+10 |
| 2018-02-23 | Allow future-incompat lints to mention an epoch | Manish Goregaokar | -16/+57 |
| 2018-02-06 | Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrum | kennytm | -5/+14 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -1/+1 |
| 2018-02-02 | Fix rustdoc ICE on macros defined within functions | Manish Goregaokar | -5/+14 |
| 2018-02-02 | add ellided lifetime | dpc | -1/+9 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-18 | Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebank | kennytm | -6/+7 |
| 2018-01-16 | Allow a trailing comma in lint_array; fix #47428 | Mark Mansi | -6/+7 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-10 | Fix panic strings. | Dan Robertson | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+8 |
| 2017-12-22 | Convert warning about `*const _` to a future-compat lint | Michael Hewson | -1/+8 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -11/+12 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -1/+8 |
| 2017-12-09 | one-time diagnostics: span_suggestion, generalize methods for non-lints | Zack M. Davis | -6/+7 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -1/+1 |