| Age | Commit message (Expand) | Author | Lines |
| 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 | -15/+45 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -5/+11 |
| 2018-11-10 | Use non-short suggestion for parenthesised ..= | varkor | -11/+17 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -12/+36 |
| 2018-11-07 | Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint. | Alexander Regueiro | -5/+0 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-04 | Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton | bors | -1/+2 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -0/+1 |
| 2018-11-01 | enforce unused-must-use lint in macros | Alex Burka | -1/+2 |
| 2018-10-29 | don't lint `unused_parens` on `if (break _)` | Andre Bogus | -4/+3 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -1/+1 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -75/+5 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -278/+0 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -43/+0 |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -15/+1 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -19/+6 |
| 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-20 | handle errors based on parse_sess | csmoe | -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 |