| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | Always inline functions signatures containing `f16` or `f128` | Trevor Gross | -0/+29 |
| 2024-11-14 | tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li... | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-13 | Add ``exact-llvm-major-version`` directive | Kirill Podoprigora | -2/+1 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+19 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+19 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -1/+1 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -0/+64 |
| 2024-11-09 | Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikic | Matthias Krüger | -1/+10 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -4/+20 |
| 2024-11-08 | try_question_mark_nop: update test for LLVM 20 | Augie Fackler | -1/+10 |
| 2024-11-08 | pointee_info_at: fix logic for recursing into enums | Ralf Jung | -4/+20 |
| 2024-11-07 | Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42 | Jubilee | -3/+3 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -9/+11 |
| 2024-11-08 | Stabilize s390x inline assembly | Taiki Endo | -1/+1 |
| 2024-11-07 | Update test for LLVM 20's new vector splat syntax | Hans Wennborg | -3/+3 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+40 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -3/+3 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -1/+41 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -5/+21 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -3/+3 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -5/+21 |
| 2024-11-02 | Rollup merge of #132170 - veera-sivarajan:codegen-tests, r=jieyouxu | Matthias Krüger | -0/+45 |
| 2024-11-02 | Add a Few Codegen Tests | Veera | -0/+45 |
| 2024-11-01 | Move remaining inline assembly test files into asm directory | Taiki Endo | -0/+0 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -10/+6 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -1/+41 |
| 2024-10-31 | tests/codegen: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests: `ignore-debug` -> `ignore-std-debug-assertions` | 许杰友 Jieyou Xu (Joe) | -9/+11 |
| 2024-10-31 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -10/+6 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -4/+4 |
| 2024-10-23 | Rollup merge of #131955 - SpriteOvO:riscv-int-arg-attr, r=workingjubilee | León Orell Valerian Liehr | -35/+144 |
| 2024-10-23 | Rollup merge of #132031 - slanterns:rc_default, r=ibraheemdev | Matthias Krüger | -0/+12 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on LoongArch64 | Asuna | -17/+35 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on RISC-V | Asuna | -33/+124 |
| 2024-10-22 | Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubilee | bors | -24/+31 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -4/+4 |
| 2024-10-22 | add codegen test | Slanterns | -0/+12 |
| 2024-10-21 | Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-21 | Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix | Jubilee | -0/+125 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -2/+0 |
| 2024-10-20 | x86-32 float return for 'Rust' ABI: treat all float types consistently | Ralf Jung | -24/+31 |
| 2024-10-19 | Rollup merge of #131920 - clubby789:108395-test, r=jieyouxu | Matthias Krüger | -0/+27 |
| 2024-10-19 | Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxu | bors | -73/+172 |
| 2024-10-19 | Fix test expectations for 32bit x86 | bjorn3 | -15/+11 |
| 2024-10-19 | Add codegen test for branchy bool match | clubby789 | -0/+27 |
| 2024-10-18 | compiler: Revert -Zregparm handling for extern Rust | Jubilee Young | -60/+0 |
| 2024-10-18 | compiler: Enable test for regparm on different hosts | Jubilee Young | -1/+0 |
| 2024-10-17 | Auto merge of #131572 - cuviper:ub-index_range, r=thomcc | bors | -0/+5 |