about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-11-10Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514Jonas Schievink-4/+4
2020-11-10use check-pass instead of build-pass in consts ui test suitsDaiki Ihara-4/+4
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-3/+3
2020-11-05update dangling-alloc-id-ice testVishnunarayan K I-15/+2
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-0/+40
2020-10-26move &mut-in-const check from interning to validationRalf Jung-3/+5
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-6/+11
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-10/+10
2020-10-25Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnrbors-1/+16
2020-10-24Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkorJonas Schievink-0/+98
2020-10-22Add test for const panic!(CONST).Mara Bos-17/+45
2020-10-22Rollup merge of #78172 - wesleywiser:close_77062, r=oli-obkYuki Okushi-0/+5
2020-10-22Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwcoYuki Okushi-25/+17
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-10/+10
2020-10-21Add a test for #53708Nadrieril-0/+11
2020-10-20Add test case for #77062Wesley Wiser-0/+5
2020-10-18Add some testsNadrieril-0/+87
2020-10-18we can test std and core panic macros togetherRalf Jung-70/+90
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+1
2020-10-05Remove `fn` from feature nameDylan MacKenzie-3/+3
2020-10-05Make `min_const_fn` `impl Trait` test into a gate testDylan MacKenzie-2/+4
2020-10-05Bless test outuptDylan MacKenzie-11/+10
2020-10-04But whateverecstatic-morse-0/+1
2020-10-04stop promoting union field accesses in 'const'Ralf Jung-1/+16
2020-10-03Ensure that the const-eval engine handles `#[unwind(aborts)]`Dylan MacKenzie-0/+33
2020-10-03Add check-pass test for `#[unwind(aborts)]` on a `const fn`Dylan MacKenzie-0/+17
2020-10-01Bless testsDylan MacKenzie-25/+17
2020-10-01Regression test for case in #77361Dylan MacKenzie-0/+16
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-132/+289
2020-09-30Remove E0019, use E0015 for inline assembly in a constDylan MacKenzie-3/+3
2020-09-29Bless testsDylan MacKenzie-15/+55
2020-09-29Bless outputDylan MacKenzie-15/+95
2020-09-29Bless testsDylan MacKenzie-78/+38
2020-09-29Bless mut testsDylan MacKenzie-105/+173
2020-09-29Fix "unstable in stable" errorDylan MacKenzie-3/+12
2020-09-29Liveness analysis for everybodyTomasz Miąsko-2/+3
2020-09-29Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morsebors-97/+97
2020-09-27Remove feature gate test for `rustc_allow_const_fn_ptr`Dylan MacKenzie-47/+0
2020-09-27Mark `min_const_fn_fn_ptr` test as gate testDylan MacKenzie-2/+4
2020-09-27Bless testsDylan MacKenzie-40/+85
2020-09-27Update tests with new feature gateDylan MacKenzie-23/+29
2020-09-26Make invalid integer operation messages consistentvarkor-97/+97
2020-09-26Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obkRalf Jung-75/+107
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-172/+32
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-7/+7
2020-09-25Use proper issue for `const_fn_floating_point_arithmetic`Dylan MacKenzie-6/+6
2020-09-25Move const fn floating point test out of `min_const_fn`Dylan MacKenzie-62/+94
2020-09-25Bless testsDylan MacKenzie-24/+24
2020-09-25Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obkJonas Schievink-38/+38
2020-09-24Use correct type in diagnostics againOliver Scherer-5/+5