about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-07-05Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwcoMatthias Krüger-21/+21
2022-07-05adjust dangling-int-ptr error messageRalf Jung-21/+21
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-2/+2
2022-07-02Rollup merge of #98701 - TaKO8Ki:add-regression-test-for-50439, r=Mark-Simula...Ralf Jung-0/+39
2022-07-01Shorten def_span for more items.Camille GILLOT-1439/+829
2022-06-30lint: port non-fmt-panic diagnosticsDavid Wood-2/+2
2022-06-30add regression test for #50439Takayuki Maeda-0/+39
2022-06-29fix stderr by hand since that test is not run on my systemRalf Jung-4/+4
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-164/+164
2022-06-28Rollup merge of #98560 - TaKO8Ki:add-regression-test-for-85907, r=Mark-Simula...Matthias Krüger-0/+17
2022-06-27add regression test for #85907Takayuki Maeda-0/+17
2022-06-26Rollup merge of #97743 - RalfJung:const-err-future-breakage, r=estebankMatthias Krüger-0/+2697
2022-06-25bless after rebaseRalf Jung-23/+711
2022-06-25bless remaining testsRalf Jung-0/+53
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+1956
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-0/+99
2022-06-19Bless 32bit ui tests.Camille GILLOT-12/+12
2022-06-19Make some lints incremental.Camille GILLOT-15/+41
2022-06-15Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-0/+20
2022-06-14rebaseb-naber-32/+104
2022-06-14address reviewb-naber-1/+1
2022-06-14bless 32-bit ui testsb-naber-4/+10
2022-06-14address reviewb-naber-5/+5
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-78/+260
2022-06-13Move testsCaio-0/+20
2022-06-09interpret: unify offset_from check with offset checkRalf Jung-13/+13
2022-06-09Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnrbors-6/+6
2022-06-08Stabilize `const_intrinsic_copy`Yuki Okushi-7/+7
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-10/+4
2022-06-06Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obkbors-357/+390
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-357/+390
2022-06-04use precise spans for recursive const evaluationRalf Jung-6/+6
2022-06-03Fully stabilize NLLJack Huey-10/+4
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-10/+8
2022-06-02add new `emit_inference_failure_err`lcnr-10/+8
2022-05-28Move some tests to more reasonable placesCaio-0/+12
2022-05-24Add the transmute and asm checks to typeck as deferred checksOli Scherer-34/+4
2022-05-24trait selection errors should poison the typeck results, too, so that const e...Oli Scherer-10/+17
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+2
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-4/+3
2022-05-20Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...Matthias Krüger-0/+12
2022-05-20report ambiguous type parameters when their parents are impl or fnTakayuki Maeda-0/+12
2022-05-19bless 32bitRalf Jung-11/+11
2022-05-19interpret/validity: separately control checking numbers for being init and no...Ralf Jung-24/+24
2022-05-19Proper const stability check, default to unstableJacob Pratt-4/+3
2022-05-18Rollup merge of #97116 - RalfJung:ref-validity, r=oli-obkYuki Okushi-4/+4
2022-05-17bless 32bitRalf Jung-2/+2
2022-05-17interpret/validity: reject references to uninhabited typesRalf Jung-2/+2