| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | -38/+38 |
| 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 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -8/+5 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -1/+24 |
| 2023-09-18 | Explain `with_reveal_all_normalized` usage | Oli Scherer | -0/+3 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -0/+1 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -0/+1 |
| 2023-09-12 | add helper method for finding the one non-1-ZST field | Ralf Jung | -13/+5 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+2 |
| 2023-09-08 | Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwco | bors | -0/+2 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -2/+22 |
| 2023-09-07 | extend comments around PassMode::Direct | Ralf Jung | -0/+2 |
| 2023-08-29 | some more is_zst that should be is_1zst | Ralf Jung | -3/+3 |