about summary refs log tree commit diff
path: root/src/test/run-pass/ctfe
AgeCommit message (Expand)AuthorLines
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-9/+8
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-4/+7
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-6/+2
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-3/+3
2018-12-25Remove licensesMark Rousskov-200/+0
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-26/+0
2018-12-13Update tests to show diagnosticsOliver Scherer-1/+1
2018-12-11Diagnostics improvement!Oliver Scherer-1/+2
2018-11-30Improve the diagnostic messageOliver Scherer-1/+1
2018-11-30Reenable `const_let` feature gateOliver Scherer-1/+5
2018-11-30Allow `let` bindings everywhereOliver Scherer-5/+1
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-27/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-5/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+10
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+898
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-855/+0
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-3/+3
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-0/+22
2018-08-28restructure unary_op to also dispatch on type first; fix promotion with unary...Ralf Jung-0/+8
2018-06-03Deduplicate and fix a testOliver Schneider-45/+0
2018-05-31Add test for intrinsics::bswapLinus Färnstrand-0/+23
2018-05-22Fix a typo in a commentOliver Schneider-1/+1
2018-05-22Report let bindings and statements as unstableOliver Schneider-1/+1
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+118
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
2018-05-16Make core::nonzero privateSimon Sapin-4/+3
2018-03-22Fix the conversion between bit representations and i128 representationsOliver Schneider-0/+27
2018-03-08Fix mozjs crater failureOliver Schneider-0/+37
2018-03-08Add regression testOliver Schneider-0/+34
2018-03-08Add regression testsOliver Schneider-0/+45
2018-03-08Reduce noise in error reportingOliver Schneider-0/+17
2018-03-08Add test for #45044Oliver Schneider-0/+20
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-0/+34
2018-03-08Add tests for fixed issuesOliver Schneider-0/+489
2017-10-25Add a regression test for the const eval type resolutionOliver Schneider-0/+28