| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -8/+7 |
| 2023-11-07 | Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors | bors | -1/+19 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -1/+19 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -3/+2 |
| 2023-10-27 | Handle `move` generators | Oli Scherer | -5/+11 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+19 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -6/+6 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -69/+95 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-10-21 | Stop computing error info in move path builder. | Camille GILLOT | -3/+22 |
| 2023-10-21 | Avoid using a magic value for untracked locals. | Camille GILLOT | -3/+4 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -65/+71 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -2/+4 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+22 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -2/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -51/+51 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -36/+36 |
| 2023-10-20 | Mention `into_iter` on borrow errors suggestions when appropriate | Esteban Küber | -0/+22 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -193/+177 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -23/+149 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -3/+3 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -3/+3 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -2/+3 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+4 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -1/+1 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -1/+1 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -3/+3 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -4/+4 |
| 2023-09-11 | Auto merge of #115595 - surechen:114896, r=davidtwco | bors | -6/+78 |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -1/+41 |
| 2023-09-07 | fixes #114896 | surechen | -6/+78 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -13/+37 |
| 2023-09-07 | suggest iter_mut() where trying to modify elements from .iter() | yukang | -1/+41 |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -88/+91 |
| 2023-08-23 | Remove the unhelpful let binding diag comes from FormatArguments | yukang | -13/+37 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-04 | Rollup merge of #114477 - estebank:arc-clone, r=compiler-errors | Matthias Krüger | -1/+11 |
| 2023-08-04 | Account for `Rc` and `Arc` when suggesting to clone | Esteban Küber | -1/+11 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -3/+3 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -2/+3 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+3 |
| 2023-07-28 | Account for macros when suggesting a new let binding | Esteban Küber | -1/+2 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -47/+29 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -1/+1 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -77/+61 |