about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2018-10-05Stabilize `min_const_fn`Oliver Schneider-121/+117
2018-10-04Don't try to promote already promoted out temporariesOliver Schneider-0/+17
2018-10-03Move platform dependent output ui tests to compile-failOliver Schneider-184/+0
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-21/+233
2018-10-02Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obkPietro Albini-4/+27
2018-10-01Fix #54224 (const promotion regression)Oliver Schneider-0/+37
2018-09-30also compile-fail test fn ptr comparison promotionRalf Jung-4/+27
2018-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-4/+6
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-30/+30
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-13/+13
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-8/+360
2018-09-24Update ui testsMatthew Jasper-150/+0
2018-09-19Make the span of the MIR return place point to the return typeMatthew Jasper-32/+32
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-0/+5
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-0/+2
2018-09-14Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obkkennytm-0/+55
2018-09-12Add a test that tries to modify static memory at compile-timeAndrew Xu-0/+55
2018-09-11Use assertion-like static assertionsOliver Schneider-1/+1
2018-09-11Fix const eval of ZST index operations to make the static assertion workOliver Schneider-0/+5
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-0/+2
2018-09-10WIP remove incorrect nll.stderr reference filesNiko Matsakis-56/+0
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-1/+22
2018-09-08Auto merge of #51366 - japaric:stable-panic-impl, r=Mark-Simulacrumbors-7/+6
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-7/+6
2018-09-07Rollup merge of #53991 - TimDiekmann:fix-unchecked-intrinsics, r=oli-obkkennytm-0/+41
2018-09-06Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obkbors-0/+67
2018-09-06Add unchecked_shl/shr checks for intrinsicsTim-0/+41
2018-09-03Add regression test for #52475Bruno Dutra-0/+67
2018-09-03Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obkbors-0/+308
2018-09-03Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obkbors-52/+343
2018-09-01rebaseTim-0/+308
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-10/+917
2018-08-31Added pointer checking to sanity checksthedarkula-52/+343
2018-08-31Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakisbors-1/+92
2018-08-31Add test that min const fns can't call unstable min const fns even with the f...Oliver Schneider-2/+16
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-6/+4
2018-08-31Libstd only has `min_const_fn` const fnsOliver Schneider-0/+38
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-4/+861
2018-08-30Auto merge of #53535 - TheDarkula:master, r=oli-obkbors-9/+65
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-9/+65
2018-08-30Auto merge of #53757 - oli-obk:validation, r=RalfJungbors-0/+21
2018-08-28address nitsRalf Jung-3/+3
2018-08-28Use partial but correct vtable layoutOliver Schneider-0/+21
2018-08-27validate enum discriminant whenever it is readRalf Jung-3/+3
2018-08-25Satisfy tidyOliver Schneider-1/+1
2018-08-25Check cross crate stability of const fnOliver Schneider-1/+92
2018-08-23fix new ui testJorge Aparicio-2/+2
2018-08-22Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co...bors-0/+230
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-0/+230
2018-08-22Rollup merge of #53558 - davidtwco:issue-53547, r=estebankGuillaume Gomez-2/+2