about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-10/+6
2019-08-30Rollup merge of #64015 - RalfJung:const-tests, r=oli-obkMazdak Farrokhzad-60/+84
2019-08-30add testRalf Jung-0/+29
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-59/+79
2019-08-30explain why REF_AS_USIZE is importantRalf Jung-0/+3
2019-08-30tweak const-valid testRalf Jung-1/+2
2019-08-30make unions repr(C)Ralf Jung-18/+21
2019-08-30better variable namesRalf Jung-28/+28
2019-08-29Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obkMazdak Farrokhzad-66/+123
2019-08-28Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakisbors-5/+5
2019-08-26adjust testsRalf Jung-18/+9
2019-08-25test for too long slicesRalf Jung-7/+17
2019-08-25validate raw wide pointersRalf Jung-66/+122
2019-08-25factor wide ptr metadata checking into separate methodRalf Jung-6/+6
2019-08-23Simplify eager normalization of constantsOliver Scherer-5/+5
2019-08-22Changed testsWesley Wiser-37/+16
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-27/+22
2019-08-19test: add test from #61041.Eduard-Mihai Burtescu-0/+60
2019-08-18Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddybbors-0/+19
2019-08-17fix testsRalf Jung-3/+3
2019-08-17Add testsOliver Scherer-0/+19
2019-08-16Rollup merge of #62593 - kper:cleanup_abi, r=CentrilMazdak Farrokhzad-9/+0
2019-08-15Group all ui tests and move to abi #62593Kevin Per-9/+0
2019-08-15Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obkMazdak Farrokhzad-0/+26
2019-08-15Adjust regression testYuki Okushi-0/+26
2019-08-14Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obkMazdak Farrokhzad-15/+21
2019-08-10fix testRalf Jung-6/+55
2019-08-06pretty-pretty extremal constants!Zack M. Davis-12/+12
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-48/+5
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-48/+5
2019-08-05Update to new passing-ui-test schemeOliver Scherer-2/+2
2019-08-05Address comment and formatting nitsOliver Scherer-1/+1
2019-08-05Add regression testsOliver Scherer-0/+37
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-40/+40
2019-08-03blessRalf Jung-40/+40
2019-08-02fix rebase falloutRalf Jung-6/+7
2019-08-02bless all the thingsRalf Jung-4/+4
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-1/+0
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-20/+25
2019-07-29Add a test for std::any::type_name() as a const fnTankhouseAle-0/+29
2019-07-28fix testsRalf Jung-15/+21
2019-07-27Auto merge of #63029 - petrochenkov:rpass, r=Centrilbors-0/+2430
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+263
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+2167
2019-07-27Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJungMazdak Farrokhzad-0/+11
2019-07-25Rollup merge of #62930 - iluuu1994:test-for-51559, r=oli-obkMazdak Farrokhzad-0/+18
2019-07-25Don't access a static just for its size and alignmentOliver Scherer-0/+11
2019-07-24Add test for #51559Ilija Tovilo-0/+18
2019-07-22Bless output of test consts/promote_const_let.rs for Poloniuslqd-0/+29
2019-07-18Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddybbors-0/+426