| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -2/+2 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -2/+2 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -1/+1 |
| 2018-07-23 | Allow by default, fix tests | mark | -1/+1 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -2/+3 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -0/+19 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -1/+37 |
| 2018-07-21 | Auto merge of #52562 - Manishearth:clippyup, r=RalfJung | bors | -4/+16 |
| 2018-07-21 | Don't invent new magic keywords | Oliver Schneider | -4/+4 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -2/+2 |
| 2018-07-20 | Allow individual lints to opt into being reported in external macros | Oliver Schneider | -4/+16 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -2/+2 |
| 2018-07-20 | Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearth | bors | -1/+46 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -159/+173 |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -35/+44 |
| 2018-07-17 | added function to check if lints belong to an external macro | dylan_DPC | -2/+38 |
| 2018-07-14 | structured suggestion for renamed-and-removed-lints | Zack M. Davis | -13/+23 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -83/+97 |
| 2018-07-13 | Remove unused macro argument | Oliver Schneider | -80/+80 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -0/+8 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -0/+12 |
| 2018-07-09 | Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk | bors | -0/+5 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -0/+12 |
| 2018-07-05 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -0/+5 |
| 2018-07-04 | Improving span of unknown lint tool error message | flip1995 | -4/+4 |
| 2018-07-04 | Implementation of tool lints | flip1995 | -0/+23 |
| 2018-06-26 | Auto merge of #51678 - Zoxc:combine-lints, r=estebank | bors | -89/+139 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+7 |
| 2018-06-25 | Make where clause object safety be a warn-by-default lint | leonardo.yvens | -0/+7 |
| 2018-06-21 | Combine all builtin late lints | John Kåre Alsaker | -89/+139 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -0/+7 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-13 | Rename intra-doc lint | Guillaume Gomez | -2/+2 |
| 2018-06-09 | Add lint for intra link resolution failure | Guillaume Gomez | -0/+7 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -0/+6 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -0/+13 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -0/+6 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -0/+3 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+7 |
| 2018-05-30 | Prohibit duplicate `macro_export`s | Vadim Petrochenkov | -0/+13 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -3/+4 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -14/+14 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -13/+13 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -3/+4 |
| 2018-05-20 | Fix according to comments | F001 | -2/+2 |
| 2018-05-20 | re-implement | F001 | -0/+7 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -0/+7 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -7/+0 |
| 2018-05-18 | Default `unused_labels` to allow, move to "unused" | Kyle Stachowicz | -1/+1 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -0/+7 |