| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -2/+3 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+206 |
| 2024-12-05 | Adapt codegen tests for NUW inference | Tim Neumann | -15/+15 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -2/+1 |
| 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-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+206 |
| 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 |