| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -8/+4 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -26/+26 |
| 2023-11-21 | Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors | Nilstrieb | -2/+9 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -2/+9 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -2/+60 |
| 2023-11-17 | rename bound region instantiation | lcnr | -2/+3 |
| 2023-11-16 | Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi... | bors | -12/+44 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -26/+29 |
| 2023-11-13 | continue renaming | lcnr | -2/+2 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -3/+3 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -2/+60 |
| 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-24 | Try to use approximate placeholder regions when outputting an AscribeUserType... | Jack Huey | -12/+44 |
| 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 |