| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | reviews + rebase | Boxy | -55/+51 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -15/+13 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -318/+369 |
| 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 #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -5/+2 |
| 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-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -5/+2 |
| 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 | -2/+3 |
| 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 | -105/+303 |
| 2024-02-06 | add fixme | Lukas Markeffsky | -4/+8 |
| 2024-02-06 | Flatten confirmation logic | Michael Goulet | -136/+107 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -7/+28 |
| 2024-02-06 | Add some tests | Michael Goulet | -3/+13 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -12/+19 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+3 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -2/+590 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -11/+76 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -39/+44 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+2 |
| 2024-02-05 | new solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -18/+6 |
| 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-03 | No need to validate_alias_bound_self_from_param_env in assemble_alias_bound_c... | Michael Goulet | -115/+1 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -3/+3 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -23/+3 |
| 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 | -4/+4 |
| 2024-02-02 | Use deeply_normalize_with_skipped_universes in when processing type outlives | Michael Goulet | -1/+2 |
| 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/+46 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -0/+1 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -115/+136 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -2/+10 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -0/+1 |