about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-06-19Add and update more testsOliver Scherer-1/+28
2019-06-19Make interning explicitly care about types and the mutability of memoryOliver Scherer-0/+160
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-5/+5
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-6/+35
2019-06-16Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelixbors-20/+42
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-4/+1
2019-06-16compiletest: Validate pass modes harderVadim Petrochenkov-2/+0
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-20/+42
2019-06-12Handle index out of bound errors during const eval without panicEsteban Küber-0/+30
2019-06-11Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=CentrilMazdak Farrokhzad-13/+13
2019-06-10Stabilize underscore_const_names.Mazdak Farrokhzad-6/+35
2019-06-09Reword const fn conditional and loop error textChris Gregory-13/+13
2019-06-07Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obkMazdak Farrokhzad-0/+12
2019-06-06Bless test outputWesley Wiser-0/+12
2019-06-06Make constructors actually be const functionsMatthew Jasper-0/+212
2019-06-05Rollup merge of #61536 - oli-obk:args_required_const_in_const_fn, r=eddybMazdak Farrokhzad-0/+26
2019-06-05Explain the existience of the regression testOliver Scherer-2/+11
2019-06-05Don't allow using const fn arguments as "args_required_const"Oliver Scherer-0/+17
2019-06-04Remove unneeded feature attr from atomic integers doctestsLzu Tao-2/+0
2019-05-31Stabilize reverse_bits featureLzu Tao-9/+7
2019-05-29Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centrilbors-28/+28
2019-05-29bless youRalf Jung-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-28/+28
2019-05-28Make sure array length diagnostic doesn't regressvarkor-3/+7
2019-05-28Correct pluralisation of tuple/array/associated type binding mismatch errorsvarkor-2/+2
2019-05-28Reintroduce `TypeError::FixedArraySize`varkor-2/+2
2019-05-28Use Display rather than Debug printing for const mismatchvarkor-2/+2
2019-05-28Update tests after pretty printingvarkor-2/+2
2019-05-28Eagerly evaluate in `super_relate_consts`varkor-2/+2
2019-05-25Update nll ui testsOliver Scherer-1/+1
2019-05-25Update ui testsOliver Scherer-1/+1
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+4
2019-05-19Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfacklerMazdak Farrokhzad-0/+21
2019-05-14Add ui test for const Layout::from_size_align_uncheckedRichard Wiedenhöft-0/+21
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-12/+2
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+390
2019-05-07compiletest: only use `make_exe_name` for tests that end up being executed.Eduard-Mihai Burtescu-2/+0
2019-05-02Fix failing testWesley Wiser-0/+1
2019-05-02Remove the `self.mir` field from `ConstPropagator`Wesley Wiser-3/+9
2019-04-23Stabilize futures_apiTaylor Cramer-1/+2
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+62
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-3/+1
2019-04-23Update ui testsvarkor-1/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-69/+176
2019-04-22Fix ICE related to #53708Esteban Küber-13/+21
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-65/+164
2019-04-22Update ui testsvarkor-2/+2
2019-04-22Remove double trailing newlinesvarkor-9/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1152/+349