| Age | Commit message (Expand) | Author | Lines |
| 2025-01-22 | Auto merge of #135674 - scottmcm:assume-better, r=estebank | bors | -55/+75 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -18/+24 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -18/+24 |
| 2025-01-21 | Add more tests | Oli Scherer | -0/+49 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -5/+5 |
| 2025-01-21 | Ensure we always get a constant, even without mir opts | Oli Scherer | -1/+1 |
| 2025-01-21 | Also generate undef scalars and scalar pairs | Oli Scherer | -2/+0 |
| 2025-01-20 | Rollup merge of #133695 - x17jiri:hint_likely, r=Amanieu | Matthias Krüger | -0/+215 |
| 2025-01-17 | Update our range `assume`s to the format that LLVM prefers | Scott McMurray | -55/+75 |
| 2025-01-17 | Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35 | bors | -0/+98 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -0/+18 |
| 2025-01-16 | use indirect return for `i128` and `f128` on wasm32 | Folkert de Vries | -0/+98 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+18 |
| 2025-01-15 | Export likely(), unlikely() and cold_path() in std::hint | Jiri Bobek | -0/+215 |
| 2025-01-13 | Auto merge of #135204 - RalfJung:win64-zst, r=SparrowLii | bors | -0/+52 |
| 2025-01-12 | on Windows, consistently pass ZST by-ref | Ralf Jung | -7/+7 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+87 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -15/+42 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+87 |
| 2025-01-10 | Use llvm.memset.p0i8.* to initialize all same-bytes arrays | Oli Scherer | -5/+3 |
| 2025-01-10 | fix ZST handling for Windows ABIs on MSVC target | Ralf Jung | -0/+52 |
| 2025-01-10 | Add regression test for option initialization | Oli Scherer | -0/+28 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -15/+42 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -0/+65 |
| 2025-01-06 | Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r=the8472 | bors | -36/+38 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+65 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -6/+7 |
| 2025-01-05 | Expand the `select_unpredictable` test for ZSTs | Trevor Gross | -0/+5 |
| 2025-01-05 | Merge the intrinsic and user tests for `select_unpredictable` | Trevor Gross | -36/+33 |
| 2025-01-04 | Rollup merge of #135084 - maurer:nuw, r=nikic | Matthias Krüger | -2/+2 |
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -0/+35 |
| 2025-01-03 | Update carrying_mul_add test to tolerate `nuw` | Matthew Maurer | -2/+2 |
| 2025-01-03 | add codegen test for `bool::select_unpredictable` | joboet | -0/+35 |
| 2024-12-31 | arm: use target.llvm_floatabi over soft-float target feature | Ralf Jung | -4/+4 |
| 2024-12-31 | add ABI target features *before* -Ctarget-features | Ralf Jung | -4/+4 |
| 2024-12-31 | x86-64 hardfloat actually requires sse2 | Ralf Jung | -2/+2 |
| 2024-12-31 | explicitly model that certain ABIs require/forbid certain target features | Ralf Jung | -3/+4 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -6/+6 |
| 2024-12-30 | Rollup merge of #134871 - clubby789:test-63646, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2024-12-29 | Added codegen test for elidings bounds check when indexes are manually checked | Alex Gaynor | -0/+37 |
| 2024-12-29 | Add codegen test for issue 63646 | clubby789 | -0/+28 |
| 2024-12-28 | Added a codegen test for optimization with const arrays | Alex Gaynor | -0/+15 |
| 2024-12-27 | Override `carrying_mul_add` in cg_llvm | Scott McMurray | -0/+137 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -6/+6 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -1/+53 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -0/+16 |
| 2024-12-20 | tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by usin... | Taiki Endo | -74/+36 |
| 2024-12-19 | Explicitly register `MSVC`/`NONMSVC` revisions for some codegen tests | 许杰友 Jieyou Xu (Joe) | -50/+76 |
| 2024-12-19 | compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes | 许杰友 Jieyou Xu (Joe) | -7/+0 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -1/+1 |