| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-29 | Do not generate lifetime_mapping for RPIT no in_trait | Santiago Pastorino | -12/+32 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -22/+28 |
| 2023-06-29 | Intern OpaqueTy on ItemKind::OpaqueTy | Santiago Pastorino | -1/+1 |
| 2023-06-29 | Reorganize opaque lowering code | Santiago Pastorino | -43/+50 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -3/+1 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+6 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -3/+15 |
| 2023-05-29 | Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu | bors | -0/+1 |
| 2023-05-25 | Don't print newlines in APITs | Michael Goulet | -1/+10 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -1/+2 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -18/+28 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -3/+5 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -1/+24 |
| 2023-05-08 | asm: Stabilize loongarch64 | WANG Rui | -0/+1 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -2/+4 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -2/+4 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -3/+5 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -2/+15 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -2/+15 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -21/+7 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -9/+9 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -11/+3 |
| 2023-04-27 | Tweak await span | Michael Goulet | -15/+9 |