| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | Exhaustively match CoroutineKind in fn_sig_for_fn_abi | bjorn3 | -60/+70 |
| 2023-11-23 | Fix fn_sig_for_fn_abi and the coroutine transform for generators | bjorn3 | -9/+129 |
| 2023-11-23 | Auto merge of #117978 - petrochenkov:deleggate, r=TaKO8Ki,joshtriplett | bors | -0/+19 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+19 |
| 2023-11-23 | Auto merge of #117815 - onur-ozkan:update-change-tracking-impl, r=albertlarsan68 | bors | -29/+90 |
| 2023-11-23 | Auto merge of #116449 - Kobzol:bootstrap-rustdoc-shim, r=petrochenkov | bors | -33/+79 |
| 2023-11-23 | Add LLD flags to rustdoc cargo invocations | Jakub Beránek | -20/+64 |
| 2023-11-23 | Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJung | bors | -1/+13 |
| 2023-11-23 | Auto merge of #118200 - matthiaskrgr:rollup-neka6xo, r=matthiaskrgr | bors | -79/+249 |
| 2023-11-23 | Rollup merge of #118169 - SparrowLii:deadlock_issue, r=compiler-errors | Matthias Krüger | -6/+12 |
| 2023-11-23 | Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-11-23 | Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -25/+125 |
| 2023-11-23 | Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser | Matthias Krüger | -47/+111 |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -132/+371 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -1/+13 |
| 2023-11-23 | Nit of deadlock detected | SparrowLii | -1/+1 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -12/+29 |
| 2023-11-23 | Auto merge of #118154 - ChrisDenton:win-clippy, r=scottmcm | bors | -45/+43 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -25/+125 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -102/+53 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -12/+29 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -243/+666 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -5/+36 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -30/+18 |
| 2023-11-22 | Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiasko | Michael Goulet | -180/+206 |
| 2023-11-22 | Rollup merge of #118100 - ecnelises:ppc64_profiler, r=Kobzol | Michael Goulet | -1/+1 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -1/+76 |
| 2023-11-22 | Rollup merge of #118012 - celinval:smir-alloc, r=ouz-a | Michael Goulet | -26/+329 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -347/+97 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -2/+88 |
| 2023-11-22 | x fmt library/std | Chris Denton | -3/+2 |
| 2023-11-22 | redundant_slicing | Chris Denton | -1/+1 |
| 2023-11-22 | cmp_null | Chris Denton | -2/+2 |
| 2023-11-22 | manual_range_contains | Chris Denton | -2/+2 |
| 2023-11-22 | op_ref | Chris Denton | -1/+1 |
| 2023-11-22 | manual_map | Chris Denton | -5/+3 |
| 2023-11-22 | unnecessary_lazy_evaluations | Chris Denton | -1/+1 |
| 2023-11-22 | redundant_closure | Chris Denton | -4/+4 |
| 2023-11-22 | duration_subsec | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_cast | Chris Denton | -9/+9 |
| 2023-11-22 | needless_borrow | Chris Denton | -8/+8 |
| 2023-11-22 | needless_borrows_for_generic_args | Chris Denton | -2/+2 |
| 2023-11-22 | manual_slice_size_calculation | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -4/+4 |
| 2023-11-22 | useless_conversion | Chris Denton | -1/+1 |
| 2023-11-22 | needless_return | Chris Denton | -1/+1 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -347/+97 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -59/+47 |
| 2023-11-22 | Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errors | bors | -34/+83 |
| 2023-11-22 | Document `newtype_index` attributes. | Nicholas Nethercote | -2/+13 |