about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-20Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwcoMatthias Krüger-0/+9
2024-06-20Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoeristerbors-0/+40
2024-06-20Auto merge of #126726 - matthiaskrgr:rollup-ppe8ve3, r=matthiaskrgrbors-132/+487
2024-06-20Rollup merge of #126652 - Manishearth:anon-const-scope, r=bjorn3,UrgauMatthias Krüger-5/+5
2024-06-20Rollup merge of #126620 - oli-obk:taint_errors, r=fee1-deadMatthias Krüger-127/+482
2024-06-20Auto merge of #126534 - Rejyr:comment-section-migration, r=jieyouxubors-18/+47
2024-06-19Clarify that anonymous consts still do introduce a new scopeManish Goregaokar-5/+5
2024-06-19Auto merge of #126308 - scottmcm:ban-some-coercions, r=saethlinbors-18/+18
2024-06-19Migrate `run-make/comment-section` to `rmake.rs`Jerry Wang-18/+47
2024-06-19Auto merge of #119127 - joboet:array_repeat, r=scottmcmbors-0/+15
2024-06-19Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIRScott McMurray-18/+18
2024-06-19Auto merge of #126691 - fee1-dead-contrib:rollup-v4vtowh, r=fee1-deadbors-13/+18
2024-06-19update codegen test for `array::repeat`joboet-1/+1
2024-06-19add codegen test for `array::repeat`joboet-0/+15
2024-06-19Const generic parameters aren't bounds, even if we end up erroring because of...Oli Scherer-43/+43
2024-06-19Rollup merge of #126684 - GuillaumeGomez:migrate-run-make-glibc-staticlib-arg...fee1-dead-13/+18
2024-06-19Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc...bors-32/+7
2024-06-19Migrate `run-make/glibc-staticlib-args` to `rmake.rs`Guillaume Gomez-13/+18
2024-06-19Allow for try_force_from_dep_node to failMichael Baikov-0/+40
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-19Taint infcx when reporting errorsOli Scherer-142/+462
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-18Only check locally for reported errorsOli Scherer-5/+40
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-7/+7