about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-01-29Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obkMatthias Krüger-3/+186
2022-01-29Document about some behaviors of `const_(de)allocate` and add some tests.woppopo-0/+33
2022-01-28Replace span suggestion with multipartRob Pilling-1/+1
2022-01-28Suggest 1-tuple parentheses, without existing parensRob Pilling-0/+4
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-4/+27
2022-01-25#91939: integer to char cast error, make more targetedGeorge Bateman-0/+6
2022-01-26Improve selection errors for `~const` trait boundsDeadbeef-9/+17
2022-01-23Add `intrinsics::const_deallocate`woppopo-0/+127
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-2/+2
2022-01-18Rollup merge of #92997 - woppopo:test92114, r=Mark-SimulacrumMatthias Krüger-3/+23
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-29/+4
2022-01-17Add `~const` bound test for negative implswoppopo-3/+23
2022-01-14Do not fail evaluation in const blocksMichael Goulet-0/+38
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-29/+4
2022-01-11Deduplicate lines in long const-eval stack traceMichael Goulet-0/+42
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