| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-12-15 | Simplify the GEP instruction for index | DianQK | -0/+59 |
| 2024-12-15 | Fix `vec_pop_push_noop` codegen test on `wasm32-wasip1` target | EFanZh | -1/+1 |
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -0/+52 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -2/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -77/+318 |
| 2024-12-11 | coverage: Adjust a codegen test to ignore the order of covmap/covfun globals | Zalathar | -4/+2 |
| 2024-12-10 | make naked function generics test stricter | Folkert de Vries | -4/+5 |
| 2024-12-10 | fix the `naked-asan` test | Folkert de Vries | -5/+2 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -73/+316 |