| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -1/+1 |
| 2020-01-25 | Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichton | Yuki Okushi | -16/+16 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -12/+31 |
| 2020-01-23 | Use check-pass mode for lint tests | Tomasz Miąsko | -16/+16 |
| 2020-01-20 | generalize bindings_with_variant_name lint | Mazdak Farrokhzad | -1/+47 |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -0/+61 |
| 2020-01-17 | Don't warn about snake case for field puns that don't introduce a new name. | jumbatm | -0/+61 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -8/+8 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -27/+27 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -90/+523 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -0/+2 |
| 2020-01-06 | fire "non_camel_case_types" for associated types | Andy Russell | -2/+9 |
| 2020-01-03 | Implement uncommon_codepoints lint. | Charles Lew | -0/+43 |
| 2019-12-22 | Auto merge of #67505 - Centril:rollup-7win7ty, r=Centril | bors | -150/+248 |
| 2019-12-22 | Rollup merge of #67500 - JohnTitor:non-shorthand-field-patterns, r=Centril | Mazdak Farrokhzad | -15/+113 |
| 2019-12-22 | Tweak non_shorthand_field_patterns' suggestion | Yuki Okushi | -15/+113 |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -24/+26 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -135/+135 |
| 2019-12-18 | Add more tests for raw_ref_op | Matthew Jasper | -4/+18 |
| 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 |