| Age | Commit message (Expand) | Author | Lines |
| 2022-06-30 | lint: port enum intrinsics diagnostics | David Wood | -23/+7 |
| 2022-06-30 | lint: port array-into-iter diagnostics | David Wood | -11/+10 |
| 2022-06-30 | middle: translation in `LintDiagnosticBuilder` | David Wood | -2/+2 |
| 2022-06-28 | Rollup merge of #98420 - davidtwco:translation-lint-fixes-and-more-migration,... | Dylan DPC | -3/+6 |
| 2022-06-27 | lint: fix condition in diagnostic lints | David Wood | -3/+6 |
| 2022-06-27 | Rollup merge of #97389 - m-ou-se:memory-ordering-diagnostics, r=estebank | Matthias Krüger | -82/+66 |
| 2022-06-22 | Slightly tweak invalid atomic ordering lint messages. | Mara Bos | -8/+8 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -4/+2 |
| 2022-06-19 | Make some lints incremental. | Camille GILLOT | -14/+13 |
| 2022-06-18 | Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi... | bors | -27/+9 |
| 2022-06-17 | Re-allow `let_underscore_drop` by default. | Aaron Kofsky | -1/+1 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -16/+26 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -16/+26 |
| 2022-06-16 | Inline and remove `{enter,exit}_attrs` functions. | Nicholas Nethercote | -22/+6 |
| 2022-06-16 | Remove unused `hir_id` arg from `visit_attribute`. | Nicholas Nethercote | -2/+2 |
| 2022-06-16 | Fix quadratic behaviour in the `MissingDoc` lint. | Nicholas Nethercote | -4/+2 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -31/+109 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -1/+1 |
| 2022-06-13 | Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwco | Matthias Krüger | -22/+20 |
| 2022-06-13 | Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p... | Matthias Krüger | -11/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -22/+20 |
| 2022-06-11 | Address comments | Michael Goulet | -3/+1 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -1/+2 |
| 2022-06-11 | Make `let_underscore_drop` Deny by default. | Aaron Kofsky | -1/+1 |
| 2022-06-11 | Have the drop code suggestion not include `let _ =` | Aaron Kofsky | -1/+1 |
| 2022-06-11 | Reword suggestion messages. | Aaron Kofsky | -2/+2 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -31/+109 |
| 2022-06-09 | Use `multipart_suggestion` to create an applicable suggestion. | Aaron Kofsky | -4/+6 |
| 2022-06-08 | Remove the `infer_static_outlives_requirements` feature | Yuki Okushi | -11/+2 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-06 | Auto merge of #97086 - 5225225:link-section-is-unsafe, r=davidtwco | bors | -0/+29 |
| 2022-06-05 | Add `{{produces}}` tag to lint doc comments. | Aaron Kofsky | -1/+8 |
| 2022-06-05 | Remove `let_underscore_must_use` | Aaron Kofsky | -109/+3 |
| 2022-06-04 | Use diagnostic items instead of hard coded paths for `let_underscore_lock` | Aaron Kofsky | -20/+11 |
| 2022-06-04 | Bail out early if the type does not has a trivial Drop implementation. | Aaron Kofsky | -2/+6 |
| 2022-06-04 | Use `has_attr` instead of `get_attrs` in `has_must_use_attr` | Aaron Kofsky | -4/+1 |
| 2022-06-04 | Move local functions to outer scope. | Aaron Kofsky | -69/+65 |
| 2022-06-04 | Set `let_underscore_lock` to Deny by default. | Aaron Kofsky | -2/+2 |
| 2022-06-04 | Show code suggestions in `let_undescore` lint messages. | Aaron Kofsky | -13/+47 |
| 2022-06-04 | Allow `let_underscore_drop` and `let_underscore_must_use` by default. | Aaron Kofsky | -2/+2 |
| 2022-06-04 | Add `let_underscore_must_use` lint. | Aaron Kofsky | -3/+110 |
| 2022-06-04 | Add `let_underscore_lock` lint. | Aaron Kofsky | -3/+71 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-29 | Add `let_underscore_drop` lint. | Aaron Kofsky | -0/+71 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -68/+123 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -2/+2 |
| 2022-05-25 | Tweak memory ordering diagnostic. | Mara Bos | -1/+6 |
| 2022-05-25 | Improve invalid memory ordering diagnostics. | Mara Bos | -82/+61 |
| 2022-05-25 | Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnr | Yuki Okushi | -17/+17 |