| Age | Commit message (Expand) | Author | Lines |
| 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-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-03 | Use `StringPart` more. | Nicholas Nethercote | -12/+12 |
| 2024-02-03 | `Diagnostic` cleanups | Nicholas Nethercote | -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/+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 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -3/+6 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -1/+43 |
| 2024-01-29 | merge builtin unsize candidates again | lcnr | -87/+41 |
| 2024-01-29 | bye bye `assemble_candidates_via_self_ty` | lcnr | -111/+31 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -22/+18 |
| 2024-01-26 | Auto merge of #119968 - clubby789:unused-feature, r=compiler-errors | bors | -1/+0 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -1/+1 |
| 2024-01-25 | Track ErrorGuaranteed instead of conjuring it from thin air | Oli Scherer | -11/+20 |
| 2024-01-25 | Statically ensure report_selection_error actually reports an error | Oli Scherer | -106/+118 |
| 2024-01-25 | Remove unused features | clubby789 | -1/+0 |
| 2024-01-25 | Rollup merge of #119389 - estebank:issue-116925, r=TaKO8Ki | Matthias Krüger | -45/+195 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -1/+1 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -2/+10 |
| 2024-01-24 | Remove extra # from url | est31 | -1/+1 |
| 2024-01-23 | Rollup merge of #120270 - compiler-errors:randos, r=lcnr | León Orell Valerian Liehr | -35/+13 |
| 2024-01-23 | Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwco | León Orell Valerian Liehr | -0/+4 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -35/+13 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -9/+9 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -6/+6 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Account for single `where` bound being removed | Esteban Küber | -3/+19 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+51 |
| 2024-01-21 | Suggest arry::from_fn for array initialization | yukang | -0/+4 |
| 2024-01-20 | Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr | Matthias Krüger | -60/+76 |
| 2024-01-19 | Account for trailing comma in removal suggestion | Esteban Küber | -3/+26 |
| 2024-01-19 | Provide more context on recursive `impl` evaluation overflow | Esteban Küber | -45/+156 |