summary refs log tree commit diff
path: root/src/test/ui/consts/min_const_fn
AgeCommit message (Expand)AuthorLines
2020-09-29Bless testsDylan MacKenzie-15/+55
2020-09-29Bless outputDylan MacKenzie-11/+81
2020-09-29Bless testsDylan MacKenzie-76/+36
2020-09-29Bless mut testsDylan MacKenzie-41/+151
2020-09-29Fix "unstable in stable" errorDylan MacKenzie-3/+12
2020-09-27Remove feature gate test for `rustc_allow_const_fn_ptr`Dylan MacKenzie-47/+0
2020-09-27Mark `min_const_fn_fn_ptr` test as gate testDylan MacKenzie-2/+4
2020-09-27Bless testsDylan MacKenzie-32/+56
2020-09-27Update tests with new feature gateDylan MacKenzie-15/+22
2020-09-25Move const fn floating point test out of `min_const_fn`Dylan MacKenzie-62/+18
2020-09-25Bless testsDylan MacKenzie-19/+19
2020-09-23Bless testsDylan MacKenzie-29/+29
2020-09-22Bless testsDylan MacKenzie-92/+104
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-9/+9
2020-08-16Allowing raw ptr dereference in const fn5M1Sec-12/+15
2020-06-30Stabilize casts and coercions to `&[T]` in const fnOliver Scherer-15/+5
2020-06-28Update testsDylan MacKenzie-17/+0
2020-06-28Update testsDylan MacKenzie-24/+6
2020-06-20update testsChristian Poveda-3/+9
2020-03-01Make `rustc_attrs` tracking issue NoneYuki Okushi-1/+0
2020-02-14Update testsMatthew Jasper-29/+38
2020-02-09--bless --compare-mode=nllMatthias Prechtl-64/+64
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-12/+12
2019-12-18Add more tests for raw_ref_opMatthew Jasper-0/+57
2019-12-15Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obkbors-2/+5
2019-12-13Bless unrelated tests with new help messageDylan MacKenzie-2/+5
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-15/+29
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-3/+3
2019-11-21Readjust const qualification to detect statics againSantiago Pastorino-2/+2
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-40/+19
2019-11-13Remove if/loop tests from min_const_fnDylan MacKenzie-4/+0
2019-11-08Bless tests now that we do promotion if `min_const_fn` failsDylan MacKenzie-28/+7
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