about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2023-03-29Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obkDylan DPC-4/+4
2023-03-28Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obkbors-35/+85
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-35/+85
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-10/+94
2023-03-27Bless UI tests.Mara Bos-4/+4
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-7/+68
2023-03-21Detect uninhabited types early in const eval.Oli Scherer-28/+26
2023-03-16Don't allow new const panic through format flattening.Mara Bos-11/+21
2023-03-15Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiaskobors-3/+3
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-22/+4
2023-03-13Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31bors-20/+14
2023-03-12Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obkbors-6/+6
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-20/+14
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-22/+4
2023-03-09Test `let _ =` for const_mut_refs.Camille GILLOT-1/+13
2023-03-08Recurse into statement before applying its effect.Camille GILLOT-6/+6
2023-03-05Use `nuw` when calculating slice lengths from `Range`sScott McMurray-0/+27
2023-02-27Implement checked Shl/Shr at MIR building.Camille GILLOT-3/+3
2023-02-24Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC-0/+16
2023-02-21Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillotMatthias Krüger-1/+1
2023-02-21Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726Dylan DPC-16/+4
2023-02-21Specify what 'this' actually isMichael Goulet-1/+1
2023-02-20basic dyn* support for MiriRalf Jung-6/+6
2023-02-18lint: don't suggest assume_init for uninhabited typesy21-16/+4
2023-02-17Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkovMatthias Krüger-0/+26
2023-02-16Move testsCaio-0/+26
2023-02-15Rollup merge of #107972 - saethlin:fix-test-ub, r=michaelwoeristerMatthias Krüger-1/+4
2023-02-15Fix unintentional UB in ui testsBen Kimock-1/+4
2023-02-12Suggest the correct array length on mismatchclubby789-2/+21
2023-02-07Tweak ICE messageEsteban Küber-3/+2
2023-02-02Bless tests.Camille GILLOT-12/+0
2023-01-31add and bless testsDeadbeef-0/+16
2023-01-30Modify primary span label for E0308Esteban Küber-5/+5
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-11/+224
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-0/+1
2023-01-24Move const-eval/stable-metric ui testsBryan Garza-0/+204
2023-01-23Bless and update consts testsBryan Garza-11/+20
2023-01-18Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiaskoMichael Goulet-0/+16
2023-01-18defer array len printing to const arg printingBoxy-8/+8
2023-01-17Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcmDylan DPC-1/+14
2023-01-17Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=EstebankMatthias Krüger-0/+24
2023-01-16Constify `TypeId` ordering implsonestacked-1/+14
2023-01-16Encode const mir for closures if they're constMichael Goulet-0/+16
2023-01-15Tweak E0597Esteban Küber-0/+1
2023-01-14suggest fix for attempted integer identifier in patternsEzra Shaw-0/+24
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-2/+19
2023-01-12Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=...nils-0/+42
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-18/+33
2023-01-12fix fmt and blessDeadbeef-2/+19
2023-01-11Migrate pattern matchingmejrs-18/+33