about summary refs log tree commit diff
path: root/tests/ui/abi
AgeCommit message (Expand)AuthorLines
2024-05-29fn_arg_sanity_check: fix panic messageRalf Jung-0/+1
2024-05-28Disable stack overflow handler tests on iOS-like platformsMads Marquart-0/+8
2024-05-15Remove aarch64 from revisions listAlice Ryhl-1/+1
2024-05-15Remove fixed_x18.aarch64.stderrAlice Ryhl-2/+0
2024-05-15Use an error struct instead of a panicAlice Ryhl-0/+35
2024-05-11Rollup merge of #124096 - saethlin:rust-dbg-call, r=NilstriebMatthias Krüger-154/+53
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-1/+3
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-18Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxubors-8/+6
2024-04-18Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviperMatthias Krüger-2/+2
2024-04-17llvm: update riscv target feature to match LLVM 19Augie Fackler-2/+2
2024-04-17Clean up users of rust_dbg_callBen Kimock-154/+53
2024-04-17Remove libc from rust_get_test_int usesBen Kimock-49/+16
2024-04-17Remove libc from more testsBen Kimock-8/+6
2024-04-15Use the rustc_private libc less in testsBen Kimock-13/+7
2024-03-17extend extern tests to include FiveU16sErik Desjardins-0/+56
2024-03-12Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcmbors-3/+3
2024-03-11Lower transmutes from int to pointer type as gep on nullBen Kimock-3/+3
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-52/+4
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-1/+1
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-3/+3
2024-03-06loongarch: add frecipe and relax target featureWANG Rui-1/+1
2024-03-05only set noalias on Box with the global allocatorRalf Jung-0/+1
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-3/+3
2024-02-25Use generic `NonZero` in tests.Markus Reiter-4/+5
2024-02-18Improve wording of static_mut_refObei Sideg-13/+13
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-241/+241
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-1/+29
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-92/+53
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+33
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-2/+6
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-0/+7
2023-12-08update target feature following LLVM API changeKrasimir Georgiev-2/+2
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-2/+6
2023-11-25Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errorsbors-0/+54
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-22add a testRalf Jung-0/+54
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-11/+57
2023-11-19disable csky test on CIRalf Jung-3/+5
2023-11-18guarantee that char and u32 are ABI-compatibleRalf Jung-0/+7
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-5/+0
2023-11-07test and fix some more targetsRalf Jung-0/+9
2023-11-07add regression testRalf Jung-8/+30
2023-11-04document ABI compatibilityRalf Jung-4/+4
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-0/+11
2023-11-03move ABI sanity check from LLVM codegen backend to ABI computation logicRalf Jung-3/+5
2023-10-28Remove asmjs from testsJubilee Young-5/+0
2023-10-24tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64WANG Rui-0/+1
2023-09-29Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obkMatthias Krüger-2/+1
2023-09-29add needs-relocation-model-pic to compiletestPietro Albini-2/+1