about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-01-14Do not fail evaluation in const blocksMichael Goulet-0/+38
2021-12-31Extend check for UnsafeCell in consts to cover unionsTomasz Miąsko-0/+92
2021-12-24Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obkbors-2/+2
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-10/+10
2021-12-20compare calling convention instead of call ABIRalf Jung-2/+2
2021-12-19Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisaMatthias Krüger-0/+29
2021-12-19Fix an ICE when lowering a float with missing exponent magnitudethreadexception-0/+29
2021-12-18Rollup merge of #91910 - tmiasko:miri-extern-type, r=RalfJungMatthias Krüger-0/+58
2021-12-16Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiserbors-2/+2
2021-12-15miri: lift restriction on extern types being the only field in a structTomasz Miąsko-0/+58
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-6/+8
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-2/+2
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-6/+8
2021-12-12Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk"Deadbeef-9/+23
2021-12-11Tweak assoc type obligation spansEsteban Kuber-3/+6
2021-12-08Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obkMatthias Krüger-1/+1
2021-12-08Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiserMatthias Krüger-0/+104
2021-12-05add test and bless existing onesb-naber-1/+1
2021-12-02Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol...Matthias Krüger-0/+26
2021-12-01Add regression test for #90770Dylan MacKenzie-0/+26
2021-11-30Rollup merge of #91323 - RalfJung:assert-type, r=oli-obkYuki Okushi-28/+61
2021-11-29CTFE: support assert_zero_valid and assert_uninit_validRalf Jung-28/+61
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+3
2021-11-26Print a suggestion when comparing references to primitive types in constant f...Fabian Wolff-0/+104
2021-11-26Perform Sync check on static items in wf-check instead of during const checksOli Scherer-14/+14
2021-11-25Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiserMatthias Krüger-1/+1
2021-11-25Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoeristerMatthias Krüger-19/+1
2021-11-25Do not visit attributes in `LateResolutionVisitor`.Camille GILLOT-19/+1
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-1/+1
2021-11-22`#![feature(inline_const)]` is no longer incompleteGary Guo-2/+1
2021-11-20Rollup merge of #90930 - Nilstrieb:fix-non-const-value-ice, r=estebankMatthias Krüger-0/+101
2021-11-20Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obkMatthias Krüger-6/+16
2021-11-18CTFE SIMD: also test 1-element arrayRalf Jung-1/+10
2021-11-18fix CTFE/Miri simd_insert/extract on array-style repr(simd) typesRalf Jung-6/+7
2021-11-17Add a test with a leading newline for ICE #90878Nilstrieb-0/+17
2021-11-17Rollup merge of #90687 - jhpratt:const_panic, r=oli-obkMatthias Krüger-0/+46
2021-11-16Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkovYuki Okushi-0/+7
2021-11-16Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obkYuki Okushi-0/+38
2021-11-15Fix `non-constant value` ICE (#90878)Nilstrieb-0/+84
2021-11-14expand commentRalf Jung-0/+1
2021-11-14fix getting the discriminant of a zero-variant enumRalf Jung-0/+6
2021-11-14Move some tests to more reasonable directoriesCaio-0/+25
2021-11-13fix ICE on Miri/CTFE copy of half a pointerRalf Jung-0/+38
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-155/+73
2021-11-08Permit const assertions in stdlibJacob Pratt-0/+46
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-0/+94
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-1/+3
2021-11-07Restrict tests that use needs-asm-support to non-experimentalAmanieu d'Antras-1/+3
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-155/+73
2021-11-06Move some tests to more reasonable directoriesCaio-0/+94