about summary refs log tree commit diff
path: root/src/test/ui/consts/min_const_fn
AgeCommit message (Expand)AuthorLines
2019-04-23Stabilize futures_apiTaylor Cramer-1/+2
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+62
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-58/+116
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-58/+116
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-440/+74
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-6/+5
2019-04-17Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obkMazdak Farrokhzad-18/+19
2019-04-16Fix testsYuki OKUSHI-18/+19
2019-04-11Reword tracking issue noteEsteban Küber-4/+4
2019-04-10Tweak unstable diagnostic outputEsteban Küber-4/+8
2019-04-03Improve wordingYuki OKUSHI-17/+17
2019-03-11Update NLL testsVadim Petrochenkov-16/+16
2019-03-11Update testsVadim Petrochenkov-34/+34
2019-02-14Add updated NLL testsvarkor-37/+108
2019-02-14Update const fn testsvarkor-59/+185
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-42/+70
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-7/+1
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-20/+14
2018-12-25Remove licensesMark Rousskov-174/+94
2018-12-23stabilize min_const_unsafe_fn --bless tests.Mazdak Farrokhzad-12/+12
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-139/+68
2018-12-22Update migrate warning wording.David Wood-6/+4
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-3/+34
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-98/+26
2018-12-04Intrinsic checks are just needed for `qualify_min_const_fn`Oliver Scherer-0/+8
2018-12-04Add and update testsOliver Scherer-31/+52
2018-12-04Emit feature gate suggestionOliver Scherer-15/+15
2018-12-04Make sure the initialization of constrained int range newtypes is unsafeOliver Scherer-0/+136
2018-12-04Add test for dereferencing raw pointers and immediately referencing againOliver Scherer-3/+22
2018-12-04Allow calling `const unsafe fn` in `const fn` behind a feature gateOliver Scherer-7/+124
2018-11-30Reenable `const_let` feature gateOliver Scherer-130/+28
2018-11-30Allow `let` bindings everywhereOliver Scherer-1/+115
2018-11-30Add tests for mutable borrowsOliver Scherer-0/+31
2018-11-30Stabilize `const_let` inside const functionsOliver Scherer-15/+3
2018-11-19Replace 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