| Age | Commit message (Expand) | Author | Lines |
| 2022-04-27 | Plumb through rustc_lint_defs::Level as enum rather than string. | Jeremy Fitzhardinge | -0/+7 |
| 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-05 | span: move `MultiSpan` | David Wood | -1/+2 |
| 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-07 | Fix typos in `LintExpectationId` docs | xFrednet | -3/+5 |
| 2022-03-05 | Change to lint | Jack Huey | -0/+1 |
| 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 | -18/+64 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -2/+2 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -2/+54 |
| 2022-02-22 | Improve diagnostic of the unexpected_cfgs lint | Loïc BRANSTETT | -0/+1 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -0/+5 |
| 2022-01-23 | Remove deduplication of early lints | Aaron Hill | -5/+2 |
| 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 | suggest adding a `#[cfg(test)]` to test modules | Takayuki Maeda | -1/+1 |
| 2021-12-11 | Remove useless variant. | Camille GILLOT | -1/+0 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -1/+0 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+1 |
| 2021-08-04 | Revert accidental removal of attributes | asquared31415 | -2/+2 |
| 2021-08-04 | Lint against named asm labels | asquared31415 | -2/+3 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -0/+1 |
| 2021-07-24 | Display an extra note for trailing semicolon lint with trailing macro | Aaron Hill | -0/+1 |
| 2021-07-24 | Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov | bors | -0/+1 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -1/+1 |
| 2021-07-19 | Warn on inert attributes used on bang macro invocation | Aaron Hill | -0/+1 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -2/+2 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -10/+3 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -0/+2 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -0/+6 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -0/+6 |
| 2021-06-26 | Add migration lint for reserved prefixes. | Mara Bos | -0/+1 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -0/+2 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -7/+4 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -4/+35 |
| 2021-05-31 | Clarify meaning of MachineApplicable suggestions. | Mara Bos | -1/+5 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+1 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -0/+1 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -0/+9 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+1 |