| Age | Commit message (Expand) | Author | Lines |
| 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-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-10 | lint: add diagnostic translation migration lints | David Wood | -31/+109 |
| 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-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 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 | Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnr | Yuki Okushi | -17/+17 |
| 2022-05-24 | Emit weird lint name lints after expansion | est31 | -17/+17 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -7/+1 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -6/+8 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -1/+47 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -1/+1 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -3/+1 |
| 2022-05-16 | Report unsafe for overriding link sections | 5225225 | -0/+29 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -3/+1 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -26/+21 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+1 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -2/+1 |
| 2022-05-11 | Rollup merge of #96882 - jackh726:no-subst, r=oli-obk | Yuki Okushi | -7/+3 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -26/+21 |
| 2022-05-10 | Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-05-09 | Don't subst an adt def | Jack Huey | -7/+3 |
| 2022-05-09 | Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiser | bors | -12/+29 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -2/+2 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -12/+29 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -2/+2 |
| 2022-05-07 | Do not lint on explicit outlives requirements from external macros. | Camille GILLOT | -1/+2 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -0/+5 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-04 | Add unused_macro_rules lint definition | est31 | -0/+1 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -1/+4 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -1/+4 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -3/+3 |