| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2023-08-26 | Use `preserve_mostcc` for `extern "rust-cold"` | Scott McMurray | -1/+4 |
| 2023-08-09 | Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot | Matthias Krüger | -35/+30 |
| 2023-08-09 | Don't use type_of to determine if item has intrinsic shim | Michael Goulet | -35/+30 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+3 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -22/+13 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -22/+13 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -5/+7 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -4/+12 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -4/+12 |
| 2023-08-01 | Fix a comment | Michael Goulet | -1/+2 |
| 2023-08-01 | don't create a predicate for just a comparison | Michael Goulet | -4/+10 |