about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-31Extend `is_case_difference` to handle digit-letter confusablesxizheyin-22/+178
2025-07-31Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkovStuart Cook-47/+17
2025-07-31Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkinStuart Cook-0/+35
2025-07-31Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obkStuart Cook-0/+523
2025-07-31Consider operator's span when computing binop expr spanMichael Goulet-11/+11
2025-07-31Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwUbors-12/+125
2025-07-30test: Check close window renderingScott Schafer-0/+43
2025-07-30[test][AIX] ignore extern_weak linkage testDavid Tenty-0/+1
2025-07-30rustdoc-json: Move `#[macro_export]` from `Other` to it's own variantAlona Enraght-Moony-2/+2
2025-07-30rustdoc-json: Add test for `#[macro_use]` attributeAlona Enraght-Moony-0/+40
2025-07-30Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycatSamuel Tardieu-96/+135
2025-07-30Rollup merge of #143465 - kornelski:extern-name, r=petrochenkovSamuel Tardieu-0/+23
2025-07-30handle region dependent goals due to infer varslcnr-0/+52
2025-07-30Fix tests for big-endianEduard Stefes-8/+10
2025-07-30Rollup merge of #144668 - daltenty:daltenty/runmake-llvm-components, r=jieyouxuStuart Cook-0/+5
2025-07-30Rollup merge of #144666 - compiler-errors:correct-late, r=lqdStuart Cook-0/+76
2025-07-30Rollup merge of #144411 - Kivooeo:remove-world, r=jieyouxuStuart Cook-4/+0
2025-07-30Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxuStuart Cook-31/+29
2025-07-30`AlignmentEnum` should just be `repr(usize)` nowScott McMurray-34/+17
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-42/+203
2025-07-30[test][run-make] add needs-llvm-componentsDavid Tenty-0/+5
2025-07-30Make sure to account for the right item universal regions in borrowckMichael Goulet-0/+76
2025-07-29Re-block SRoA on SIMD typesScott McMurray-0/+50
2025-07-30coverage: Re-land "Enlarge empty spans during MIR instrumentation"Zalathar-47/+17
2025-07-30Auto merge of #144577 - oli-obk:wrapping-niche, r=scottmcmbors-6/+268
2025-07-29Rollup merge of #144632 - nikic:llvm-21-tests, r=durin42Jacob Pratt-8/+18
2025-07-29Rollup merge of #144034 - Enselic:diverging-function-call-debuginfo, r=wesley...Jacob Pratt-0/+38
2025-07-30remove hello world directoryKivooeo-4/+0
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-31/+29
2025-07-29tests: Test line number in debuginfo for diverging function callsMartin Nordholts-0/+38
2025-07-29Pick the largest niche even if the largest niche is wrapped aroundOli Scherer-9/+18
2025-07-29Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petroch...Stuart Cook-0/+23
2025-07-29Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercoteStuart Cook-104/+104
2025-07-29Rollup merge of #144566 - scottmcm:align-of-slice, r=oli-obkStuart Cook-0/+485
2025-07-29Rollup merge of #144560 - Zalathar:auto-derived, r=compiler-errorsStuart Cook-0/+360
2025-07-29Relax check lines in x86-return-float.rsNikita Popov-3/+3
2025-07-29Rollup merge of #144627 - jakubadamw:issue-129882, r=lqdStuart Cook-0/+42
2025-07-29Rollup merge of #144609 - Muscraft:right-align, r=compiler-errorsStuart Cook-10/+10
2025-07-29Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomezStuart Cook-1/+16
2025-07-29Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDentonStuart Cook-3/+9
2025-07-29Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obkStuart Cook-0/+99
2025-07-29Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley...Stuart Cook-0/+32
2025-07-29Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35Stuart Cook-32/+32
2025-07-29Adjust enum-discriminant-eq.rs for LLVM 21Nikita Popov-4/+10
2025-07-29Fix nvptx-safe-naming.rs test on LLVM 21Nikita Popov-1/+5
2025-07-29coverage: Treat `#[automatically_derived]` as `#[coverage(off)]`Zalathar-35/+25
2025-07-29coverage: Test how `#[automatically_derived]` affects instrumentationZalathar-0/+370
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-32/+32
2025-07-29Add a regression test for an ICE with the `generic_const_exprs` feature attri...Jacob Adam-0/+42
2025-07-28Simplify `align_of_val::<[T]>(…)` → `align_of::<T>()`Scott McMurray-48/+37