| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -4/+6 |
| 2024-04-25 | Add needs-unwind to codegen test | Nikita Popov | -0/+1 |
| 2024-04-25 | Fix incorrect CHECK-LABEL | Nikita Popov | -1/+1 |
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -3/+4 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -6/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -2/+2 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -108/+174 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -0/+118 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -10/+1 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -0/+16 |
| 2024-04-18 | Make `checked` ops emit *unchecked* LLVM operations where feasible | Scott McMurray | -0/+86 |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -18/+20 |
| 2024-04-16 | Add codegen tests for changed intrinsics | Maybe Waffle | -0/+118 |
| 2024-04-15 | Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic | bors | -0/+38 |
| 2024-04-12 | Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelix | Matthias Krüger | -1/+20 |
| 2024-04-12 | remove alloca type from issue-105386-ub-in-debuginfo | Erik Desjardins | -1/+1 |
| 2024-04-12 | do not add prolog for variadic naked functions | Guy Shefy | -1/+20 |
| 2024-04-11 | use [N x i8] for alloca types | Erik Desjardins | -108/+174 |
| 2024-04-11 | codegen tests: Tolerate `nuw` `nsw` on `trunc` | Matthew Maurer | -5/+5 |
| 2024-04-11 | Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=Amanieu | León Orell Valerian Liehr | -0/+258 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -0/+258 |
| 2024-04-10 | Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errors | bors | -37/+60 |
| 2024-04-10 | Update 122805 test for PR 123185 | Scott McMurray | -10/+29 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -0/+20 |
| 2024-04-09 | Remove my `scalar_copy_backend_type` optimization attempt | Scott McMurray | -27/+31 |
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -0/+20 |
| 2024-04-09 | Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillot | bors | -0/+26 |
| 2024-04-08 | Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgr | bors | -0/+119 |
| 2024-04-08 | Rollup merge of #123564 - scottmcm:step-by-div-zero, r=joboet | Matthias Krüger | -0/+26 |
| 2024-04-08 | Rollup merge of #122781 - nikic:ppc-abi-fix, r=cuviper | Matthias Krüger | -0/+93 |
| 2024-04-08 | Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillot | bors | -2/+2 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -0/+23 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+23 |
| 2024-04-08 | Add test case for #119014 | DianQK | -0/+26 |
| 2024-04-08 | Transforms match into an assignment statement | DianQK | -2/+2 |
| 2024-04-08 | Add invariant to VecDeque::pop_* that len < cap if pop successful | Philippe-Cholet | -0/+67 |
| 2024-04-08 | Limited to little endian target | Kai Luo | -0/+1 |
| 2024-04-08 | Fix argument ABI for overaligned structs on ppc64le | Nikita Popov | -0/+93 |
| 2024-04-07 | Auto merge of #123561 - saethlin:str-unchecked-sub-index, r=scottmcm | bors | -0/+28 |
| 2024-04-07 | Auto merge of #123555 - DianQK:update-llvm-18, r=cuviper | bors | -0/+35 |
| 2024-04-07 | Add the test case for #122805 | DianQK | -0/+35 |
| 2024-04-06 | Don't emit divide-by-zero panic paths in `StepBy::len` | Scott McMurray | -0/+26 |
| 2024-04-06 | Use unchecked_sub in str indexing | Ben Kimock | -0/+28 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+28 |
| 2024-04-06 | Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errors | Matthias Krüger | -21/+21 |
| 2024-04-05 | CFI: Don't rewrite ty::Dynamic directly | Matthew Maurer | -21/+21 |
| 2024-04-05 | Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com... | Guillaume Gomez | -2/+2 |
| 2024-04-04 | CFI: Restore typeid_for_instance default behavior | Ramon de C Valle | -2/+2 |
| 2024-04-04 | Port issue-7349 to a codegen test | 许杰友 Jieyou Xu (Joe) | -0/+33 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -2/+2 |