about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-30merge testslcnr-23/+5
2025-01-30error pattern to correct linelcnr-3/+2
2025-01-30move non_lifetime_binder testslcnr-0/+0
2025-01-30remove redundant testlcnr-14/+0
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-18/+25
2025-01-30Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcmStuart Cook-0/+30
2025-01-29Auto merge of #135818 - jieyouxu:migrate-translation, r=compiler-errorsbors-78/+194
2025-01-29Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwUbors-33/+43
2025-01-29rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+2
2025-01-29add inline attribute and codegen testedwloef-0/+30
2025-01-29Add URL and `crate_name` to test casesMichael Howell-32/+77
2025-01-29Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgrbors-145/+218
2025-01-29Handle all `PatExpr`s in dead code analysisOli Scherer-18/+3
2025-01-29Add regression test showing we don't realize some consts are usedOli Scherer-8/+33
2025-01-29Eliminate PatKind::PathOli Scherer-26/+26
2025-01-29Rollup merge of #136212 - estebank:span-tweak, r=petrochenkovMatthias Krüger-11/+11
2025-01-29Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwUMatthias Krüger-6/+47
2025-01-29Rollup merge of #136190 - taiki-e:dedup, r=compiler-errorsMatthias Krüger-128/+90
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-0/+70
2025-01-29Improve check for `--output-format` combinations and add ui regression testGuillaume Gomez-1/+4
2025-01-29Move extracted doctest code and types into its own fileGuillaume Gomez-1/+1
2025-01-29Add ui test for new rustdoc `--output-format=doctest` optionGuillaume Gomez-0/+16
2025-01-29Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmeasebors-14/+81
2025-01-29show supported register classesFolkert de Vries-0/+8
2025-01-29Allow transmuting generic pattern types to and from their baseOli Scherer-23/+3
2025-01-29Add tests for transmuting pattern typesOli Scherer-0/+73
2025-01-29Add GUI test for new "sans serif fonts" settingGuillaume Gomez-4/+35
2025-01-29tests: Skip const OOM tests on aarch64-unknown-linux-gnuKajetan Puchalski-3/+7
2025-01-29tests: port `translation` to rmake.rs许杰友 Jieyou Xu (Joe)-78/+194
2025-01-28Fix off-by-one error causing driftsort to crashuellenberg-0/+10
2025-01-29Rollup merge of #136176 - oli-obk:pattern-type-mir-opts, r=compiler-errorsLeón Orell Valerian Liehr-0/+27
2025-01-29Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errorsLeón Orell Valerian Liehr-0/+40
2025-01-29Rollup merge of #136153 - tmiasko:mv-asan-test, r=lqdLeón Orell Valerian Liehr-0/+0
2025-01-29Rollup merge of #136134 - nikic:llvm-20-simd-tests, r=UrgauLeón Orell Valerian Liehr-14/+14
2025-01-29Auto merge of #136225 - fmease:rollup-fm7m744, r=fmeasebors-25/+49
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-21/+17
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-4/+32
2025-01-29Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726bors-20/+20
2025-01-29Mark condition/carry bit as clobbered in C-SKY inline assemblyTaiki Endo-0/+24
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-18/+329
2025-01-28Tweak `&mut self` suggestion spanEsteban Küber-11/+11
2025-01-28Do not assume child bound assumptions for rigid aliasMichael Goulet-4/+32
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-6/+47
2025-01-28Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errorsMatthias Krüger-1/+23
2025-01-28Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJungMatthias Krüger-10/+228
2025-01-29Support clobber_abi in BPF inline assemblyTaiki Endo-0/+31
2025-01-28Fix tests/ui/privacy/sysroot-privateAlisa Sireneva-8/+9
2025-01-28Fix tests/codegen/wasm_exceptionsAlisa Sireneva-1/+1
2025-01-28Fix tests/codegen/float/f128Alisa Sireneva-1/+30
2025-01-28Remove duplicated code in RISC-V asm bad-reg testTaiki Endo-128/+90