about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2024-09-17fluent_macro: fix diagnostics for fluent parse failuresXiretza-5/+5
2024-09-17Add test for fluent diagnosticsXiretza-1/+32
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-1/+1
2024-09-05Use a `Vec` in `rustc_interface::Config::locale_resources`arnaudgolfouse-1/+1
2024-09-03Add an internal lint that warns when accessing untracked dataNadrieril-0/+31
2024-09-01Deny imports of rustc_type_ir::inherent outside of type ir + new trait solverMichael Goulet-0/+49
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-4/+6
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-4/+6
2024-08-10`untranslatable_diagnostic` lint: point at the untranslated thingPavel Grigorenko-18/+16
2024-08-10Add more test cases for untranslatable_diagnostic lintPavel Grigorenko-1/+34
2024-07-28Bless a bootstrap-dependent UI testTrevor Gross-10/+10
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-25Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinvalbors-0/+75
2024-07-24Do not use question as labelEsteban Küber-41/+41
2024-07-22Always pass the visitor as the first argument to walk* functionsOli Scherer-9/+10
2024-07-22Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)Oli Scherer-2/+2
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-1/+1
2024-07-18Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent`León Orell Valerian Liehr-0/+106