summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2019-06-29Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkovMazdak Farrokhzad-30/+36
2019-06-24Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obkbors-3/+3
2019-06-24promoted_errors: warn -> deny.Mazdak Farrokhzad-30/+36
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-2/+0
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-3/+3
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-06-16compiletest: Validate pass modes harderVadim Petrochenkov-2/+0
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-3/+10
2019-06-06Bless test outputWesley Wiser-0/+12
2019-05-29Update ui test suite to use dynmemoryruins-17/+17
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-2/+0
2019-05-07compiletest: only use `make_exe_name` for tests that end up being executed.Eduard-Mihai Burtescu-2/+0
2019-04-22Update ui testsvarkor-2/+2
2019-04-22Remove double trailing newlinesvarkor-7/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-260/+93
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-7/+7
2019-04-11Reword tracking issue noteEsteban Küber-6/+6
2019-04-10Tweak unstable diagnostic outputEsteban Küber-8/+15
2019-03-23Deduplicate const eval error spans for better outputEsteban Küber-6/+2
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-182/+210
2019-03-11Update NLL testsVadim Petrochenkov-14/+14
2019-03-11Update testsVadim Petrochenkov-71/+71
2019-02-23Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasperMazdak Farrokhzad-6/+8
2019-02-22#58658 bless after line split for tidyPatrick McCarter-5/+5
2019-02-22tidy line length override #58617Patrick McCarter-0/+1
2019-02-22Change byte align message wording #58617Patrick McCarter-2/+2
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-5/+6
2019-02-22Switch from error patterns to `//~ ERROR` markers.Felix S. Klock II-8/+11
2019-01-22Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obkMazdak Farrokhzad-3/+18
2019-01-21fix validation range printing when encountering undefRalf Jung-3/+18
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-12/+12
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-22/+13
2018-12-25Remove licensesMark Rousskov-899/+179
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-21/+15
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-11/+16
2018-12-11Fix some misbehaving testsvarkor-3/+3
2018-12-11Update ub-uninhabit testsvarkor-5/+5
2018-12-11Use unions for uninhabitedness checking rather than mem::transmutevarkor-25/+17
2018-12-11Update const eval uninhabited messagesvarkor-5/+7
2018-12-08Fixed nll stderr file.Alexander Regueiro-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-12-04Update testsOliver Scherer-0/+1
2018-11-30Reenable `const_let` feature gateOliver Scherer-17/+37
2018-11-30Allow `let` bindings everywhereOliver Scherer-43/+28
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-15/+77
2018-11-20Explain missing error in testOliver Scherer-1/+4
2018-11-19we now do proper validation on scalarsRalf Jung-13/+13
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-16/+22
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-17/+45
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-0/+27