| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | Rollup merge of #119885 - DianQK:revert-pr-113923, r=petrochenkov | Guillaume Gomez | -5/+0 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+5 |
| 2024-01-12 | Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix" | DianQK | -5/+0 |
| 2024-01-12 | Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgr | bors | -17/+18 |
| 2024-01-12 | Rollup merge of #119868 - oli-obk:unknown_lifetime_ice, r=compiler-errors | Matthias Krüger | -17/+18 |
| 2024-01-12 | Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors | bors | -0/+4 |
| 2024-01-11 | Register even erroneous impls | Oli Scherer | -5/+3 |
| 2024-01-11 | `specialization_graph_of`'s `errored` field is used in the only call site, an... | Oli Scherer | -12/+15 |
| 2024-01-11 | coverage: Add enums to accommodate other kinds of coverage mappings | Zalathar | -10/+28 |
| 2024-01-11 | Rollup merge of #119763 - nnethercote:cleanup-Diagnostic, r=oli-obk | Matthias Krüger | -8/+6 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -3/+3 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -8/+6 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -3/+3 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -3/+3 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -6/+3 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -3/+3 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2024-01-09 | readd the provisional cache | lcnr | -0/+4 |
| 2024-01-09 | Auto merge of #117703 - compiler-errors:recursive-async, r=lcnr | bors | -32/+197 |
| 2024-01-09 | Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmease | Matthias Krüger | -1/+8 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -11/+11 |
| 2024-01-08 | Last nits | Michael Goulet | -9/+31 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -62/+69 |
| 2024-01-08 | Only compute layout of opaque if coroutine is the cause of an opaque cycle | Michael Goulet | -1/+24 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -16/+87 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -21/+43 |
| 2024-01-08 | Value recovery can take the whole CycleError | Michael Goulet | -15/+35 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -11/+11 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -6/+5 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Add helper for when we want to know if an item has a host param | Michael Goulet | -1/+8 |
| 2024-01-07 | Merge dead bb pruning and unreachable bb deduplication. | Camille GILLOT | -0/+1 |
| 2024-01-06 | Don't populate yield and resume types after the fact | Michael Goulet | -12/+19 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -123/+100 |
| 2024-01-06 | Auto merge of #119648 - compiler-errors:rollup-42inxd8, r=compiler-errors | bors | -4/+8 |
| 2024-01-05 | Rollup merge of #119638 - lukas-code:suggest-constructor-cycle-error, r=cjgillot | Michael Goulet | -4/+8 |
| 2024-01-06 | Auto merge of #119459 - cjgillot:inline-mir-utils, r=compiler-errors | bors | -0/+22 |
| 2024-01-05 | Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr | bors | -38/+73 |
| 2024-01-05 | fix OOM when `ty::Instance` is used in query description | Lukas Markeffsky | -4/+8 |
| 2024-01-05 | Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk | Matthias Krüger | -0/+17 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -16/+4 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -21/+51 |
| 2024-01-05 | Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da... | Matthias Krüger | -1/+1 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -65/+47 |
| 2024-01-05 | Remove outdated references to `librustc_middle`. | Alona Enraght-Moony | -3/+3 |
| 2024-01-05 | Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,Nilstrieb | Michael Goulet | -654/+0 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -19/+10 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -1/+1 |
| 2024-01-05 | Remove `thir::Guard` | Matthew Jasper | -16/+4 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -7/+6 |