| Age | Commit message (Expand) | Author | Lines |
| 2024-05-10 | Auto merge of #124972 - matthiaskrgr:rollup-3fablim, r=matthiaskrgr | bors | -28/+26 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -2/+2 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -26/+24 |
| 2024-05-10 | Auto merge of #124932 - RalfJung:temporal, r=compiler-errors | bors | -0/+1 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -2/+2 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -2/+2 |
| 2024-05-09 | codegen: memmove/memset cannot be non-temporal | Ralf Jung | -0/+1 |
| 2024-05-06 | Adjust 64-bit ARM data layouts for LLVM update | Matthew Maurer | -0/+9 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -26/+24 |
| 2024-05-03 | Auto merge of #124675 - matthiaskrgr:rollup-x6n79ua, r=matthiaskrgr | bors | -52/+50 |
| 2024-05-03 | Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercote | Matthias Krüger | -52/+50 |
| 2024-05-03 | Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk | bors | -2/+3 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -2/+2 |
| 2024-05-01 | coverage: Replace `max_decision_depth` with `num_condition_bitmaps` | Zalathar | -1/+1 |
| 2024-05-01 | coverage: Set up MC/DC bitmaps without additional unsafe code | Zalathar | -29/+27 |
| 2024-05-01 | coverage: Eagerly do start-of-function codegen for coverage | Zalathar | -27/+27 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -2/+3 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -20/+41 |
| 2024-04-29 | mcdc-coverage: Get decision_depth from THIR lowering | Dorian Péron | -1/+2 |
| 2024-04-29 | mcdc-coverage: Add decision_depth field in structs | Dorian Péron | -4/+4 |
| 2024-04-29 | mcdc-coverage: Add possibility for codegen llvm to handle several condition b... | Dorian Péron | -18/+38 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -2/+3 |
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -0/+15 |
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -0/+15 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -14/+15 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -8/+19 |
| 2024-04-22 | Rollup merge of #124178 - GuillaumeGomez:llvm-backend, r=oli-obk | Guillaume Gomez | -3/+4 |
| 2024-04-22 | Stabilize the size of incr comp object file names | Ben Kimock | -2/+3 |
| 2024-04-19 | Prevent creating the same `Instance::mono` multiple times | Guillaume Gomez | -3/+4 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -2/+198 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -1/+157 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -0/+2 |
| 2024-04-18 | Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviper | Matthias Krüger | -3/+4 |
| 2024-04-17 | llvm: update riscv target feature to match LLVM 19 | Augie Fackler | -3/+4 |
| 2024-04-16 | Codegen ZSTs without an allocation | Mark Rousskov | -18/+49 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -8/+19 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -0/+2 |
| 2024-04-15 | Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic | bors | -4/+8 |
| 2024-04-12 | Rollup merge of #123775 - scottmcm:place-val, r=cjgillot | Matthias Krüger | -18/+24 |
| 2024-04-11 | use [N x i8] for alloca types | Erik Desjardins | -14/+15 |
| 2024-04-11 | Auto merge of #123507 - dpaoliello:arm64ecasm, r=Amanieu | bors | -1/+1 |
| 2024-04-11 | Add load/store helpers that take `PlaceValue` | Scott McMurray | -1/+1 |
| 2024-04-11 | Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields | Scott McMurray | -6/+12 |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -15/+15 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -1/+1 |
| 2024-04-10 | Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errors | bors | -45/+0 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -20/+45 |
| 2024-04-09 | Remove my `scalar_copy_backend_type` optimization attempt | Scott McMurray | -45/+0 |
| 2024-04-09 | Pass value and valueLen to create a StringRef | Levi Zim | -7/+6 |
| 2024-04-09 | Rollup merge of #123620 - rcvalle:rust-create-rustc-sanitizers, r=davidtwco | Matthias Krüger | -34/+30 |