| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -0/+124 |
| 2023-09-20 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -0/+124 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -3/+13 |
| 2023-09-14 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -0/+72 |
| 2023-09-07 | Add note | Michael Goulet | -0/+1 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -0/+15 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -3/+13 |
| 2023-08-11 | Don't add associated type bound for non-types | Michael Goulet | -0/+9 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -1/+1 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -0/+10 |
| 2023-07-05 | Lint now-unnecessary associated type bounds | Oli Scherer | -1/+9 |
| 2023-06-26 | migrate lifetime too | Michael Goulet | -0/+7 |
| 2023-06-26 | Account for late-bound vars from parent arg-position impl trait | Michael Goulet | -0/+18 |
| 2023-06-05 | Emit an error when RTN is used with ty/ct params | Michael Goulet | -0/+18 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -0/+9 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -2/+14 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -0/+9 |
| 2023-05-05 | remove unnecessary attribute from a diagnostic | Takayuki Maeda | -1/+0 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -0/+14 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -1/+13 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -1/+1 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -0/+8 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -0/+14 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -0/+8 |
| 2023-04-25 | Fix static string lints | clubby789 | -0/+46 |
| 2023-04-21 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -0/+138 |
| 2023-04-08 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -0/+124 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -0/+28 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `start` | Léo Lanteri Thauvin | -0/+9 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -0/+8 |
| 2023-03-10 | Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch... | Matthias Krüger | -0/+12 |
| 2023-03-10 | feat: implement better error for manual impl of `Fn*` traits | Ezra Shaw | -1/+13 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -1/+21 |
| 2023-03-05 | migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -0/+31 |
| 2023-02-28 | Deny capturing late-bound non-lifetime param in anon const | Michael Goulet | -0/+18 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -21/+1 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -1/+2 |
| 2023-02-24 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -0/+67 |
| 2023-02-23 | hir-analysis: make where-clause-on-main diagnostic translatable | Tshepang Mbambo | -0/+9 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -21/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -15/+18 |
| 2023-02-21 | hir-analysis: make one diagnostic translatable | Tshepang Mbambo | -0/+9 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -0/+12 |
| 2022-12-14 | Ensure async trait impls are async (or otherwise return an opaque type) | Dan Johnson | -0/+11 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -7/+0 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -0/+7 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -0/+4 |
| 2022-12-05 | Support Option and similar enums as type of static variable with linkage attr... | Peter Collingbourne | -1/+1 |
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -0/+7 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -2/+6 |