about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-19Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc...bors-32/+7
2024-06-19Auto merge of #126679 - fmease:rollup-njrv2py, r=fmeasebors-86/+514
2024-06-19Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercoteLeón Orell Valerian Liehr-0/+478
2024-06-19Rollup merge of #125447 - oli-obk:eq_opaque_pred, r=compiler-errorsLeón Orell Valerian Liehr-86/+36
2024-06-19Change how `parse_expr_force_collect` works.Nicholas Nethercote-26/+1
2024-06-19Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`.Nicholas Nethercote-6/+6
2024-06-19Auto merge of #126671 - fmease:rollup-dmet4fi, r=fmeasebors-69/+417
2024-06-19Allow constraining opaque types during subtyping in the trait systemOli Scherer-86/+36
2024-06-19Rollup merge of #126656 - fmease:skip-debug-for-_, r=compiler-errorsLeón Orell Valerian Liehr-18/+18
2024-06-19Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasperLeón Orell Valerian Liehr-16/+246
2024-06-19Rollup merge of #125787 - Oneirical:infinite-test-a-novel, r=jieyouxuLeón Orell Valerian Liehr-9/+16
2024-06-19Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726León Orell Valerian Liehr-26/+42
2024-06-19Rollup merge of #123782 - oli-obk:equal_tait_args, r=compiler-errorsLeón Orell Valerian Liehr-0/+95
2024-06-19tests(coverage): Bless mcdc_non_control_flow testsDorian Péron-38/+147
2024-06-19Auto merge of #125852 - bvanjoi:improve-tip-for-invisible-trait, r=compiler-e...bors-12/+3
2024-06-19Auto merge of #126655 - jieyouxu:rollup-z7k1k6l, r=jieyouxubors-26/+920
2024-06-19rustc_type_ir: Omit some struct fields from Debug outputLeón Orell Valerian Liehr-18/+18
2024-06-19Rollup merge of #126558 - jieyouxu:caller-chooses-ty, r=fmease许杰友 Jieyou Xu (Joe)-6/+27
2024-06-19Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors许杰友 Jieyou Xu (Joe)-7/+65
2024-06-19Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease许杰友 Jieyou Xu (Joe)-0/+69
2024-06-19Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban...许杰友 Jieyou Xu (Joe)-2/+330
2024-06-19Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors许杰友 Jieyou Xu (Joe)-11/+13
2024-06-19Rollup merge of #124135 - petrochenkov:deleglob, r=fmease许杰友 Jieyou Xu (Joe)-0/+416
2024-06-18Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxubors-26/+46
2024-06-18tests: update tests for more conservative return ty mismatch note许杰友 Jieyou Xu (Joe)-6/+27
2024-06-18use llvm_readobj in run-make test instead of nmOneirical-8/+5
2024-06-18run_make_support nm implementation + bin-emit-no-symbols rmake rewriteOneirical-9/+19
2024-06-18rewrite allocator-shim-circular-deps to ui testOneirical-13/+17
2024-06-18Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwcobors-7/+7
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-7/+7
2024-06-18Test that opaque types can't have themselves as a hidden type with incompatib...Oli Scherer-0/+95
2024-06-18Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomezbors-61/+945
2024-06-18Rollup merge of #126621 - Zalathar:test-coverage-attr, r=petrochenkovGuillaume Gomez-0/+604
2024-06-18Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obkGuillaume Gomez-1/+192
2024-06-18Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxuGuillaume Gomez-53/+134
2024-06-18Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxuGuillaume Gomez-7/+15
2024-06-18Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxubors-40/+77
2024-06-18Add more thorough coverage tests for `#[coverage(..)]` in nested functionsZalathar-0/+468
2024-06-18Add a more thorough test of incorrect/unusal `#[coverage(..)]` syntaxZalathar-0/+136
2024-06-18Create `tests/ui/coverage-attr/`Zalathar-0/+0
2024-06-18Auto merge of #126049 - compiler-errors:rework-use, r=oli-obkbors-307/+273
2024-06-18Auto merge of #126490 - Oneirical:testicide, r=jieyouxubors-83/+109
2024-06-17Delay a bug and mark precise_capturing as not incompleteMichael Goulet-228/+47
2024-06-17Detect duplicatesMichael Goulet-0/+39
2024-06-17Add tests for illegal use bound syntaxMichael Goulet-2/+119
2024-06-17Rework precise capturing syntaxMichael Goulet-131/+131
2024-06-17Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars...Michael Goulet-16/+7
2024-06-18Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxubors-50/+80
2024-06-17Auto merge of #125500 - Oneirical:bundle-them-up-why-not, r=jieyouxubors-24/+57
2024-06-18tail expression behind terminating scopeDing Xiang Fei-2/+330