| Age | Commit message (Expand) | Author | Lines |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -1/+1 |
| 2019-01-02 | Fix 'be be' constructs | Daniel Mueller | -2/+2 |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -4/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -40/+0 |
| 2018-12-23 | Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obk | kennytm | -23/+34 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -23/+34 |
| 2018-12-19 | Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix | Pietro Albini | -3/+3 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+7 |
| 2018-12-15 | Auto merge of #56203 - aheart:master, r=varkor | bors | -0/+8 |
| 2018-12-14 | fix english | Ariel Ben-Yehuda | -2/+1 |
| 2018-12-14 | add the ORDER_DEPENDENT_TRAIT_OBJECTS lint | Ariel Ben-Yehuda | -0/+8 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-10 | update docs of rustdoc lints | QuietMisdreavus | -3/+3 |
| 2018-12-09 | Add lint for items deprecated in future | aheart | -0/+8 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -8/+8 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -8/+8 |
| 2018-11-22 | Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi... | Guillaume Gomez | -0/+7 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -5/+2 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -0/+7 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -3/+6 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -3/+6 |
| 2018-11-07 | Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint. | Alexander Regueiro | -7/+0 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-10-27 | wherein the status of empty and reason-only lint attributes is clarified | Zack M. Davis | -1/+8 |
| 2018-10-27 | in which lint reasons are restricted to come last in the attribute | Zack M. Davis | -31/+42 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -1/+13 |
| 2018-10-27 | introducing lint reason annotations (RFC 2383) | Zack M. Davis | -20/+58 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -0/+7 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -4/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -6/+6 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -0/+7 |
| 2018-10-16 | Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth | bors | -32/+85 |
| 2018-10-09 | Remove nightly check for tool_lints warning | flip1995 | -8/+2 |
| 2018-10-09 | Remove feature-gate code | flip1995 | -16/+1 |
| 2018-10-09 | Store nightly build instead of checking env var every time | Guillaume Gomez | -1/+1 |
| 2018-10-09 | Add lint for doc without codeblocks | Guillaume Gomez | -0/+7 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -0/+7 |
| 2018-10-01 | Add nightly check for tool_lints warning | flip1995 | -2/+8 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -51/+51 |
| 2018-09-27 | in which inferable outlives-requirements are linted | Zack M. Davis | -0/+6 |
| 2018-09-15 | Add `LintGroup` and `LintAlias` | varkor | -31/+59 |
| 2018-09-15 | Support deprecated lints in find_lints | varkor | -4/+12 |
| 2018-09-15 | Make `bad_style` a silent alias for `nonstandard_style` | varkor | -17/+34 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -0/+9 |
| 2018-09-13 | Suggest valid crate type if invalid | Philipp Hansch | -0/+9 |