summary refs log tree commit diff
path: root/src/test/ui/consts/min_const_fn
AgeCommit message (Expand)AuthorLines
2018-11-22Replace the ICEing on const fn loops with an errorOliver Scherer-0/+13
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-29/+29
2018-10-19Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJungkennytm-0/+61
2018-10-17Update output for borrowck=migrate compare mode.David Wood-4/+10
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
2018-10-14Fix ICE and report a human readable errorOliver Scherer-0/+15
2018-10-05Stabilize `min_const_fn`Oliver Schneider-108/+111
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-0/+155
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-4/+4
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-8/+8
2018-09-19Make the span of the MIR return place point to the return typeMatthew Jasper-32/+32
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-31Libstd only has `min_const_fn` const fnsOliver Schneider-0/+38
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-0/+857