| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -0/+2 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -26/+27 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -26/+27 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -5/+1 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -0/+2 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -10/+10 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -4/+6 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -6/+37 |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -0/+1 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -2/+5 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-12-09 | Rollup merge of #118766 - compiler-errors:lower-spans, r=spastorino | Guillaume Gomez | -3/+3 |
| 2023-12-09 | Lower spans for opaque duplicated lifetimes, const infer vars | Michael Goulet | -3/+3 |
| 2023-12-08 | More nits | Michael Goulet | -1/+2 |
| 2023-12-08 | Add tests | Michael Goulet | -9/+16 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -3/+5 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -10/+2 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -0/+1 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -2/+4 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -10/+2 |
| 2023-12-04 | Address code review feedback | Eric Holk | -7/+7 |
| 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 |