summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-07-30allow numbers with provenance within CTFE executionRalf Jung-464/+359
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
2022-05-17Add a test for fn pointer calls in constsmbartlett21-0/+36
2022-05-17Update function pointer call error messagembartlett21-1/+1
2022-05-14Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJungbors-2/+2
2022-05-13Rustc changes for permissive provenancecarbotaniuman-2/+2
2022-05-12Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obkbors-3/+41
2022-05-11Apply CR suggestions; add real tracking issueScott McMurray-1/+2
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-3/+40
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+1
2022-05-05Allow unused rules in the testsuite where the lint triggersest31-0/+1
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-2/+2
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-2/+2
2022-05-04Generate an intermediate temporary for `Drop` constants.Oli Scherer-4/+9
2022-05-04Add regression testOli Scherer-0/+26
2022-04-30Also report the call site of PME errors locally.Oli Scherer-0/+12
2022-04-28Update the diagnostic message to match the new spanOli Scherer-7/+7