about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2018-11-11Rollup merge of #55792 - oli-obk:propsicle, r=RalfJungPietro Albini-0/+28
2018-11-10adjust ui/../mod-static-with-const-fn.rsMazdak Farrokhzad-3/+15
2018-11-10Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ...Oliver Scherer-4/+4
2018-11-10Add a few tests around raw pointers and interior mutabilityOliver Scherer-0/+73
2018-11-10fix mod-static-with-const-fn.rs.Mazdak Farrokhzad-3/+1
2018-11-10--bless mod-static-with-const-fn.stderrMazdak Farrokhzad-9/+2
2018-11-10constify parts of libcore.Mazdak Farrokhzad-2/+0
2018-11-09Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`Oliver Scherer-0/+74
2018-11-09Fix tidyOliver Scherer-2/+2
2018-11-08Add more regression testsOliver Scherer-0/+15
2018-11-08Prevent ICE in const-prop array oob checkOliver Scherer-0/+13
2018-11-08Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakisbors-14/+4
2018-11-07test diagnostics for more rangesRalf Jung-2/+32
2018-11-07pretty-print scalar range that only has an upper boundRalf Jung-7/+7
2018-11-07do not print wrapping ranges like normal ranges in diagnosticsRalf Jung-22/+47
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-14/+4
2018-11-07Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obkbors-37/+59
2018-11-06Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJungbors-0/+51
2018-11-05the visitor can already load the value for visit_primitiveRalf Jung-1/+1
2018-11-05Also test for undef in enum discriminantRalf Jung-3/+16
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-33/+42
2018-11-05reduce the amount of traversal/projection code that the visitor has to implem...Ralf Jung-2/+2
2018-11-04also test with PhantomDataRalf Jung-3/+9
2018-11-04miri: accept extern types in structs if they are the only fieldRalf Jung-0/+21
2018-11-01Fix double_check tests on big-endian targetsSamuel Holland-10/+10
2018-10-30Rollup merge of #55474 - oli-obk:const_eval_promoted, r=RalfJungkennytm-0/+18
2018-10-29Fix wrong validation clasisfication of `Option<&T>::Some` valuesOliver Scherer-0/+18
2018-10-29Turn ICE for dangling pointers into errorOliver Scherer-0/+51
2018-10-29Add UI test for #49296memoryruins-0/+35
2018-10-27Fix an ICE in the min_const_fn analysisOliver Scherer-0/+23
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-0/+17
2018-10-26Rollup merge of #54816 - oli-obk:double_promotion, r=alexregkennytm-0/+17
2018-10-25Rebase falloutOliver Schneider-232/+58
2018-10-25add the lint back to the list, and fix testsRalf Jung-263/+69
2018-10-25fix ui tests (rebase fallout)Ralf Jung-3/+4
2018-10-25Addressed minor issues brought up in review.Alexander Regueiro-8/+5
2018-10-25Rebase fallout in ui outputOliver Schneider-24/+13
2018-10-25update tests to changes on rustc masterOliver Schneider-51/+69
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-164/+87
2018-10-25Report const eval error inside the queryOliver Schneider-631/+1039
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-132/+132
2018-10-19skip user-type annotations if they don't have regionsNiko Matsakis-19/+4
2018-10-19lowering casts in constants now creates multiple usesNiko Matsakis-6/+21
2018-10-19Auto merge of #55194 - kennytm:rollup, r=kennytmbors-0/+61
2018-10-19Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJungkennytm-0/+61
2018-10-19Auto merge of #55004 - oli-obk:sized_static, r=cramertjbors-24/+17
2018-10-17Update output for borrowck=migrate compare mode.David Wood-4/+10
2018-10-16Check the type of statics and constants for `Sized`nessOliver Scherer-24/+17
2018-10-15Add trailing newline to satisfy tidyOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+1
2018-10-15Try to trigger some error casesOliver Scherer-0/+46