| Age | Commit message (Expand) | Author | Lines |
| 2024-02-10 | Rollup merge of #120584 - compiler-errors:u, r=lcnr | Matthias Krüger | -110/+196 |
| 2024-02-09 | Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwU | Matthias Krüger | -46/+72 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -33/+57 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-09 | hide impls if trait bound is proven from env | lcnr | -46/+66 |
| 2024-02-09 | add comment | lcnr | -0/+6 |
| 2024-02-09 | make it recursive | Michael Goulet | -93/+95 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -142/+226 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -23/+3 |
| 2024-02-08 | Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnr | bors | -382/+427 |
| 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 | 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 | add fixme | Lukas Markeffsky | -4/+8 |
| 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-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 |