about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2021-11-16Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkovYuki Okushi-0/+7
2021-11-16Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obkYuki Okushi-0/+38
2021-11-15Fix `non-constant value` ICE (#90878)Nilstrieb-0/+84
2021-11-14expand commentRalf Jung-0/+1
2021-11-14fix getting the discriminant of a zero-variant enumRalf Jung-0/+6
2021-11-14Move some tests to more reasonable directoriesCaio-0/+25
2021-11-13fix ICE on Miri/CTFE copy of half a pointerRalf Jung-0/+38
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-155/+73
2021-11-08Permit const assertions in stdlibJacob Pratt-0/+46
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-0/+94
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-1/+3
2021-11-07Restrict tests that use needs-asm-support to non-experimentalAmanieu d'Antras-1/+3
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-155/+73
2021-11-06Move some tests to more reasonable directoriesCaio-0/+94
2021-11-03`addr_of!` grants mutable access, maybe?Tomasz Miąsko-6/+58
2021-10-31Test that promotion follows references when looking for dropTomasz Miąsko-9/+100
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+3
2021-10-29Auto merge of #90373 - tmiasko:union-qualification, r=oli-obkbors-0/+89
2021-10-28Use type based qualification for unionsTomasz Miąsko-0/+89
2021-10-26Consider indirect mutation during const qualification dataflowTomasz Miąsko-0/+93
2021-10-23Reset qualifs when a storage of a local endsTomasz Miąsko-0/+20
2021-10-22Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obkYuki Okushi-0/+9
2021-10-19Reject closures in patternsTomasz Miąsko-0/+8
2021-10-19Rollup merge of #89997 - cameron1024:const-str-as-bytes-ice, r=JohnTitorMatthias Krüger-0/+28
2021-10-19Fix const qualification when executed after promotionTomasz Miąsko-0/+9
2021-10-18Do not promote values with const drop that need to be droppedTomasz Miąsko-0/+39
2021-10-18add test for issue 84957cameron-0/+28
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-7/+7
2021-10-16Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli...Matthias Krüger-8/+5
2021-10-15Bless testsCameron Steffen-7/+7
2021-10-13Rollup merge of #89768 - hellow554:tests, r=Mark-SimulacrumYuki Okushi-0/+21
2021-10-12add some more testcasesMarcel Hellwig-0/+21
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-1/+1
2021-10-08bless warningsEliza Weisman-0/+1
2021-10-04Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplettManish Goregaokar-9/+9
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-194/+85
2021-10-04Stabilize `const_panic`Jacob Pratt-194/+85
2021-10-04Stabilize `unreachable_unchecked` as `const fn`Jacob Pratt-8/+5
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-12/+12
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-9/+9
2021-10-02Add regression test for #89432Albin Hedman-0/+9
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-23/+0
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-0/+23
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-1/+1
2021-09-29Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obkbors-1/+4
2021-09-26Replace `Pat` with a new intermediate representationNadrieril-1/+4
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-25Bless testsGary Guo-2/+2
2021-09-21Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obkthe8472-0/+48
2021-09-21add case for checking const refs in check_const_value_eqb-naber-0/+48