| Age | Commit message (Expand) | Author | Lines |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -0/+51 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -0/+27 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -1/+13 |
| 2022-07-27 | Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d... | est31 | -2/+2 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -1/+1 |
| 2022-07-20 | avoid a `Symbol` to `String` conversion | Takayuki Maeda | -1/+1 |
| 2022-07-15 | Only suggest if span is not erroneous | Michael Goulet | -1/+1 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -0/+32 |
| 2022-07-13 | fix documentation | Deadbeef | -6/+10 |
| 2022-07-12 | check non_exhaustive attr and private fields for transparent types | Deadbeef | -0/+51 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -0/+12 |
| 2022-07-06 | Add function to manually fulfill lint expectations (RFC 2383) | xFrednet | -0/+7 |
| 2022-07-06 | Document, that some lint have to be expected on the crate level (RFC 2383) | xFrednet | -0/+5 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -0/+40 |
| 2022-06-25 | make const_err show up in future breakage reports | Ralf Jung | -0/+1 |
| 2022-06-23 | Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r... | Michael Goulet | -0/+3 |
| 2022-06-22 | add "was" to pluralize macro and use it | Takayuki Maeda | -0/+3 |
| 2022-06-18 | Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisa | bors | -3/+3 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -4/+10 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -0/+40 |
| 2022-06-03 | Use serde_json for json error messages | bjorn3 | -1/+3 |
| 2022-06-02 | fix lint doctests | Ralf Jung | -2/+1 |
| 2022-06-02 | make cenum_impl_drop_cast deny-by-default and show up as future breakage diag... | Ralf Jung | -1/+2 |
| 2022-05-23 | Fix typo | est31 | -1/+1 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -1/+15 |
| 2022-05-14 | Allow the unused_macro_rules lint for now | est31 | -1/+2 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+44 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -6/+5 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+2 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -35/+0 |
| 2022-05-04 | Add unused_macro_rules lint definition | est31 | -0/+44 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+2 |
| 2022-04-27 | Plumb through rustc_lint_defs::Level as enum rather than string. | Jeremy Fitzhardinge | -0/+7 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -35/+0 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -3/+2 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -9/+0 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -3/+2 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -0/+1 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -9/+0 |
| 2022-04-14 | make unaligned_reference warning visible in future compat report | Ralf Jung | -0/+1 |
| 2022-04-14 | Update error code docs | Jacob Pratt | -1/+1 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -5/+4 |
| 2022-04-14 | make unaligned_references lint deny-by-default | Ralf Jung | -3/+1 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -16/+72 |
| 2022-04-08 | WIP PROOF-OF-CONCEPT: Make the compiler complain about all int<->ptr casts. | Aria Beingessner | -0/+36 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -1/+2 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -3/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Rollup merge of #94958 - est31:pluralize, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -0/+6 |