| Age | Commit message (Expand) | Author | Lines |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+112 |
| 2024-12-02 | Fix tests when using MinGW | Matt Weber | -4/+4 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -1/+1 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -2/+11 |
| 2024-11-29 | Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=Amanieu | Matthias Krüger | -0/+43 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -2/+5 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -5/+1 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -2/+5 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -2/+11 |
| 2024-11-28 | Move & rename test case to match naming of #132456 | Julian Frimmel | -0/+0 |
| 2024-11-28 | Add test case for the clobber options | Julian Frimmel | -0/+43 |
| 2024-11-28 | Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=Amanieu | Guillaume Gomez | -36/+51 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+37 |
| 2024-11-28 | Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu | Guillaume Gomez | -0/+44 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -5/+1 |
| 2024-11-26 | Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed... | Taiki Endo | -36/+51 |
| 2024-11-25 | Update test expectations to accept LLVM 'initializes' attribute | Hans Wennborg | -1/+1 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+37 |
| 2024-11-25 | Fix clobber_abi in RV32E and RV64E inline assembly | Taiki Endo | -0/+44 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -1/+1 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -1/+11 |
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -11/+13 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -0/+10 |
| 2024-11-22 | Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiser | Michael Goulet | -0/+48 |
| 2024-11-20 | aarch64 softfloat target: always pass floats in int registers | Ralf Jung | -0/+48 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -13/+91 |
| 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 | Fix relative lines in coroutine test | Matt Weber | -2/+2 |
| 2024-11-06 | Use -DAG to handle use of file before definition | Wesley Wiser | -4/+4 |
| 2024-11-06 | Restructure `compile-flags` for tests | Matt Weber | -12/+8 |
| 2024-11-06 | Update compile flags formatting | Matt Weber | -5/+5 |
| 2024-11-06 | Rename generator test file | Matt Weber | -7/+7 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -4/+4 |