summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-03-17Revert accidental stabilizationOli Scherer-0/+15
2022-02-13Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726Matthias Krüger-0/+18
2022-02-12Update chalk testsMatthew Jasper-0/+18
2022-02-12ReblessDeadbeef-1/+0
2022-02-12Handle Fn family trait call errrorDeadbeef-7/+14
2022-02-12Rebased and improved errorsDeadbeef-9/+12
2022-02-12bless youDeadbeef-40/+92
2022-02-12Auto merge of #93691 - compiler-errors:mir-tainted-by-errors, r=oli-obkbors-56/+11
2022-02-11Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726Matthias Krüger-0/+63
2022-02-11use body.tainted_by_error to skip loading MIRMichael Goulet-16/+3
2022-02-11fix tests, add new tests checking borrowck CFTE ICEMichael Goulet-40/+8
2022-02-07Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_...Mara Bos-17/+17
2022-02-07Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelidMara Bos-0/+4
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-5/+5
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-17/+17
2022-02-06Rollup merge of #91939 - GKFX:feature-91866, r=cjgillotMatthias Krüger-0/+6
2022-02-03Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obkYuki Okushi-0/+42
2022-01-31Make `span_extend_to_prev_str()` more robustFabian Wolff-0/+63
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-5/+5
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