| Age | Commit message (Expand) | Author | Lines |
| 2024-05-16 | Fix assertion when attempting to convert `f16` and `f128` with `as` | Trevor Gross | -3/+393 |
| 2024-05-11 | Unify `Rvalue::Aggregate` paths in cg_ssa | Scott McMurray | -1/+1 |
| 2024-05-11 | fix few typo in filecheck annotations | klensy | -8/+8 |
| 2024-05-08 | Make SSA aggregates without needing an alloca | Scott McMurray | -15/+99 |
| 2024-05-08 | Add a codegen test for transparent aggregates | Scott McMurray | -0/+39 |
| 2024-05-06 | Adjust dbg.value/dbg.declare checks for LLVM update | Arthur Eubanks | -10/+10 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -9/+6 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -0/+1 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -1/+1 |
| 2024-04-30 | Rollup merge of #124543 - maurer:llvm-range, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | codegen tests: Tolerate `range()` qualifications in enum tests | Matthew Maurer | -3/+3 |
| 2024-04-29 | adapt a codegen test for llvm 19 | Krasimir Georgiev | -3/+3 |
| 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 |