about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-01add tests for array/slice const patternsdianne-0/+137
2025-03-26Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhprattbors-152/+137
2025-03-25Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obkJacob Pratt-83/+82
2025-03-25Rollup merge of #138885 - fneddy:fix_pattern_types_tests, r=compiler-errorsJacob Pratt-13/+15
2025-03-25Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n...Jacob Pratt-0/+20
2025-03-25Rollup merge of #138128 - compiler-errors:precise-capturing-in-traits, r=oli-...Jacob Pratt-56/+20
2025-03-26Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichtonbors-1/+126
2025-03-25Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgrbors-5/+140
2025-03-25Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errorsMatthias Krüger-0/+13
2025-03-25Rollup merge of #138886 - samueltardieu:push-xxkzmupznoky, r=jieyouxuMatthias Krüger-0/+103
2025-03-25Rollup merge of #138317 - petrochenkov:libsearch3, r=compiler-errorsMatthias Krüger-5/+24
2025-03-25Test define opaques in extern itemsMichael Goulet-0/+30
2025-03-25Allow defining opaques in statics and constsMichael Goulet-83/+52
2025-03-25Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxubors-25/+276
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-25/+276
2025-03-25privacy: Visit types and traits in impls in type privacy lintsVadim Petrochenkov-5/+24
2025-03-25add FCW to warn about wasm ABI transitionRalf Jung-1/+126
2025-03-25ignore doctests only in specified targetsTakayuki Maeda-0/+20
2025-03-25Rollup merge of #138838 - compiler-errors:new-solver-crashes-tweaks, r=lcnrTakayuki Maeda-22/+88
2025-03-25Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxuTakayuki Maeda-0/+4
2025-03-25Add a test with an empty crate name.Nicholas Nethercote-0/+13
2025-03-25Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obkbors-0/+21
2025-03-24Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcmbors-42/+67
2025-03-24Rollup merge of #138868 - mejrs:d_not_recommend_typo, r=davidtwcoMatthias Krüger-1/+18
2025-03-24Mark a fixed testMichael Goulet-3/+8
2025-03-24Don't ICE when encountering placeholders in layout computationMichael Goulet-8/+22
2025-03-24Don't mark privacy test as needing GCEMichael Goulet-11/+10
2025-03-24Allow WellFormed goals to be returned from relating in new solverMichael Goulet-0/+48
2025-03-24Fix autofix for `self` and `self as …` in `unused_imports` lintSamuel Tardieu-0/+103
2025-03-24Fix ui pattern_types test for big-endian platformsEduard Stefes-13/+15
2025-03-24ignore tests broken while cross compilingPietro Albini-0/+4
2025-03-23Rollup merge of #138574 - lolbinarycat:rustdoc-deref-24686-v2, r=GuillaumeGomezJacob Pratt-0/+27
2025-03-23Rollup merge of #138135 - scottmcm:chaining-ord, r=Mark-SimulacrumJacob Pratt-0/+156
2025-03-24Add do_not_recommend typo helpmejrs-1/+18
2025-03-23Stop using specialization for thisScott McMurray-2/+2
2025-03-23Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errorsMichael Goulet-0/+31
2025-03-23Rollup merge of #138641 - jieyouxu:print-supported-crate-types, r=UrgauMichael Goulet-7/+53
2025-03-23Rollup merge of #138545 - scottmcm:more-option-tests, r=Mark-SimulacrumMichael Goulet-4/+315
2025-03-23Rollup merge of #138509 - reddevilmidzy:add-test, r=compiler-errorsMichael Goulet-0/+44
2025-03-23Rollup merge of #138293 - clubby789:doc-cfg-gate, r=GuillaumeGomezMichael Goulet-0/+49
2025-03-23Stabilize precise_capturing_in_traitsMichael Goulet-56/+20
2025-03-23Adjust `rustc-print-info-issue-138612.rs`Jieyou Xu-3/+8
2025-03-23Rebless tests with changed help due to new print request optionJieyou Xu-4/+4
2025-03-23Implement `supported-crate-types` print requestJieyou Xu-0/+41
2025-03-23fix ICE #138415Takayuki Maeda-0/+31
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-32/+48
2025-03-22Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgrbors-81/+116
2025-03-22Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errorsMatthias Krüger-1/+1
2025-03-22rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.Predrag Gruevski-31/+47
2025-03-22rustdoc: be more strict about "Methods from Deref"binarycat-0/+27