| Age | Commit message (Expand) | Author | Lines |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1/+3 |
| 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-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -6/+11 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -6/+11 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -2/+2 |
| 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 | 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 | -6/+6 |
| 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 | -3/+9 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -26/+20 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -1/+1 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -2/+2 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -4/+3 |
| 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 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -89/+116 |
| 2023-12-24 | Remove `MirBorrowckCtxt` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -21/+19 |
| 2023-12-22 | Rollup merge of #119198 - compiler-errors:desugaring, r=eholk | Michael Goulet | -40/+55 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -66/+36 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -40/+55 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -7/+12 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -7/+7 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -1/+1 |
| 2023-12-17 | fix diagnostic regresssion | Ali MJ Al-Nasrawy | -7/+12 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -20/+10 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -47/+48 |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -1/+1 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -4/+30 |
| 2023-12-04 | Provide more suggestions for cloning immutable bindings | Esteban Küber | -1/+101 |
| 2023-12-04 | Deduplicate some logic | Esteban Küber | -110/+51 |
| 2023-12-04 | Tweak output on specific case | Esteban Küber | -1/+21 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -48/+124 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -3/+17 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -5/+5 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-11-28 | Fix a typo in a `format_args!` note | Josh Stone | -1/+1 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -14/+12 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -14/+12 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -1/+8 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -1/+8 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -7/+7 |