| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | syntax: fix #64682. | Mazdak Farrokhzad | -5/+38 |
| 2019-09-28 | Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor | Mazdak Farrokhzad | -0/+52 |
| 2019-09-28 | Fix lint-exceeding-bitshifts ui tests | Wesley Wiser | -23/+27 |
| 2019-09-27 | Add test for redundant_semicolon lint interaction with proc macro attrs | Nathan | -0/+52 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -10/+13 |
| 2019-09-22 | Auto merge of #64669 - estebank:unreachable, r=Centril | bors | -6/+12 |
| 2019-09-21 | review comments | Esteban Küber | -2/+2 |
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -6/+12 |
| 2019-09-21 | Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-09-18 | Point at original span when emitting unreachable lint | Aaron Hill | -0/+5 |
| 2019-09-17 | Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar... | Tyler Mandry | -1/+1 |
| 2019-09-16 | Fix failure note `to_str` implementation | Afnan Enayet | -1/+1 |
| 2019-09-16 | or-patterns: #47390: we rely on names to exercise `IndexMap`. | Mazdak Farrokhzad | -10/+13 |
| 2019-09-14 | Don't mark expression with attributes as not needing parentheses | Mark Rousskov | -19/+23 |
| 2019-09-12 | Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank | bors | -87/+162 |
| 2019-09-11 | Stabilize `param_attrs` in Rust 1.39.0 | Caio | -2/+2 |
| 2019-09-10 | Refactor "not FFI-safe" diagnostic | varkor | -88/+133 |
| 2019-09-10 | Surround `PhantomData` in backticks | varkor | -6/+6 |
| 2019-09-10 | Forbid opaque types in extern blocks | varkor | -0/+30 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -1/+1 |
| 2019-09-05 | or-patterns: fix fallout from #664128. | Mazdak Farrokhzad | -34/+19 |
| 2019-09-03 | unused_parens: fix for or-patterns + &(mut x) | Mazdak Farrokhzad | -47/+192 |
| 2019-08-31 | Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppe | bors | -13/+23 |
| 2019-08-31 | improper_ctypes: guard against accidental change to Unique<T>. | Mazdak Farrokhzad | -13/+23 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -18/+18 |
| 2019-08-26 | review comment | Esteban Küber | -2/+2 |
| 2019-08-21 | Add more tests covering more cases | Esteban Küber | -0/+106 |
| 2019-08-21 | Do not complain about unused code when used in `impl` `Self` type | Esteban Küber | -0/+35 |
| 2019-08-21 | Introduce `term-size` dependency and consider term width when trimming | Esteban Küber | -20/+20 |
| 2019-08-21 | Strip code to the left and right in diagnostics for long lines | Esteban Küber | -2/+2 |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -2/+2 |
| 2019-08-17 | test in a way that works even with musl | Ralf Jung | -65/+58 |
| 2019-08-17 | invalid_value: also detect transmute-from-0 (seen in the wild) | Ralf Jung | -39/+78 |
| 2019-08-17 | invalid_value: warn for types with custom valid range | Ralf Jung | -28/+84 |
| 2019-08-17 | warn about uninit bools and chars | Ralf Jung | -1/+30 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -1/+1 |
| 2019-08-12 | more informative error message from invalid_value lint | Ralf Jung | -55/+183 |
| 2019-08-11 | warn for more cases | Ralf Jung | -11/+166 |
| 2019-08-11 | add basic lint testing for misuse of mem::zeroed and mem::uninitialized | Ralf Jung | -0/+72 |
| 2019-08-09 | Allow deprecated try macro in test crates | Lzu Tao | -2/+3 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -1/+1 |
| 2019-08-07 | Rollup merge of #63163 - bravomikekilo:master, r=cramertj | Mazdak Farrokhzad | -14/+833 |
| 2019-08-06 | Add rustfix test and fix test name. | bravomikekilo | -127/+220 |
| 2019-08-03 | fix tidy problem | bravomikekilo | -1/+1 |
| 2019-08-03 | add new test and add conditional whitespace | bravomikekilo | -1/+727 |
| 2019-07-31 | add a pair of whitespace after remove parentheses | bravomikekilo | -1/+1 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -27/+27 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -27/+269 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -106/+105 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -27/+269 |