about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-11-06Restructure `compile-flags` for testsMatt Weber-12/+8
2024-11-06Update compile flags formattingMatt Weber-5/+5
2024-11-06Rename generator test fileMatt Weber-7/+7
2024-11-06Rename option and add docMatt Weber-4/+4
2024-11-06Move additional source location info behind -Z optionMatt Weber-14/+15
2024-11-06Move tests into issues directoryMatt Weber-0/+0
2024-11-06Refactor and expand enum testMatt Weber-40/+41
2024-11-06Add test for async function and async blockMatt Weber-0/+25
2024-11-06Allow check lines to exceed normal length limitMatt Weber-0/+8
2024-11-06Separate NONMSVC and MSVC checksMatt Weber-11/+18
2024-11-06Split metadata testing into multiple filesMatt Weber-46/+74
2024-11-06Add file and line metadata for enum variant and fieldsMatt Weber-2/+4
2024-11-06Add file and line metadata for struct/union membersMatt Weber-2/+7
2024-11-06Add file and line metadata for coroutinesMatt Weber-0/+5
2024-11-06Refactor `type_map::stub` parametersMatt Weber-2/+21
2024-11-06Add file and line metadata for closuresMatt Weber-1/+5
2024-11-06Add codegen test to validate IR for debuginfoMatt Weber-0/+11
2024-11-06Add `is_ascii` function optimized for x86-64 for [u8]okaneco-0/+16
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-3/+3
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-3/+3
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-1/+41
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-5/+21
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-3/+3
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-0/+10
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-5/+21
2024-11-02Rollup merge of #132170 - veera-sivarajan:codegen-tests, r=jieyouxuMatthias Krüger-0/+45
2024-11-02Add a Few Codegen TestsVeera-0/+45
2024-11-01Move remaining inline assembly test files into asm directoryTaiki Endo-0/+0
2024-10-31Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill...bors-10/+6
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-1/+41
2024-10-31tests/codegen: add `minicore` compiletest self-test许杰友 Jieyou Xu (Joe)-0/+20
2024-10-31tests: `ignore-debug` -> `ignore-std-debug-assertions`许杰友 Jieyou Xu (Joe)-9/+11
2024-10-31Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-10/+6
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-4/+4
2024-10-23Rollup merge of #131955 - SpriteOvO:riscv-int-arg-attr, r=workingjubileeLeón Orell Valerian Liehr-35/+144
2024-10-23Rollup merge of #132031 - slanterns:rc_default, r=ibraheemdevMatthias Krüger-0/+12
2024-10-23Set `signext` or `zeroext` for integer arguments on LoongArch64Asuna-17/+35
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-33/+124
2024-10-22Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubileebors-24/+31
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-4/+4
2024-10-22add codegen testSlanterns-0/+12
2024-10-21Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubileeJubilee-1/+1
2024-10-21Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelixJubilee-0/+125
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+0
2024-10-20x86-32 float return for 'Rust' ABI: treat all float types consistentlyRalf Jung-24/+31
2024-10-19Rollup merge of #131920 - clubby789:108395-test, r=jieyouxuMatthias Krüger-0/+27
2024-10-19Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxubors-73/+172
2024-10-19Fix test expectations for 32bit x86bjorn3-15/+11
2024-10-19Add codegen test for branchy bool matchclubby789-0/+27
2024-10-18compiler: Revert -Zregparm handling for extern RustJubilee Young-60/+0