about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-01Rollup merge of #127201 - GuillaumeGomez:improve-run-make-support, r=KobzolGuillaume Gomez-5/+5
2024-07-01Rollup merge of #127129 - compiler-errors:full-expr-span, r=jieyouxuGuillaume Gomez-15/+54
2024-07-01Rollup merge of #126880 - Rejyr:migrate-rmake-vw, r=KobzolGuillaume Gomez-65/+80
2024-07-01Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-seGuillaume Gomez-1/+0
2024-07-01Avoid MIR bloat in inliningScott McMurray-843/+286
2024-07-01Improve `target` method API in `run-make-support`Guillaume Gomez-3/+3
2024-07-01Improve `run-make-support` API for `assert*` functionsGuillaume Gomez-2/+2
2024-07-01Auto merge of #127197 - matthiaskrgr:rollup-aqpvn5q, r=matthiaskrgrbors-0/+339
2024-07-01Rollup merge of #127191 - beetrees:register-out-of-scope-macro-calls, r=compi...Matthias Krüger-0/+6
2024-07-01Rollup merge of #127181 - BoxyUwU:dump_def_parents, r=compiler-errorsMatthias Krüger-0/+162
2024-07-01Rollup merge of #127105 - scottmcm:issue-127089, r=cjgillotMatthias Krüger-0/+127
2024-07-01Rollup merge of #126923 - workingjubilee:regression-tests-for-simd-invalid-bi...Matthias Krüger-0/+44
2024-07-01Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercotebors-480/+496
2024-07-01Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler...bors-428/+527
2024-06-30Use full expr span for return suggestion on type error/ambiguityMichael Goulet-15/+54
2024-07-01Auto merge of #127082 - GuillaumeGomez:help-gui-test, r=notriddlebors-0/+70
2024-07-01Ensure `out_of_scope_macro_calls` lint is registeredbeetrees-0/+6
2024-06-30add `rustc_dump_def_parents` attributeBoxy-0/+162
2024-06-30Add a GVN test for 127089 that doesn't optimize to a constantScott McMurray-0/+52
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-428/+503
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+24
2024-06-30Rollup merge of #127161 - GuillaumeGomez:improve-run-make-args, r=KobzolMatthias Krüger-16/+12
2024-06-30Rollup merge of #127160 - pacak:123630-test, r=NadrierilMatthias Krüger-0/+43
2024-06-30Rollup merge of #127038 - BoxyUwU:reword_comment, r=camelidMatthias Krüger-10/+14
2024-06-30Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnrMatthias Krüger-36/+4
2024-06-30Update test commentBoxy-10/+14
2024-06-30Add a regression test for #123630Michael Baikov-0/+43
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-1/+2
2024-06-30Improve `run-make-support` library `args` APIGuillaume Gomez-16/+12
2024-06-30Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgrbors-41/+183
2024-06-30Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxubors-0/+142
2024-06-29Rollup merge of #127118 - surechen:fix_126789, r=jieyouxuMatthias Krüger-0/+24
2024-06-29Rollup merge of #127114 - linyihai:issue-126863, r=NadrierilMatthias Krüger-24/+6
2024-06-29Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errorsMatthias Krüger-10/+109
2024-06-29Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics...Matthias Krüger-5/+12
2024-06-29Rollup merge of #127081 - Kobzol:lld-test, r=onur-ozkanMatthias Krüger-2/+32
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-1333/+1401
2024-06-29Auto merge of #126801 - Oneirical:seek-and-testroy, r=Kobzolbors-75/+151
2024-06-29Avoid suggesting to add unsafe when the extern block is already unsafeSantiago Pastorino-5/+0
2024-06-29Refactor `compressed-debuginfo` to use `llvm_readobj`Jerry Wang-3/+2
2024-06-29Refactor `wasm-abi` to use `cmd`Jerry Wang-7/+4
2024-06-29Migrate `wasm-exceptions-nostd` to `rmake`Jerry Wang-14/+20
2024-06-29Migrate `wasm-override-linker` to `rmake`Jerry Wang-16/+17
2024-06-29Migrate `weird-output-filenames` to `rmake`Jerry Wang-15/+19
2024-06-29Migrate `volatile-intrinsics` to `rmake`Jerry Wang-10/+18
2024-06-29Rollup merge of #127116 - GuillaumeGomez:run-make-return-non-c-like-enum, r=K...Guillaume Gomez-8/+18
2024-06-29Rollup merge of #127041 - GuillaumeGomez:run-make-override-aliased-flags, r=K...Guillaume Gomez-23/+24
2024-06-29Rollup merge of #126995 - Oneirical:test-friends-forever, r=KobzolGuillaume Gomez-28/+75
2024-06-29Rollup merge of #126805 - Oneirical:weaves-of-testiny, r=KobzolGuillaume Gomez-40/+67
2024-06-29fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointerLin Yihai-24/+6