about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2024-12-09Add test to check unicode identifier versionEric Huss-0/+31
2024-12-06Fix ui-fulldep testsbjorn3-20/+14
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-3/+4
2024-12-03Visit Stmt span in MutVisitor::flat_map_stmtDavid Tolnay-8/+1
2024-12-03Visit BinOp span in MutVisitor::visit_exprDavid Tolnay-7/+0
2024-12-02Raise precedence of closure that has explicit return typeDavid Tolnay-1/+1
2024-12-02Add test of closure precedence with return typeDavid Tolnay-0/+3
2024-12-02Squash closures and jumps into a single precedence levelDavid Tolnay-1/+1
2024-12-02Add test of closure vs jump precedenceDavid Tolnay-0/+3
2024-12-01Add pretty-printer parenthesis insertion testDavid Tolnay-0/+242
2024-11-27Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillotMatthias Krüger-47/+60
2024-11-17Likely unlikely fixJiri Bobek-3/+3
2024-11-10Fix error message for direct usage of sess.opts.crate_typesbjorn3-2/+2
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-47/+60
2024-11-07Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errorsJubilee-0/+149
2024-11-07[StableMIR] API to retrieve definitions from cratesCelina G. Val-0/+149
2024-11-03Don't test new error messages with the stage 0 compilerdianne-6/+8
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-12/+12
2024-10-27give a better error for tuple structs in `derive(Diagnostic)`jyn-136/+136
2024-10-27Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxubors-0/+124
2024-10-26Add a macro that derives `TryFrom<u32>` for fieldless enumsZalathar-0/+124
2024-10-19Do not run lints that cannot emitblyxyas-2/+10
2024-10-15update bootstrap configsJosh Stone-11/+6
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-3/+3
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-16/+0
2024-09-17Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgrbors-1/+32
2024-09-17Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-1/+1