summary refs log tree commit diff
path: root/src/test/ui/consts/min_const_fn
AgeCommit message (Expand)AuthorLines
2019-09-30Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebankTyler Mandry-2/+2
2019-09-30update testsGuillaume Gomez-2/+2
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-380/+9
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-5/+5
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-27/+22
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-5/+5
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-94/+94
2019-07-06--bless --compare-mode=nllMazdak Farrokhzad-17/+17
2019-07-06min_const_fn: change error message due to changed desugaring.Mazdak Farrokhzad-18/+19
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-4/+4
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-4/+4
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-4/+4
2019-06-11Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=CentrilMazdak Farrokhzad-11/+11
2019-06-09Reword const fn conditional and loop error textChris Gregory-11/+11
2019-06-04Remove unneeded feature attr from atomic integers doctestsLzu Tao-2/+0
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+2
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+359
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