summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-08-12fix cycle when looking up size and align of a staticRalf Jung-0/+11
2019-06-29Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkovMazdak Farrokhzad-30/+36
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-0/+48
2019-06-25Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obkMazdak Farrokhzad-0/+43
2019-06-25Auto merge of #62094 - oli-obk:zst_intern, r=eddybbors-2/+8
2019-06-25Fix an ICE with uninhabited constsvarkor-0/+43
2019-06-24Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obkbors-3/+3
2019-06-24Pacify tidyOliver Scherer-2/+1
2019-06-24Add regression testOliver Scherer-0/+6
2019-06-24Simplify vtable interningOliver Scherer-2/+3
2019-06-24promoted_errors: warn -> deny.Mazdak Farrokhzad-30/+36
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-6/+1
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-3/+3
2019-06-22Count all errors for `track_errors`Matthew Jasper-0/+48
2019-06-19Update ui test outputOliver Scherer-1/+1
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