| Age | Commit message (Expand) | Author | Lines |
| 2023-03-13 | Better names? | Michael Goulet | -5/+8 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -3/+10 |
| 2023-03-12 | Allow `#[target_feature]` on `main` and `start` for WASM | Léo Lanteri Thauvin | -2/+11 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `start` | Léo Lanteri Thauvin | -0/+19 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -0/+15 |
| 2023-03-12 | Filter out RPITITs in astconv when checking for missing associated types | Santiago Pastorino | -0/+1 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+2 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -21/+67 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-10 | Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch... | Matthias Krüger | -51/+96 |
| 2023-03-10 | feat: implement better error for manual impl of `Fn*` traits | Ezra Shaw | -52/+97 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -13/+13 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -22/+39 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -8/+3 |
| 2023-03-08 | Rollup merge of #108882 - compiler-errors:E0740, r=eholk | Matthias Krüger | -22/+39 |
| 2023-03-08 | Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=... | Matthias Krüger | -3/+11 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -4/+4 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -21/+36 |
| 2023-03-08 | Don't report E0740 for type error | Michael Goulet | -1/+3 |
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -0/+8 |
| 2023-03-08 | may not => cannot | Michael Goulet | -3/+3 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -1/+1 |
| 2023-03-07 | Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compile... | Matthias Krüger | -28/+68 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+2 |
| 2023-03-06 | Implement type_of for RPITITs assoc type | Santiago Pastorino | -1/+20 |
| 2023-03-06 | Properly implement explicit_item_bounds for RPITITs trait assoc ty | Santiago Pastorino | -11/+23 |
| 2023-03-06 | Map to new synthesized assoc ty for RPITITs in astconv | Santiago Pastorino | -1/+9 |
| 2023-03-06 | Collect newly synthesized RPITITs on ImplTraitInTraitCollector | Santiago Pastorino | -1/+1 |
| 2023-03-06 | Avoid accessing HIR for RPITITs on check_type_bounds | Santiago Pastorino | -7/+14 |
| 2023-03-06 | emit the suspicious_auto_trait_impls for negative impls as well | Mu42 | -4/+0 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-03-05 | Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va... | Matthias Krüger | -2/+2 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -10/+8 |
| 2023-03-05 | drop_tracking_mir: diagnose recursive generator. | Camille GILLOT | -0/+8 |
| 2023-03-05 | migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -28/+68 |
| 2023-03-04 | Don't project to RPITIT that has no default value | Michael Goulet | -2/+2 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-03 | Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet... | Matthias Krüger | -5/+83 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -2/+2 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -10/+8 |
| 2023-03-02 | Rollup merge of #108575 - compiler-errors:erase, r=estebank | Matthias Krüger | -2/+4 |
| 2023-03-01 | Remove last instances of HashSet in query result types. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -3/+3 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -20/+16 |
| 2023-03-01 | Rollup merge of #108520 - compiler-errors:one-bound-nit, r=jackh726 | Matthias Krüger | -20/+16 |
| 2023-03-01 | Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obk | Matthias Krüger | -36/+45 |
| 2023-02-28 | Erase **all** regions when probing for associated types in astconv | Michael Goulet | -2/+4 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -36/+45 |
| 2023-02-28 | Deny capturing late-bound non-lifetime param in anon const | Michael Goulet | -5/+83 |