| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -105/+61 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -8/+6 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -2/+2 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -7/+7 |
| 2022-04-23 | Fix lints. | Camille GILLOT | -41/+28 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -7/+12 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Drop vis from ForeignItem. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -39/+36 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -1/+1 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -0/+5 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -27/+1 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+22 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -1/+2 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -27/+1 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -6/+10 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -6/+10 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -4/+4 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -8/+8 |
| 2022-04-01 | invalid_value lint: detect invalid initialization of arrays | Ralf Jung | -7/+16 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -4/+0 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -38/+48 |
| 2022-03-15 | Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-03-15 | fix typos | Dylan DPC | -9/+9 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -12/+33 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -43/+46 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -43/+46 |
| 2022-03-09 | Add comment about `unfulfilled_lint_expectation` not being in a group (RFC 2383) | xFrednet | -0/+2 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -2/+3 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -31/+36 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -35/+57 |