about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-360/+152
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-10/+19
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-15/+428
2019-01-09Fix irrefutable slice patterns in const fnOliver Scherer-0/+25
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-12/+13
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-347/+104
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-4/+4
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-4/+4
2018-12-31Improve type mismatch error messagesYuning Zhang-16/+16
2018-12-31unchecked_{shl,shr}: extend const tests.Mazdak Farrokhzad-15/+428
2018-12-28Update src/test/ui/consts/const-nonzero.rsOliver Scherer-1/+1
2018-12-28Make the getter for NonZero types into a const fndylan_DPC-0/+9
2018-12-27Set a `def_id` in `ParamEnv` only with `-Z chalk`scalexm-1/+1
2018-12-25Remove licensesMark Rousskov-1639/+429
2018-12-23Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obkMazdak Farrokhzad-146/+75
2018-12-23Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwcoMazdak Farrokhzad-0/+49
2018-12-23stabilize min_const_unsafe_fn -- revert const-size_of-cycle changesMazdak Farrokhzad-0/+4
2018-12-23stabilize min_const_unsafe_fn --bless tests.Mazdak Farrokhzad-16/+12
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-139/+68
2018-12-23Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelixkennytm-6/+4
2018-12-23Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJungkennytm-0/+9
2018-12-22Update migrate warning wording.David Wood-6/+4
2018-12-21Update tests to changes on masterOliver Scherer-2/+10
2018-12-21Also test projectionsOliver Scherer-1/+18
2018-12-21Fix a recently introduces regressionOliver Scherer-0/+24
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-22/+16
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-37/+898
2018-12-18Explain that lack of short circuiting support in constants is temporaryOliver Scherer-2/+2
2018-12-18Properly worded diagnostic messageOliver Scherer-2/+2
2018-12-17Remove a wrong multiplier on relocation offset computationOliver Scherer-0/+9
2018-12-11Update testsvarkor-1/+1
2018-12-11Fix some misbehaving testsvarkor-3/+3
2018-12-11Update ub-uninhabit testsvarkor-5/+5
2018-12-11Use unions for uninhabitedness checking rather than mem::transmutevarkor-25/+17
2018-12-11Update const eval uninhabited messagesvarkor-5/+7
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-98/+26
2018-12-08Fixed nll stderr file.Alexander Regueiro-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-6/+6
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-21/+21
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-36/+337
2018-12-06Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko...Pietro Albini-21/+21
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
2018-12-04Update testsOliver Scherer-2/+3
2018-11-30Update existing tests with more precise error messagesvarkor-21/+21
2018-11-30Test float assign opsOliver Scherer-0/+279