| Age | Commit message (Expand) | Author | Lines |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -43/+92 |
| 2023-11-23 | Fix assertion | bjorn3 | -13/+1 |
| 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/+128 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+3 |
| 2023-11-23 | Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJung | bors | -0/+11 |
| 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 | -22/+37 |
| 2023-11-23 | Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser | Matthias Krüger | -9/+8 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -0/+11 |
| 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 | -0/+9 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -43/+92 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -22/+37 |
| 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 | -0/+9 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -241/+491 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -5/+19 |
| 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 #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+38 |
| 2023-11-22 | Rollup merge of #118012 - celinval:smir-alloc, r=ouz-a | Michael Goulet | -26/+210 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -96/+12 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+85 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -96/+12 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -50/+39 |
| 2023-11-22 | Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errors | bors | -26/+83 |
| 2023-11-22 | Document `newtype_index` attributes. | Nicholas Nethercote | -2/+13 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -4/+43 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -20/+27 |
| 2023-11-22 | print query map for deadlock when using parallel front end | SparrowLii | -6/+12 |
| 2023-11-22 | Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov | bors | -2/+3 |
| 2023-11-22 | make the 'abi_unadjusted' feature internal | Ralf Jung | -1/+1 |
| 2023-11-22 | Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead | bors | -231/+173 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -5/+19 |
| 2023-11-21 | Add allocation test and a bit more documentation | Celina G. Val | -0/+7 |
| 2023-11-21 | Add support to get virtual table allocation | Celina G. Val | -3/+54 |
| 2023-11-21 | Add support to global allocation to stable-mir | Celina G. Val | -24/+150 |
| 2023-11-22 | Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726 | bors | -165/+322 |
| 2023-11-22 | Merge `Queries::{ongoing_codegen,linker}`. | Nicholas Nethercote | -19/+14 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -34/+21 |
| 2023-11-22 | Add two useful comments. | Nicholas Nethercote | -0/+4 |
| 2023-11-22 | Add comments about a timer. | Nicholas Nethercote | -0/+3 |
| 2023-11-22 | Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr | bors | -23/+171 |
| 2023-11-22 | Remove outdated reference to compiler plugins. | Nicholas Nethercote | -1/+1 |
| 2023-11-22 | Add some comments. | Nicholas Nethercote | -0/+8 |
| 2023-11-21 | Rollup merge of #118135 - ouz-a:fix_stable_span, r=celinval | Matthias Krüger | -10/+8 |
| 2023-11-21 | Rollup merge of #118112 - compiler-errors:index-ambiguity-ice, r=aliemjay | Matthias Krüger | -4/+18 |
| 2023-11-21 | Rollup merge of #118110 - compiler-errors:defining-anchor, r=aliemjay | Matthias Krüger | -4/+17 |