| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -23/+11 |
| 2020-03-03 | Update tests | Yuki Okushi | -19/+11 |
| 2020-03-03 | Remove the `no_debug` feature | Yuki Okushi | -4/+0 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -4/+4 |
| 2020-02-21 | Add a `Self: Sized` bound | Jonas Schievink | -1/+1 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -189/+488 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -147/+1 |
| 2020-02-18 | better lint names | Ralf Jung | -5/+5 |
| 2020-02-15 | fix exceeding_bitshift lint and test | Ralf Jung | -188/+633 |
| 2020-02-14 | Update tests | Matthew Jasper | -60/+60 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -2/+10 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-02-05 | unused-parens: implement for const/static items | Tyler Lanphear | -12/+27 |
| 2020-02-01 | Remove or_patterns from INCOMPLETE_FEATURES | Matthew Jasper | -34/+25 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -123/+123 |
| 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-24 | Normalise notes with the/is | varkor | -123/+123 |
| 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 |