about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-26Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errorsTrevor Gross-0/+43
2025-07-26Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obkTrevor Gross-0/+232
2025-07-26Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errorsTrevor Gross-29/+36
2025-07-26Don't lint against named labels in `naked_asm!`Amanieu d'Antras-29/+36
2025-07-26`loop_match`: suggest extracting to a `const` itemFolkert de Vries-0/+232
2025-07-25Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLiiMatthias Krüger-8/+31
2025-07-25Rollup merge of #144340 - Oneirical:uncertain-illusion, r=jieyouxuMatthias Krüger-0/+0
2025-07-25Rollup merge of #144209 - scottmcm:assume_less, r=lcnr,dianqkMatthias Krüger-8/+41
2025-07-25Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnrMatthias Krüger-48/+65
2025-07-25Rollup merge of #143979 - dpaoliello:arm64ectest, r=petrochenkovMatthias Krüger-2/+6
2025-07-25Rollup merge of #143401 - Enselic:no-stack-backtrace-print-in-display, r=davi...Matthias Krüger-6/+2
2025-07-25Rollup merge of #142569 - xizheyin:139253, r=davidtwcoMatthias Krüger-0/+68
2025-07-24Rename tests/ui/SUMMARY.md and update rustc dev guide on error-patternOneirical-0/+0
2025-07-24Auto merge of #144389 - scottmcm:no-more-mir-cast-assume, r=davidtwcobors-73/+36
2025-07-24Add test case for single boundBen Schulz-1/+35
2025-07-24Fix unused_parens false positiveBen Schulz-0/+9
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-73/+36
2025-07-24Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obkLeón Orell Valerian Liehr-10/+22
2025-07-24Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLiiLeón Orell Valerian Liehr-2/+20
2025-07-24Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkovLeón Orell Valerian Liehr-47/+47
2025-07-24Rollup merge of #144240 - yuk1ty:false-sealed-traits-note-reported-in-another...León Orell Valerian Liehr-5/+32
2025-07-24Rollup merge of #144221 - usamoi:versym, r=bjorn3León Orell Valerian Liehr-0/+137
2025-07-24Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-deadLeón Orell Valerian Liehr-18/+6
2025-07-24Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkovLeón Orell Valerian Liehr-0/+14
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-440/+440
2025-07-24generate elf symbol version in raw-dylibusamoi-0/+137
2025-07-24Remove dead code and extend test coverage and diagnostics around itOli Scherer-8/+31
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-59/+498
2025-07-23Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obkbors-43/+78
2025-07-23Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgrbors-22/+50
2025-07-23Don't emit two `assume`s in transmutes when one is a subset of the otherScott McMurray-8/+41
2025-07-23Point at the type that doesn't impl `Clone` in more cases beyond closuresEsteban Küber-5/+7
2025-07-23Rollup merge of #144298 - Zalathar:empty-span, r=wesleywiserMatthias Krüger-20/+17
2025-07-23Rollup merge of #144290 - makai410:summary-ups, r=jieyouxuMatthias Krüger-2/+2
2025-07-23Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJungMatthias Krüger-0/+31
2025-07-23Stop using the old `validate_attr` logic for stability attributesJonathan Brouwer-10/+22
2025-07-23Update uitest stderrsJonathan Brouwer-84/+271
2025-07-23Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty bindingLeón Orell Valerian Liehr-2/+20
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-5/+5
2025-07-22Add a test case for ui test false-sealed-traits-note.rsyuk1ty-5/+32
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-3/+3
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-2/+2
2025-07-22coverage: Enlarge empty spans during MIR instrumentation, not codegenZalathar-20/+17
2025-07-22Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obkMatthias Krüger-0/+31
2025-07-22Rollup merge of #144082 - mladedav:dm/pub-priv-tests, r=petrochenkovMatthias Krüger-20/+223
2025-07-22update SUMMARY.mdMakai-2/+2
2025-07-22Use less HIR in check_private_in_public.Camille GILLOT-47/+47
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-0/+14
2025-07-21Use serde for target spec json deserializeNoratrieb-18/+6
2025-07-22Rollup merge of #144246 - jieyouxu:no-dual-test, r=lqd,RalfJung许杰友 Jieyou Xu (Joe)-10/+10