about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2025-09-24const validation: better error for maybe-null referencesRalf Jung-19/+81
2025-09-24const-eval: improve and actually test the errors when pointers might be outsi...Ralf Jung-7/+42
2025-09-21Consider errors in MIR as impossible predicates.Camille Gillot-14/+4
2025-09-14Fix typo in error messageJules Bertholet-7/+7
2025-09-13Auto merge of #146499 - jhpratt:rollup-ufflehe, r=jhprattbors-0/+21
2025-09-13Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxuJacob Pratt-0/+21
2025-09-13Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=jieyouxubors-8/+10
2025-09-13Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-deadJana Dönszelmann-5/+5
2025-09-12Add test batch 3Oneirical-0/+21
2025-09-12sort array trait implementation suggestions correctlycyrgani-5/+5
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-33/+5
2025-09-12ci: Increase `rust.debuginfo-level-tests` to `2` in `x86_64-gnu-debug` jobMartin Nordholts-8/+10
2025-09-11Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov"Jieyou Xu-2/+2
2025-09-08const-eval: disable pointer fragment supportRalf Jung-0/+54
2025-09-03don't uppercase error messagesSasha Pourcelot-202/+202
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+1
2025-08-26Rollup merge of #144885 - zachs18:ptr_guaranteed_cmp_more, r=RalfJungStuart Cook-30/+192
2025-08-23Remove arm::t32-specific function pointer test.Zachary S-19/+3
2025-08-23Implement some more checks for `ptr_guaranteed_cmp` in consteval:Zachary S-30/+208
2025-08-22Fix stderr normalization.Camille Gillot-5/+5
2025-08-22Separate transmute checking from typeck.Camille Gillot-4/+16
2025-08-19bless tests with new lint messagesKarol Zwolak-6/+6
2025-08-19Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+72
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-0/+72
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-42/+203
2025-08-15Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkovStuart Cook-2/+2
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-4/+5
2025-08-12Change the desugaring of `assert!` for better error outputEsteban Küber-2/+2
2025-08-08Rollup merge of #144649 - estebank:issue-144602, r=lcnrTrevor Gross-0/+2
2025-08-08Rollup merge of #144914 - estebank:short-paths-2, r=fee1-deadStuart Cook-9/+9
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-0/+16
2025-08-07Do not provide field typo suggestions for tuples and tuple structsEsteban Küber-5/+1
2025-08-07Account for bare tuples in field searching logicEsteban Küber-0/+6
2025-08-07Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnrStuart Cook-16/+10
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-9/+9
2025-08-05commentsKivooeo-0/+2
2025-08-05moved 35 tests to organized locationsKivooeo-0/+14
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+29
2025-07-30Fix tests for big-endianEduard Stefes-4/+5
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-42/+203
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-21Stabilize const `TypeId::of`Oli Scherer-16/+10
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-95/+186