| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -4/+5 |
| 2019-12-06 | Remove failing test case | Georg Semmler | -18/+0 |
| 2019-12-03 | Fix #66295 | Georg Semmler | -11/+20 |
| 2019-11-24 | Update tests for raw array in FFI lint | Elichai Turkel | -1/+33 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -5/+4 |
| 2019-11-16 | Use "field is never read" instead of "field is never used" | cosine | -10/+10 |
| 2019-11-14 | Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril | bors | -2/+1 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -2/+1 |
| 2019-11-13 | Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter... | Robin Kruppe | -433/+0 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -95/+113 |
| 2019-11-07 | Rollup merge of #66182 - RalfJung:invalid-value, r=Centril | Mazdak Farrokhzad | -35/+35 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-11-07 | invalid_value lint: fix help text | Ralf Jung | -35/+35 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -7/+71 |
| 2019-11-06 | Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ... | bors | -0/+433 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -48/+266 |
| 2019-11-05 | improper ctypes: adjust lint msg for extern fns | David Wood | -24/+24 |
| 2019-11-05 | improper_ctypes: `extern "C"` fns | David Wood | -0/+433 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -4/+4 |
| 2019-11-02 | also identiy MaybeUninit::uninit().assume_init() as dangerous | Ralf Jung | -1/+40 |
| 2019-11-02 | uninit/zeroed lint: warn against NULL vtables | Ralf Jung | -7/+32 |
| 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 | Use ident instead of def_span in dead-code pass | Pi Lanningham | -42/+87 |
| 2019-10-26 | Move dead_code related tests to test/ui/dead-code | Pi Lanningham | -14/+187 |
| 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 |