| Age | Commit message (Expand) | Author | Lines |
| 2023-11-21 | the unadjusted ABI needs to pass aggregates by-value | Ralf Jung | -6/+29 |
| 2023-11-21 | Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errors | Nilstrieb | -1/+1 |
| 2023-11-21 | Rollup merge of #118081 - nnethercote:rustc_ty_utils, r=compiler-errors | Nilstrieb | -33/+23 |
| 2023-11-20 | Fix occurrences of old fn names in comment and tracing | Santiago Pastorino | -1/+1 |
| 2023-11-20 | Alphabetize features. | Nicholas Nethercote | -2/+2 |
| 2023-11-20 | Inline and remove `record_layout_for_printing`. | Nicholas Nethercote | -15/+5 |
| 2023-11-20 | Reduce exposure of some items. | Nicholas Nethercote | -16/+16 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -5/+77 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -2/+2 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -5/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -13/+13 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -5/+5 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -5/+4 |
| 2023-11-13 | Compute layout with spans for better cycle errors in coroutines | Michael Goulet | -5/+5 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -2/+2 |
| 2023-11-03 | default Aggregate ABI to Indirect, and make sure it's never used for unsized | Ralf Jung | -5/+6 |
| 2023-11-03 | move ABI sanity check from LLVM codegen backend to ABI computation logic | Ralf Jung | -0/+71 |
| 2023-11-02 | review + add tests | lcnr | -4/+4 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -3/+29 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -1/+1 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -28/+12 |
| 2023-10-30 | Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiser | Guillaume Gomez | -5/+7 |
| 2023-10-30 | Some manual rustfmt as rustfmt is broken on this file | Oli Scherer | -3/+4 |
| 2023-10-30 | Merge two equal match arms | Oli Scherer | -6/+1 |
| 2023-10-30 | Don't treat closures/coroutines as part of the public API | Oli Scherer | -21/+9 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -5/+7 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -1/+8 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -0/+13 |
| 2023-10-27 | fix failure to detect a too-big-type after adding padding | Ralf Jung | -0/+3 |
| 2023-10-27 | Basic generators work | Oli Scherer | -0/+13 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -2/+5 |
| 2023-10-23 | Factor signature type walking out of opaque_types_defined_by | Oli Scherer | -44/+154 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -39/+39 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -30/+30 |
| 2023-10-20 | Adjust imports | Michael Goulet | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -99/+112 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-06 | Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkin | bors | -1/+1 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -1/+1 |
| 2023-10-02 | Implement Deref<LayoutS> for Layout | Lukas Wirth | -1/+1 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -5/+4 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -7/+5 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -13/+2 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -25/+2 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -2/+5 |