| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`. | Nicholas Nethercote | -24/+2 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -1/+1 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -5/+2 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -3/+1 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -45/+16 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -2/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -30/+23 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -4/+3 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-14 | Rollup merge of #117858 - compiler-errors:span, r=lcnr | Takayuki Maeda | -2/+5 |
| 2023-11-13 | Compute layout with spans for better cycle errors in coroutines | Michael Goulet | -2/+5 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -5/+0 |
| 2023-11-04 | Fix remaining uses of `CaptureBy::Value` | Dinu Blanovschi | -1/+1 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -4/+3 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -5/+4 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -6/+6 |
| 2023-10-30 | Rollup merge of #117147 - DaniPopes:pphir-fn-variadic, r=compiler-errors | León Orell Valerian Liehr | -8/+1 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -6/+76 |
| 2023-10-27 | Prevent generators from being movable | Oli Scherer | -1/+1 |
| 2023-10-27 | Feature gate coroutine `yield` usage | Oli Scherer | -2/+12 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -1/+60 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -1/+7 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -1/+7 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -3/+4 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -4/+4 |
| 2023-10-25 | Remove unnecessary CVarArgs name skipping logic | DaniPopes | -8/+1 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -4/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -24/+24 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -22/+22 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -0/+3 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -14/+35 |
| 2023-10-13 | Deprecate E0706 | Michael Goulet | -24/+2 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -53/+17 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -14/+35 |
| 2023-10-11 | Rollup merge of #116627 - fee1-dead-contrib:cleanup, r=spastorino | Matthias Krüger | -6/+4 |
| 2023-10-11 | small cleanup | Deadbeef | -6/+4 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -29/+18 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -29/+18 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -2/+3 |
| 2023-09-26 | subst -> instantiate | lcnr | -1/+1 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -6/+6 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -2/+4 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -2/+4 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -1/+1 |
| 2023-09-02 | Don't hold the definitions' lock across `index_hir` | John Kåre Alsaker | -17/+16 |
| 2023-08-30 | Pretty-print impl trait to name it. | Camille GILLOT | -6/+6 |
| 2023-08-30 | Capture lifetimes for associated type bounds destined to be lowered to opaques | Michael Goulet | -0/+11 |
| 2023-08-28 | RPITITs capture all their lifetimes | Michael Goulet | -22/+31 |