| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -9/+28 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -10/+28 |
| 2024-01-30 | Normalize caller bounds | Michael Goulet | -1/+2 |
| 2024-01-29 | Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco | Dylan DPC | -8/+56 |
| 2024-01-29 | Borrow check inline const patterns | Matthew Jasper | -8/+56 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -6/+8 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-23 | Auto merge of #116152 - cjgillot:unchunck, r=nnethercote | bors | -3/+3 |
| 2024-01-22 | Remove uses of HybridBitSet. | Camille GILLOT | -3/+3 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-20 | Auto merge of #120003 - Mark-Simulacrum:opt-promoted, r=davidtwco | bors | -30/+87 |
| 2024-01-20 | Rollup merge of #120155 - compiler-errors:no-erased-when-promoting, r=aliemjay | Matthias Krüger | -5/+9 |
| 2024-01-20 | Don't use ReErased to detect type test promotion failed | Michael Goulet | -5/+9 |
| 2024-01-19 | perf: Don't track specific live points for promoteds | Mark Rousskov | -30/+87 |
| 2024-01-19 | Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errors | Matthias Krüger | -7/+90 |
| 2024-01-19 | Suggest .swap() instead of mem::swap() in more cases | sjwang05 | -7/+92 |
| 2024-01-17 | Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen | Matthias Krüger | -114/+32 |
| 2024-01-17 | Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwU | bors | -1/+34 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -12/+18 |
| 2024-01-16 | Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obk | Matthias Krüger | -1/+5 |
| 2024-01-16 | borrowck: use implied bounds from impl header | Ali MJ Al-Nasrawy | -1/+24 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -0/+10 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -12/+18 |
| 2024-01-15 | Rollup merge of #119971 - compiler-errors:zip-eq, r=nnethercote | Matthias Krüger | -3/+10 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-01-14 | Use zip_eq to enforce that things being zipped have equal sizes | Michael Goulet | -3/+10 |
| 2024-01-14 | Simplify closure_env_ty and closure_env_param | Michael Goulet | -1/+5 |
| 2024-01-13 | Make InferCtxtExt::could_impl_trait less messed up | Michael Goulet | -13/+18 |
| 2024-01-12 | Remove redundant Code from FulfillmentErrorCode variants | Michael Goulet | -2/+2 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in `BorrowckErrors`. | Nicholas Nethercote | -9/+10 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -2/+2 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -19/+19 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -27/+46 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -67/+49 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2024-01-07 | Move PointIndex to mir_dataflow. | Camille GILLOT | -114/+32 |
| 2024-01-05 | Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk | Matthias Krüger | -26/+46 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -1/+1 |
| 2024-01-04 | Check yield terminator's resume type in borrowck | Michael Goulet | -26/+46 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -3/+3 |
| 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 | -26/+23 |
| 2023-12-28 | Fix some comments | cuishuang | -1/+1 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -102/+149 |
| 2023-12-25 | Flatten match | Michael Goulet | -47/+67 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -28/+28 |