| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-03 | Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors | Matthias Krüger | -6/+302 |
| 2024-04-03 | Auto merge of #122225 - DianQK:nits-120268, r=cjgillot | bors | -24/+43 |
| 2024-04-02 | Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgr | bors | -2/+47 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+47 |
| 2024-04-02 | CFI: Switch sense of type erasure flag | Matthew Maurer | -2/+2 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -2/+47 |
| 2024-03-30 | Auto merge of #122976 - caibear:optimize_reserve_for_push, r=cuviper | bors | -3/+3 |
| 2024-03-29 | Fix test. | Cai Bear | -3/+3 |
| 2024-03-29 | Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e... | bors | -0/+22 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -1/+1 |
| 2024-03-28 | Restore the test checks for `wider_reduce_into_iter` | DianQK | -3/+3 |
| 2024-03-27 | CFI: Fix methods as function pointer cast | Ramon de C Valle | -0/+22 |
| 2024-03-27 | Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler... | Matthias Krüger | -0/+29 |
| 2024-03-27 | CFI: Fix drop and drop_in_place | Ramon de C Valle | -0/+29 |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -9/+9 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+47 |
| 2024-03-23 | Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubilee | Jubilee | -0/+16 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -4/+79 |
| 2024-03-22 | CFI: Support self_cell-like recursion | Matthew Maurer | -0/+16 |