| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -8/+5 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+2 |
| 2024-01-25 | Rollup merge of #120330 - compiler-errors:no-coroutine-info-in-coroutine-drop... | Matthias Krüger | -4/+15 |
| 2024-01-25 | What even is CoroutineInfo | Michael Goulet | -4/+15 |
| 2024-01-25 | Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot | bors | -2/+0 |
| 2024-01-23 | const prop nonsense eliminated | Oli Scherer | -2/+0 |
| 2024-01-23 | Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obk | bors | -2/+8 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -15/+12 |
| 2024-01-22 | const-eval interner: from-scratch rewrite using mutability information from p... | Ralf Jung | -2/+8 |
| 2024-01-21 | Rollup merge of #120128 - oli-obk:smir_internal_lift, r=celinval | Matthias Krüger | -2/+2 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -2/+2 |
| 2024-01-19 | Pack the u128 in SwitchTargets | Josh Stone | -15/+12 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -3/+9 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -2/+2 |
| 2024-01-19 | LLVM 18 x86 data layout update | Matthew Maurer | -3/+9 |
| 2024-01-19 | Fix `Stable` trait and its impls to work with the new `with_tables` | Oli Scherer | -2/+2 |
| 2024-01-18 | Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-01-18 | change unwrap to `?` on write where result is returned | James Dietz | -2/+2 |
| 2024-01-17 | Inline `dump_file_basename` into `dump_path` | Zalathar | -19/+10 |
| 2024-01-17 | Inline `create_dump_file_with_basename` | Zalathar | -22/+13 |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -0/+12 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -3/+6 |
| 2024-01-11 | coverage: Add enums to accommodate other kinds of coverage mappings | Zalathar | -10/+28 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -4/+1 |
| 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 | -10/+19 |
| 2024-01-06 | Auto merge of #119459 - cjgillot:inline-mir-utils, r=compiler-errors | bors | -0/+22 |
| 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 #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 | -15/+6 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -2/+2 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -654/+0 |
| 2024-01-04 | Check yield terminator's resume type in borrowck | Michael Goulet | -0/+17 |
| 2024-01-04 | Remove unused `struct_error` function. | Nicholas Nethercote | -15/+6 |
| 2023-12-31 | Inline utils. | Camille GILLOT | -0/+19 |
| 2023-12-31 | Inline successor_within_block. | Camille GILLOT | -0/+1 |
| 2023-12-31 | Inline dominator check. | Camille GILLOT | -0/+2 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -1/+1 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -1/+1 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -9/+5 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -4/+12 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -4/+4 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -4/+4 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-22 | Rollup merge of #119198 - compiler-errors:desugaring, r=eholk | Michael Goulet | -13/+27 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -4/+1 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -13/+27 |
| 2023-12-19 | rename to verbose-internals | jyn | -4/+12 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -1/+1 |