| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -0/+10 |
| 2023-05-05 | Improve check-cfg diagnostics (part 2) | Urgau | -1/+2 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -0/+10 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -2/+5 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -1/+2 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -1/+3 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -0/+7 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -0/+1 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -1/+1 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -2/+3 |
| 2023-01-16 | fix #104440 | Takayuki Maeda | -1/+1 |
| 2023-01-10 | create helper function for `rustc_lint_defs::Level` and remove it's duplicate... | ozkanonur | -0/+13 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+3 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -5/+26 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -26/+5 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -5/+26 |
| 2022-09-12 | Allow tool-lints to specify a feature-gate too | Wim Looman | -3/+7 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -1/+2 |
| 2022-08-22 | Tidy | finalchild | -1/+1 |
| 2022-08-22 | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword... | finalchild | -2/+2 |
| 2022-08-22 | Use DiagnosticMessage for BufferedEarlyLint.msg | finalchild | -4/+4 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -1/+13 |
| 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/+1 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -0/+7 |
| 2022-07-06 | Add function to manually fulfill lint expectations (RFC 2383) | xFrednet | -0/+7 |
| 2022-06-22 | add "was" to pluralize macro and use it | Takayuki Maeda | -0/+3 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -4/+10 |
| 2022-06-03 | Use serde_json for json error messages | bjorn3 | -1/+3 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -1/+15 |
| 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 |