| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Fix some broken tests | Eric Holk | -1/+1 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -14/+4 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -32/+25 |
| 2023-12-04 | Lower return types for gen fn to impl Iterator | Eric Holk | -22/+53 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -11/+10 |
| 2023-12-02 | Inline and remove `LoweringContext::handler()`. | Nicholas Nethercote | -5/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -6/+7 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -3/+8 |
| 2023-11-29 | Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errors | Matthias Krüger | -3/+42 |
| 2023-11-28 | Fix spans for bad await in inline const | Michael Goulet | -3/+8 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -9/+14 |
| 2023-11-28 | Remove unnecessary `Option` from `LoweringContext::allow_{try_trait,gen_futur... | Nicholas Nethercote | -7/+7 |
| 2023-11-28 | Add `LoweringContext::new`. | Nicholas Nethercote | -0/+40 |
| 2023-11-28 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 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 | -6/+5 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -2/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -9/+7 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -2/+2 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -5/+0 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -2/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-30 | Rollup merge of #117147 - DaniPopes:pphir-fn-variadic, r=compiler-errors | León Orell Valerian Liehr | -8/+1 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -1/+7 |
| 2023-10-25 | Remove unnecessary CVarArgs name skipping logic | DaniPopes | -8/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 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 | -1/+1 |
| 2023-10-13 | Deprecate E0706 | Michael Goulet | -13/+2 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -53/+17 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+1 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -2/+3 |
| 2023-09-26 | subst -> instantiate | lcnr | -1/+1 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -6/+6 |
| 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 | -2/+1 |
| 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 | Remove constness from `ImplSource::Param` | Deadbeef | -27/+23 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -8/+87 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -5/+1 |
| 2023-08-07 | Fix ICE | Deadbeef | -3/+13 |