| Age | Commit message (Expand) | Author | Lines |
| 2024-05-29 | fn_arg_sanity_check: fix panic message | Ralf Jung | -0/+1 |
| 2024-05-28 | Disable stack overflow handler tests on iOS-like platforms | Mads Marquart | -0/+8 |
| 2024-05-15 | Remove aarch64 from revisions list | Alice Ryhl | -1/+1 |
| 2024-05-15 | Remove fixed_x18.aarch64.stderr | Alice Ryhl | -2/+0 |
| 2024-05-15 | Use an error struct instead of a panic | Alice Ryhl | -0/+35 |
| 2024-05-11 | Rollup merge of #124096 - saethlin:rust-dbg-call, r=Nilstrieb | Matthias Krüger | -154/+53 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -1/+3 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-18 | Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu | bors | -8/+6 |
| 2024-04-18 | Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-04-17 | llvm: update riscv target feature to match LLVM 19 | Augie Fackler | -2/+2 |
| 2024-04-17 | Clean up users of rust_dbg_call | Ben Kimock | -154/+53 |
| 2024-04-17 | Remove libc from rust_get_test_int uses | Ben Kimock | -49/+16 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -8/+6 |
| 2024-04-15 | Use the rustc_private libc less in tests | Ben Kimock | -13/+7 |
| 2024-03-17 | extend extern tests to include FiveU16s | Erik Desjardins | -0/+56 |
| 2024-03-12 | Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcm | bors | -3/+3 |
| 2024-03-11 | Lower transmutes from int to pointer type as gep on null | Ben Kimock | -3/+3 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -52/+4 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -3/+3 |
| 2024-03-06 | loongarch: add frecipe and relax target feature | WANG Rui | -1/+1 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+1 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -3/+3 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -4/+5 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -13/+13 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -241/+241 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -1/+29 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -92/+53 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+33 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -2/+6 |
| 2023-12-11 | Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -2/+2 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -2/+6 |
| 2023-11-25 | Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors | bors | -0/+54 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 |
| 2023-11-22 | add a test | Ralf Jung | -0/+54 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -11/+57 |
| 2023-11-19 | disable csky test on CI | Ralf Jung | -3/+5 |
| 2023-11-18 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -0/+7 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -5/+0 |
| 2023-11-07 | test and fix some more targets | Ralf Jung | -0/+9 |
| 2023-11-07 | add regression test | Ralf Jung | -8/+30 |
| 2023-11-04 | document ABI compatibility | Ralf Jung | -4/+4 |
| 2023-11-03 | default Aggregate ABI to Indirect, and make sure it's never used for unsized | Ralf Jung | -0/+11 |
| 2023-11-03 | move ABI sanity check from LLVM codegen backend to ABI computation logic | Ralf Jung | -3/+5 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -5/+0 |
| 2023-10-24 | tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64 | WANG Rui | -0/+1 |
| 2023-09-29 | Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk | Matthias Krüger | -2/+1 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -2/+1 |