about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2025-07-27Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obkMatthias Krüger-32/+4
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-13/+22
2025-07-25Check statics' type in type_of.Camille GILLOT-32/+4
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-3/+3
2025-07-23Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJungMatthias Krüger-0/+31
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-13/+22
2025-07-21Don't ICE on non-TypeId metadata within TypeIdOli Scherer-0/+31
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-113/+43
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-95/+186
2025-07-18Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJungMatthias Krüger-95/+186
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-24/+24
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-6/+7
2025-07-18Show the memory of uninit readsOli Scherer-79/+170
2025-07-17Check stability attributes are compatible in `check_unused_or_stable_features`.Camille GILLOT-24/+24
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-16/+16
2025-07-17Make slices `[const] PartialEq`Oli Scherer-2/+2
2025-07-17Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmeasebors-8/+8
2025-07-17Make `derive_const` usable within libcore againOli Scherer-4/+5
2025-07-17parse `const trait Trait`Deadbeef-8/+8
2025-07-17Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obkMatthias Krüger-10/+9
2025-07-17Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnrLeón Orell Valerian Liehr-33/+9
2025-07-17Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee...León Orell Valerian Liehr-26/+201
2025-07-16Rollup merge of #143921 - oli-obk:const-index, r=fee1-deadSamuel Tardieu-16/+30
2025-07-16Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obkSamuel Tardieu-10/+10
2025-07-16const heap: fix ICE on forgotten make_globalRalf Jung-12/+5
2025-07-16trait_sel: `MetaSized` always holds temporarilyDavid Wood-33/+9
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-3/+3
2025-07-16type_id_eq: check that the hash fully matches the typeRalf Jung-10/+9
2025-07-16Comment more code and make tests clearerDeadbeef-11/+24
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-8/+177
2025-07-15Rollup merge of #143736 - oli-obk:uninspectable-type-id, r=RalfJungSamuel Tardieu-3/+42
2025-07-15constify `Index` trait and its slice implsOli Scherer-9/+22
2025-07-15constify some methods using `SliceIndex`Oli Scherer-7/+8
2025-07-14Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errorsJakub Beránek-3/+3
2025-07-14Give all bytes of TypeId provenanceOli Scherer-3/+42
2025-07-13update issue number for `const_trait_impl`Deadbeef-3/+3
2025-07-13Retire hir::*ItemRef.Camille GILLOT-7/+4
2025-07-13Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errorsLeón Orell Valerian Liehr-14/+15
2025-07-11fix PartialEq const feature name and const_cmp tracking issueRalf Jung-14/+15
2025-07-11Rollup merge of #143302 - Kivooeo:tf27, r=tgross35Matthias Krüger-0/+26
2025-07-10Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errorsTrevor Gross-4/+16
2025-07-10Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errorsMatthias Krüger-202/+5
2025-07-10Rework borrowing suggestions to use `Expr` instead of just `Span`Esteban Küber-4/+16
2025-07-10cleaned up some testsKivooeo-2/+4
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-10/+10
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-23/+125
2025-07-08Constify `Fn*` traitsOli Scherer-202/+5
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-7/+7
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-0/+21
2025-07-01moved testsKivooeo-0/+24