about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2022-12-11Auto merge of #102900 - abrachet:master, r=bjorn3bors-0/+10
2022-12-10Auto merge of #105531 - matthiaskrgr:rollup-7y7zbgl, r=matthiaskrgrbors-0/+22
2022-12-10Rollup merge of #105482 - wesleywiser:fix_debuginfo_ub, r=tmiaskoMatthias Krüger-0/+22
2022-12-10Auto merge of #105384 - uweigand:s390x-test-codegen, r=Mark-Simulacrumbors-2/+6
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-0/+58
2022-12-08Don't generate pointer loads to spills unless necessaryWesley Wiser-2/+2
2022-12-08Add test case for ub in generated LLVM IRWesley Wiser-0/+22
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-0/+58
2022-12-07Don't internalize __llvm_profile_counter_biasAlex Brachet-0/+10
2022-12-06Fix failing codegen tests on s390xUlrich Weigand-2/+6
2022-12-04Auto merge of #104535 - mikebenfield:discr-fix, r=pnkfelixbors-5/+2
2022-12-03Disable coverage instrumentation for naked functionsTomasz Miąsko-0/+19
2022-12-01Auto merge of #105003 - flba-eb:only_windows, r=Mark-Simulacrumbors-25/+3
2022-12-01Ignore `gnu` systems (`windows-msvc` only)Florian Bartels-1/+2
2022-11-29test/codegen: test inter-crate linkage with static relocationDavid Rheinsberg-0/+37
2022-11-28Run Windows-only tests only on WindowsFlorian Bartels-25/+2
2022-11-27Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472bors-0/+7
2022-11-26Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcmbors-0/+34
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-0/+7
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-3/+5
2022-11-22fix tests, update size assertsThe 8472-5/+5
2022-11-20Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomccYuki Okushi-0/+56
2022-11-18Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcmManish Goregaokar-0/+66
2022-11-18rustc_codegen_ssa: Fix for codegen_get_discrMichael Benfield-5/+2
2022-11-16Ignore the unchecked-shifts codegen test in debug-assertions buildsScott McMurray-0/+1
2022-11-15`VecDeque::resize` should re-use the buffer in the passed-in elementScott McMurray-0/+56
2022-11-11rustc_codegen_ssa: Better code generation for niche discriminants.Michael Benfield-0/+112
2022-11-10Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisaManish Goregaokar-1/+1
2022-11-08Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michaelwoeristerManish Goregaokar-0/+28
2022-11-06Use aapcs for efiapi calling convention on armNicholas Bishop-1/+1
2022-11-05Bless more testsMichael Goulet-11/+5
2022-11-04LLVM 16: Switch to using MemoryEffectsTim Neumann-2/+4
2022-11-03Fix Access Violation when using lld & ThinLTO on windows-msvcWesley Wiser-1/+1
2022-11-03Add test caseWesley Wiser-0/+28
2022-10-31Specialize PartialEq for Option<num::NonZero*> and Option<ptr::NonNull>clubby789-0/+34
2022-10-31Remove bounds check with enum castouz-a-8/+4
2022-10-31Use `br` instead of `switch` in more cases.Nicholas Nethercote-29/+83
2022-10-30Auto merge of #103299 - nikic:usub-overflow, r=wesleywiserbors-0/+16
2022-10-28Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwcobors-0/+25
2022-10-23`unchecked_{shl|shr}` should use `u32` as the RHSScott McMurray-0/+65
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-1/+61
2022-10-20Don't use usub.with.overflow intrinsicNikita Popov-0/+16
2022-10-14Fix line numbers for MIR inlined codeWesley Wiser-1/+1
2022-10-14Add test case for MIR inlining debuginfo line numbersWesley Wiser-0/+25
2022-10-14more dupe word typosRageking8-1/+1
2022-10-11Auto merge of #102724 - pcc:scs-fix-test, r=Mark-Simulacrumbors-3/+3
2022-10-10Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrumbors-1/+18
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-0/+1
2022-10-05Fix the sanitizer_scs_attr_check.rs testPeter Collingbourne-3/+3
2022-10-03Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisabors-1/+9