| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -35/+0 |
| 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 | 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/+3 |
| 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 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -3/+5 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -0/+23 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -1/+1 |
| 2022-03-08 | Fill out documentation for new lint | David Koloski | -2/+15 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -0/+1 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+9 |
| 2022-03-07 | Fix typos in `LintExpectationId` docs | xFrednet | -3/+5 |
| 2022-03-05 | Change to lint | Jack Huey | -0/+35 |
| 2022-03-05 | Improve unexpected_cfgs lint when their is no value expected | Loïc BRANSTETT | -1/+1 |
| 2022-03-02 | Address review comments | xFrednet | -2/+2 |
| 2022-03-02 | Reduced the size of `LintExpectationId` by 12 bytes (RFC-2383) | xFrednet | -5/+9 |
| 2022-03-02 | Test `expect` with `forbid` and fix doc errors (RFC-2383) | xFrednet | -7/+5 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -22/+38 |
| 2022-03-02 | Make `LintExpectationId` stable between compilation sessions (RFC-2383) | xFrednet | -19/+65 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -2/+2 |
| 2022-03-02 | Added `unfulfilled_lint_expectations` lint for (RFC-2383) | xFrednet | -0/+34 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -2/+55 |
| 2022-02-22 | Improve diagnostic of the unexpected_cfgs lint | Loïc BRANSTETT | -0/+1 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+38 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -0/+35 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -0/+13 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+4 |
| 2022-01-23 | Remove deduplication of early lints | Aaron Hill | -5/+2 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -47/+0 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+4 |
| 2022-01-13 | Fix lints documents | hafeoz | -5/+37 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -1/+0 |
| 2021-12-16 | Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2021-12-16 | suggest adding a `#[cfg(test)]` to test modules | Takayuki Maeda | -1/+1 |
| 2021-12-15 | Add a lint for duplicated attributes. | Ethiraric | -0/+30 |
| 2021-12-14 | Disable asm lint example tests since they only work on x86_64 | Amanieu d'Antras | -2/+2 |