about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-2/+2
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-0/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-0/+1
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-10/+10
2025-04-05Rollup merge of #138826 - makai410:assoc-items, r=celinvalStuart Cook-0/+145
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+1
2025-04-01Implement `associated_items` api.makai410-0/+145
2025-03-27Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnrStuart Cook-0/+31
2025-03-26Implement lint against using Interner and InferCtxtLike in random compiler cr...Michael Goulet-0/+31
2025-03-24Remove fields that are dead since the removal of type ascription syntaxLeón Orell Valerian Liehr-1/+0
2025-03-22Rollup merge of #138536 - makai410:mut-mir-visitor, r=celinvalMatthias Krüger-1/+80
2025-03-18Add test for `MutMirVisitor`makai410-1/+80
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-1/+1
2025-03-08Revert "Don't test new error messages with the stage 0 compiler"Tshepang Mbambo-8/+6
2025-03-05Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd许杰友 Jieyou Xu (Joe)-3/+3
2025-03-04Make CrateItem::body() function return an optionCelina G. Val-42/+41
2025-03-04tests: manually rebless `tests/ui-fulldeps/codegen-backend/hotplug.rs`许杰友 Jieyou Xu (Joe)-3/+3
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-4/+2
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-42/+2
2025-02-24Fix test output expectationsJana Dönszelmann-1/+1
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-4/+2
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-0/+8
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+1
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+8
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-21/+0
2025-02-03Enable more tests on WindowsBen Kimock-21/+0
2025-02-02Some cleanups around EarlyDiagCtxtbjorn3-1/+0
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-0/+4
2025-01-23Remove RunCompilerbjorn3-2/+2
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-1/+1
2024-12-27Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errorsDavid Tolnay-0/+3
2024-12-27Skip parenthesis around tuple struct field callsDavid Tolnay-1/+1
2024-12-27Add pretty-printer test of tuple field function callDavid Tolnay-0/+3
2024-12-27Skip parenthesis if `.` makes statement boundary unambiguousDavid Tolnay-2/+2
2024-12-27Add test of dot after eager statement boundary exprDavid Tolnay-0/+4
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-9/+9
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-197/+9
2024-12-22Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmeaseMatthias Krüger-50/+62
2024-12-21Show which test case was found to be meaninglessDavid Tolnay-1/+3
2024-12-21Switch pretty-printer roundtrip test to better parserDavid Tolnay-14/+4
2024-12-22Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errorsMatthias Krüger-4/+0
2024-12-21Extract ui-fulldeps expression parser into moduleDavid Tolnay-41/+55
2024-12-20Relocate dyn* test out of parenthesis insertion testDavid Tolnay-1/+0
2024-12-20Support pretty-printing dyn* trait objectsDavid Tolnay-3/+0
2024-12-20Change comparison operators to have Fixity::NoneDavid Tolnay-4/+2
2024-12-20Add some parenthesization test cases with operators that are not left-associa...David Tolnay-0/+8
2024-12-20Check that pretty-printer parenthesis test operates on the whole test caseDavid Tolnay-1/+7
2024-12-21Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscrossMatthias Krüger-0/+6
2024-12-14Fix testsbjorn3-5/+4
2024-12-09Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxuLeón Orell Valerian Liehr-0/+31