summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-24/+44
2020-03-08fix type size mismatch on 32bitRalf Jung-20/+19
2020-03-06please tidyRalf Jung-13/+14
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-17/+39
2020-03-06test some more kinds of enums with uninhabited variantsRalf Jung-11/+77
2020-03-06test that we validate boxesRalf Jung-4/+49
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-221/+165
2020-03-06miri value visitor: detect primitives by type, not layoutRalf Jung-2/+2
2020-03-02Auto merge of #69257 - RalfJung:layout-visitor, r=eddybbors-25/+25
2020-02-26miri: validity visitor comments and path printing improvementsRalf Jung-2/+2
2020-02-19avoid excessive number of revisionsRalf Jung-73/+1
2020-02-18better lint namesRalf Jung-32/+32
2020-02-18more English grammarRalf Jung-7/+7
2020-02-18miri value visitor: fix some wrong assumptions about layout; improve error me...Ralf Jung-20/+20
2020-02-15more revisions and use them for another testRalf Jung-3/+75
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-163/+246
2020-02-09--bless --compare-mode=nllMatthias Prechtl-14/+14
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-16/+16
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-16/+16
2020-01-24Normalise notes with the/isvarkor-14/+14
2020-01-18Fix some tests failing in `--pass check` modeVadim Petrochenkov-21/+23
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-2/+2
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-1/+1
2020-01-12Add backticks in appropriate placesvarkor-1/+1
2020-01-12Diagnostics should start lowercasevarkor-1/+1
2020-01-10Errors in promoteds may only cause lints not hard errorsOliver Scherer-136/+107
2020-01-10Promoteds also need param envs.Oliver Scherer-1/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-20/+98
2020-01-09Update testsVadim Petrochenkov-3/+17
2019-12-30Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obkbors-0/+76
2019-12-29Resolve long compile times when evaluating always valid constantsWesley Wiser-0/+76
2019-12-25Use the correct type for static qualifsMatthew Jasper-0/+14
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-3/+3
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-3/+3
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-0/+4
2019-12-22Auto merge of #67505 - Centril:rollup-7win7ty, r=Centrilbors-3/+3
2019-12-21fix rebase falloutMazdak Farrokhzad-8/+9
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-46/+67
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-3/+3
2019-12-20Require const stability attributes on intrinsics to be able to use them in co...Oliver Scherer-0/+4
2019-12-18Update test now that reference to pointer casts have more checksMatthew Jasper-23/+46
2019-12-15Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obkbors-9/+26
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-8/+11
2019-12-14add `#![feature(never_type)]` to tests as neededNiko Matsakis-8/+11
2019-12-13Bless unrelated tests with new help messageDylan MacKenzie-9/+26
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-2/+2
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-2/+2
2019-12-11Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obkMazdak Farrokhzad-0/+114
2019-12-09Ensure that unevaluated constants of type `!` are present in the MIRMatthew Jasper-0/+114
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-23/+0