about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-14add note to testlcnr-1/+1
2025-01-14Mark dependencies of the standard library as private by defaultTrevor Gross-2/+2
2025-01-14Add a UI test for stdlib-private dependenciesTrevor Gross-0/+120
2025-01-14Rollup merge of #135464 - lukas-code:project-infinite-to-error, r=FedericoBru...Matthias Krüger-3/+107
2025-01-14Made `Path::name` only have item name rather than full nameAditya Kumar-1/+1
2025-01-14Auto merge of #135465 - jhpratt:rollup-7p93bct, r=jhprattbors-20/+230
2025-01-14Leak check in impossible_predicates to avoid monomorphizing impossible instancesMichael Goulet-0/+79
2025-01-13Rollup merge of #135454 - maurer:sized-word-ymmword, r=jieyouxuJacob Pratt-2/+2
2025-01-13Rollup merge of #135441 - compiler-errors:redundant-captures-lint, r=lqdJacob Pratt-11/+15
2025-01-13Rollup merge of #135390 - ranger-ross:readd-test-122638, r=BoxyUwUJacob Pratt-0/+78
2025-01-13Rollup merge of #134977 - estebank:issue-112357, r=BoxyUwUJacob Pratt-0/+113
2025-01-13Rollup merge of #134498 - oli-obk:push-wmxynprsyxvr, r=compiler-errorsJacob Pratt-7/+22
2025-01-14Auto merge of #135438 - matthiaskrgr:rollup-rt2zrbz, r=matthiaskrgrbors-2/+3
2025-01-14fix ICE with references to infinite structs in constsLukas Markeffsky-3/+107
2025-01-13llvm: Allow sized-word rather than ymmword in testsMatthew Maurer-2/+2
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+30
2025-01-13Auto merge of #135192 - jdupak-ms:cdb-tests, r=wesleywiserbors-49/+294
2025-01-13Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024Michael Goulet-11/+15
2025-01-13Rollup merge of #135426 - compiler-errors:no-resolve-assoc-ty, r=lcnrMatthias Krüger-2/+3
2025-01-13Auto merge of #135204 - RalfJung:win64-zst, r=SparrowLiibors-242/+52
2025-01-13Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obkbors-5/+56
2025-01-13Add and improve debuginfo tests for WindowsJakub Dupak-49/+294
2025-01-12remove `tests/ui/pattern/no_ref_mut_behind_and.rs`dianne-9/+0
2025-01-12rename and comment the test for "Rule 5"-related mutability errorsdianne-7/+91
2025-01-13Auto merge of #135352 - notriddle:notriddle/stability-shown, r=camelidbors-0/+18
2025-01-13Assert that Instance::try_resolve is only used on body-like thingsMichael Goulet-2/+3
2025-01-12Rollup merge of #135401 - joshtriplett:empty-expected, r=lqdGuillaume Gomez-0/+0
2025-01-12Rollup merge of #135348 - aDotInTheVoid:pathspathspaths, r=GuillaumeGomezGuillaume Gomez-0/+11
2025-01-12Fix ICE-130779Shunpoco-0/+45
2025-01-12Remove solved crashesShunpoco-27/+0
2025-01-12Fix ICE-133117Shunpoco-0/+48
2025-01-12Fix ICE-133063Shunpoco-0/+58
2025-01-12Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgrbors-118/+285
2025-01-12on Windows, consistently pass ZST by-refRalf Jung-7/+7
2025-01-12Suggest the smallest fitting type insteadspore-2/+2
2025-01-12Add comment on case to mark the original issuespore-2/+2
2025-01-12Rollup merge of #135398 - matthiaskrgr:crash, r=lqdMatthias Krüger-0/+56
2025-01-12Rollup merge of #135378 - compiler-errors:unnecessary-stashing, r=chenyukangMatthias Krüger-118/+159
2025-01-12Rollup merge of #135377 - compiler-errors:impossible-step, r=oli-obkMatthias Krüger-0/+40
2025-01-12Rollup merge of #135374 - compiler-errors:typo-trait-method, r=fee1-deadMatthias Krüger-0/+30
2025-01-12Remove some empty expected files to fix blessingJosh Triplett-0/+0
2025-01-12add more crash testsMatthias Krüger-0/+56
2025-01-12Auto merge of #135396 - matthiaskrgr:rollup-zublg1c, r=matthiaskrgrbors-2/+44
2025-01-12Rollup merge of #135379 - steffahn:uniquerc-invariant, r=Mark-SimulacrumMatthias Krüger-0/+42
2025-01-12Rollup merge of #135364 - yotamofek:borrowck-diag-fix, r=compiler-errorsMatthias Krüger-2/+2
2025-01-12remove location-insensitive ICE testRémy Rakic-14/+0
2025-01-12re-added regression test for #122638Ross Sullivan-0/+78
2025-01-11Address PR feedbackScott McMurray-4/+43
2025-01-11[mir-opt] simplify `Repeat`s that don't actually repeat the operandScott McMurray-12/+72
2025-01-11rustdoc: use import stability marker in displayMichael Howell-0/+18