| Age | Commit message (Expand) | Author | Lines |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -1/+0 |
| 2018-10-20 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -1/+1 |
| 2018-10-16 | Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth | bors | -13/+9 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -0/+4 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -1/+0 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+1 |
| 2018-09-27 | in which inferable outlives-requirements are linted | Zack M. Davis | -1/+4 |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -0/+2 |
| 2018-09-15 | Make `bad_style` a silent alias for `nonstandard_style` | varkor | -13/+9 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-10 | make `add_pre_expansion_builtin` add a pre-expansion lint | Niko Matsakis | -1/+1 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -1/+1 |
| 2018-08-31 | Add deprecated_name argument to the register lint group functions | flip1995 | -1/+1 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -2/+2 |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -2/+3 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -2/+2 |
| 2018-08-28 | Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakis | bors | -1/+1 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Fix anon param + make it allow-by-def | Mark Mansi | -1/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Turn the error for module-relative access to macro-expanded `macro_export` ma... | Vadim Petrochenkov | -1/+6 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-09 | librustc_lint: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -1/+1 |
| 2018-08-05 | Turn the duplicate feature lint into an error | varkor | -1/+0 |
| 2018-08-05 | Add a lint for duplicate feature attributes | varkor | -0/+1 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -1/+1 |
| 2018-08-01 | rustc: Trim down the `rust_2018_idioms` lint group | Alex Crichton | -5/+11 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-23 | make it a migration lint | mark | -3/+12 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -1/+3 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -0/+17 |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -1/+5 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -0/+13 |
| 2018-07-14 | Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj | kennytm | -0/+2 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -0/+2 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -0/+5 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -0/+5 |
| 2018-07-05 | Whitelist lints | Guillaume Gomez | -1/+1 |
| 2018-06-26 | rename lint to `unnameable-test-functions` | Esteban Küber | -1/+1 |
| 2018-06-26 | Lint inner fn marked as `#[test]` | Esteban Küber | -0/+1 |
| 2018-06-26 | Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis | bors | -1/+3 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -1/+3 |
| 2018-06-26 | Auto merge of #51678 - Zoxc:combine-lints, r=estebank | bors | -48/+36 |
| 2018-06-25 | Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint | leonardo.yvens | -1/+1 |
| 2018-06-25 | Make where clause object safety be a warn-by-default lint | leonardo.yvens | -0/+5 |
| 2018-06-21 | Combine all builtin late lints | John Kåre Alsaker | -48/+36 |