| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-06 | add fixme | Lukas Markeffsky | -3/+4 |
| 2024-02-06 | Flatten confirmation logic | Michael Goulet | -82/+56 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -1/+10 |
| 2024-02-06 | Add some tests | Michael Goulet | -3/+13 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -5/+9 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+2 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -1/+289 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -9/+59 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -39/+44 |
| 2024-02-05 | old solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -13/+24 |
| 2024-02-05 | extend docs for `predicate_must_hold_considering_regions` | Lukas Markeffsky | -1/+22 |
| 2024-02-05 | Avoid emitting trait bound errors of incoherent traits | Oli Scherer | -0/+14 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -69/+90 |
| 2024-02-04 | Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgr | bors | -13/+1 |
| 2024-02-03 | Rollup merge of #120531 - oli-obk:track_errors7, r=estebank | Matthias Krüger | -13/+1 |
| 2024-02-03 | Rollup merge of #120592 - trevyn:cleanup-to-string, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -3/+3 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -3/+2 |
| 2024-02-03 | Use `StringPart` more. | Nicholas Nethercote | -12/+12 |
| 2024-02-03 | `Diagnostic` cleanups | Nicholas Nethercote | -1/+1 |
| 2024-02-02 | Normalize the whole PolyTypeOutlivesPredicate, more simplifications | Michael Goulet | -1/+1 |
| 2024-02-01 | review comment: change wording | Esteban Küber | -3/+3 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -69/+90 |
| 2024-01-31 | Remove a has_errors check that doesn't actually prevent noisy follow up errors | Oli Scherer | -4/+0 |
| 2024-01-31 | Remove a has_errors check that does not prevent follow up error noise | Oli Scherer | -4/+0 |
| 2024-01-31 | Remove a has_errors check that only hides errors after unrelated items have e... | Oli Scherer | -3/+0 |
| 2024-01-31 | Remove has_errors check that has no effect | Oli Scherer | -2/+1 |
| 2024-01-31 | Rollup merge of #120469 - estebank:issue-40120, r=TaKO8Ki | Nadrieril | -16/+25 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -16/+25 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -1/+5 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -0/+1 |