| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -2/+5 |
| 2024-02-15 | Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obk | Matthias Krüger | -12/+15 |
| 2024-02-14 | For E0038, suggest associated type if available | trevyn | -0/+9 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -2/+3 |
| 2024-02-14 | Do not report overflow errors on ConstArgHasType goals | Michael Goulet | -12/+15 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+3 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -15/+18 |
| 2024-02-14 | Rollup merge of #120915 - OdenShirataki:master, r=fmease | Oli Scherer | -3/+3 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -15/+18 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -5/+10 |
| 2024-02-14 | Auto merge of #121055 - matthiaskrgr:rollup-bzn5sda, r=matthiaskrgr | bors | -6/+14 |
| 2024-02-14 | Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnr | bors | -0/+16 |
| 2024-02-13 | Rollup merge of #121047 - compiler-errors:default-impls, r=lcnr | Matthias Krüger | -0/+8 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -5/+10 |
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -0/+8 |
| 2024-02-13 | remove questionable calls to `commit_if_ok` | lcnr | -6/+6 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -26/+33 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -62/+62 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -6/+0 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -26/+33 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -62/+62 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -5/+3 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -2/+2 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+10 |
| 2024-02-12 | Fix suggestion span for ?Sized | OdenShirataki | -3/+3 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -6/+0 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -15/+11 |
| 2024-02-11 | Ignore own item bounds in parent alias types in `for_each_item_bound` | Michael Goulet | -0/+16 |
| 2024-02-10 | Auto merge of #120771 - oli-obk:useless_non_ensure_query_call, r=davidtwco | bors | -1/+1 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -15/+11 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -146/+358 |
| 2024-02-10 | Rollup merge of #120584 - compiler-errors:u, r=lcnr | Matthias Krüger | -101/+134 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -14/+47 |
| 2024-02-09 | make it recursive | Michael Goulet | -9/+5 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -101/+138 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2024-02-08 | Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnr | bors | -255/+282 |
| 2024-02-08 | Prefer AsyncFn* over Fn* for coroutine-closures | Michael Goulet | -3/+15 |
| 2024-02-08 | reviews + rebase | Boxy | -51/+48 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -13/+11 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -194/+226 |
| 2024-02-08 | Use `ensure` when the result of the query is not needed beyond its `Result`ness | Oli Scherer | -1/+1 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -29/+26 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -0/+14 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -29/+26 |
| 2024-02-06 | Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-02-06 | Coroutine closures implement regular Fn traits, when possible | Michael Goulet | -13/+112 |
| 2024-02-06 | Regular closures now built-in impls for AsyncFn* | Michael Goulet | -104/+231 |