| Age | Commit message (Expand) | Author | Lines |
| 2018-11-19 | Use non-short suggestion for parenthesised ..= | varkor | -11/+17 |
| 2018-11-19 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -12/+36 |
| 2018-11-07 | enforce unused-must-use lint in macros | Alex Burka | -1/+2 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -278/+0 |
| 2018-10-25 | Rollup merge of #55138 - zackmdavis:the_paren_trap, r=pnkfelix | Pietro Albini | -4/+14 |
| 2018-10-20 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -1/+1 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -1/+1 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -0/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-19 | Rollup merge of #55166 - varkor:ret-parens, r=davidtwco | kennytm | -5/+8 |
| 2018-10-17 | Don't warn about parentheses on `match (return)` | varkor | -5/+8 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -0/+1 |
| 2018-10-16 | in which unused-parens suggestions heed what the user actually wrote | Zack M. Davis | -4/+14 |
| 2018-10-16 | Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth | bors | -13/+9 |
| 2018-10-15 | Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko... | Manish Goregaokar | -42/+69 |
| 2018-10-14 | Unused result warning: "X which must" ↦ "X that must" | varkor | -2/+2 |
| 2018-10-12 | `#[must_use]` for associated functions is supposed to actually work | Zack M. Davis | -4/+5 |
| 2018-10-12 | Rollup merge of #54920 - varkor:must_use-unit, r=estebank | kennytm | -8/+15 |
| 2018-10-09 | Add clarifying pattern lint comment and revert test | Kevin Leimkuhler | -0/+4 |
| 2018-10-09 | Fix Range warning and improve tests | Kevin Leimkuhler | -2/+6 |
| 2018-10-09 | Simply unused_parens check and add tests | Kevin Leimkuhler | -17/+10 |
| 2018-10-09 | Share outer paren trimming logic | Kevin Leimkuhler | -84/+46 |
| 2018-10-09 | Add initial impl of check_pat() for UnusedParens | Kevin Leimkuhler | -4/+68 |
| 2018-10-09 | add machine option to validate things on every copy | Ralf Jung | -0/+1 |
| 2018-10-09 | miri validity: make recursive ref checking optional | Ralf Jung | -6/+3 |
| 2018-10-08 | Fix handling of #[must_use] on unit and uninhabited types | varkor | -8/+15 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -60/+5 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -60/+5 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -0/+1 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -278/+0 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -0/+1 |
| 2018-10-03 | simplify some unused lints code | Andre Bogus | -26/+11 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+1 |
| 2018-09-29 | Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakis | bors | -3/+3 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -3/+3 |
| 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/+234 |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -4/+51 |
| 2018-09-24 | Auto merge of #54507 - csmoe:deny_overflow, r=varkor | bors | -1/+3 |
| 2018-09-23 | deny overflow literals | csmoe | -1/+3 |
| 2018-09-23 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -1/+1 |
| 2018-09-22 | Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov | Pietro Albini | -2/+1 |
| 2018-09-20 | rename evaluator -> interpreter to make eddyb happy | Ralf Jung | -1/+1 |
| 2018-09-19 | Auto merge of #54101 - osa1:issue_54099, r=nikomatsakis | bors | -1/+1 |
| 2018-09-17 | libsyntax: add optional help message for deprecated features | Alva Snædís | -2/+2 |
| 2018-09-16 | Treat `dyn` as a keyword in the 2018 edition | varkor | -2/+1 |
| 2018-09-15 | Make `bad_style` a silent alias for `nonstandard_style` | varkor | -13/+9 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -2/+2 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -1/+1 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |