| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Fix #66295 | Georg Semmler | -29/+20 |
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -7/+9 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -12/+30 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -12/+30 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -0/+142 |
| 2019-10-26 | Make inline associated constants a future compatibility warning | varkor | -17/+28 |
| 2019-10-25 | Handle `ImplItem` in `check_attr` | varkor | -5/+49 |
| 2019-10-25 | Add test for attribute error checking on trait and foreign items | varkor | -0/+54 |
| 2019-10-25 | Emit warning for ignored #[inline] on foreign function prototypes | varkor | -0/+11 |
| 2019-10-25 | Emit warning for ignored #[inline] on trait method prototypes | varkor | -0/+22 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 |
| 2019-10-23 | Rollup merge of #65507 - polyedre:master, r=nikomatsakis | Yuki Okushi | -754/+66 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -2/+8 |
| 2019-10-18 | Added text after error messages | Lucas Henry | -26/+26 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Aggregates | Wesley Wiser | -2/+8 |
| 2019-10-18 | Change how `Symbol::Debug` works. | Nicholas Nethercote | -1/+1 |
| 2019-10-17 | Replaced pretty-json error-format with only json | Lucas Henry | -106/+6 |
| 2019-10-17 | Replaced pretty-json error-format with only json | Lucas Henry | -626/+22 |
| 2019-10-17 | Replaced warn attribute by deny | Lucas Henry | -144/+152 |
| 2019-10-17 | Replaced warn attibute by deny | Lucas Henry | -26/+34 |
| 2019-10-15 | Organize `never_type` tests | Mazdak Farrokhzad | -4/+3 |
| 2019-10-14 | Tweak heuristics for less noise | Esteban Küber | -5/+5 |
| 2019-10-14 | Use heuristics for capitalization warning in suggestions | Esteban Küber | -8/+8 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -28/+28 |
| 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 |