| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+12 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+12 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -1/+1 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -27/+23 |
| 2023-08-12 | Rollup merge of #114667 - compiler-errors:issue-114664, r=davidtwco | Matthias Krüger | -2/+15 |
| 2023-08-10 | Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obk | Michael Goulet | -2/+2 |
| 2023-08-11 | Record binder for bare trait object in LifetimeCollectVisitor | Michael Goulet | -2/+15 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+2 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -4/+25 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -34/+168 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -5/+1 |
| 2023-08-07 | Fix ICE | Deadbeef | -3/+13 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -34/+158 |
| 2023-08-05 | Consolidate opaque ty and async fn lowering code | Michael Goulet | -421/+182 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -3/+8 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -3/+8 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -16/+39 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -1/+1 |
| 2023-07-21 | Auto merge of #113847 - SparrowLii:path_clone, r=cjgillot | bors | -21/+3 |
| 2023-07-19 | add comment for lower_use_tree | SparrowLii | -0/+3 |
| 2023-07-19 | avoid clone path prefix when lowering to hir | SparrowLii | -21/+0 |
| 2023-07-17 | Properly document lifetime_mapping in OpaqueTy | Michael Goulet | -10/+14 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+4 |
| 2023-07-04 | include `host_effect_index` in `Generics` | Deadbeef | -8/+5 |
| 2023-07-04 | Add effects during lowering for `~const` bounds | Deadbeef | -17/+112 |