about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-11Auto merge of #126284 - jieyouxu:rollup-nq7bf9k, r=jieyouxubors-13/+66
2024-06-11Rollup merge of #126174 - GuillaumeGomez:migrate-run-make-prefer-dylib, r=jie...许杰友 Jieyou Xu (Joe)-9/+16
2024-06-11Rollup merge of #125684 - estebank:pin-to-binding-suggestion, r=pnkfelix许杰友 Jieyou Xu (Joe)-0/+43
2024-06-11Rollup merge of #115974 - m-ou-se:panicinfo-and-panicinfo, r=Amanieu许杰友 Jieyou Xu (Joe)-4/+7
2024-06-11Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkovbors-230/+66
2024-06-11Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxubors-94/+90
2024-06-11Implement fs wrapper for run_make_supportOneirical-94/+90
2024-06-11Rename std::panic::PanicInfo to PanicHookInfo.Mara Bos-4/+7
2024-06-11Auto merge of #126274 - jieyouxu:rollup-uj93sfm, r=jieyouxubors-81/+209
2024-06-11Rollup merge of #126265 - RalfJung:interpret-cast-validity, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+31
2024-06-11Rollup merge of #126258 - oli-obk:recursive_rpit, r=lcnr许杰友 Jieyou Xu (Joe)-69/+139
2024-06-11Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini许杰友 Jieyou Xu (Joe)-1/+0
2024-06-11Rollup merge of #126236 - Bryanskiy:delegation-no-entry-ice-2, r=petrochenkov许杰友 Jieyou Xu (Joe)-4/+26
2024-06-11Rollup merge of #126186 - GuillaumeGomez:migrate-run-make-multiple-emits, r=j...许杰友 Jieyou Xu (Joe)-7/+13
2024-06-11Migrate `tests/run-make/prefer-dylib` to `rmake.rs`Guillaume Gomez-9/+16
2024-06-11Migrate `run-make/multiple-emits` to `rmake.rs`Guillaume Gomez-7/+13
2024-06-11Auto merge of #125752 - jieyouxu:kaboom, r=Kobzolbors-8/+8
2024-06-11add const eval bool-to-int cast testRalf Jung-0/+31
2024-06-11tests/run-make: update tests to use new API许杰友 Jieyou Xu (Joe)-8/+8
2024-06-11Auto merge of #126262 - jieyouxu:rollup-g29lo3c, r=jieyouxubors-41/+92
2024-06-11Also test under next solverOli Scherer-10/+71
2024-06-11Rollup merge of #126257 - Zalathar:needs-matching-clang, r=jieyouxu许杰友 Jieyou Xu (Joe)-5/+17
2024-06-11Rollup merge of #126234 - Bryanskiy:delegation-no-entry-ice, r=petrochenkov许杰友 Jieyou Xu (Joe)-6/+32
2024-06-11Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril许杰友 Jieyou Xu (Joe)-30/+43
2024-06-11Revert "When checking whether an impl applies, constrain hidden types of opaq...Oli Scherer-171/+120
2024-06-11Add regression testOli Scherer-0/+60
2024-06-11Auto merge of #126139 - compiler-errors:specializes, r=lcnrbors-11/+54
2024-06-11Rename `needs-matching-clang` to `needs-force-clang-based-tests`Zalathar-5/+17
2024-06-11Remove ignore-cross-compile directive from ui/macros/proc_macroLukas Wirth-1/+0
2024-06-11Auto merge of #125910 - scottmcm:single-use-consts, r=saethlinbors-363/+841
2024-06-10Rollup merge of #126223 - jieyouxu:rmake-run-in-tmpdir-self-test, r=KobzolMatthias Krüger-0/+38
2024-06-10Rollup merge of #126215 - gurry:125737-bad-err-anon-futs, r=lcnrMatthias Krüger-0/+4
2024-06-10Rollup merge of #126211 - lolbinarycat:llvm-outputs-rmake, r=jieyouxuMatthias Krüger-5/+20
2024-06-10Rollup merge of #126115 - gurry:125876-ice-unwrap-probe-many-result, r=compil...Matthias Krüger-0/+51
2024-06-10Delegation: fix ICE on recursive delegationBryanskiy-4/+26
2024-06-10Delegation: fix ICE on late diagnosticsBryanskiy-6/+32
2024-06-10Add explanatory note to async block type mismatch errorGurinder Singh-0/+4
2024-06-10run-make: add run_in_tmpdir self-test许杰友 Jieyou Xu (Joe)-0/+38
2024-06-10migrate tests/run-make/llvm-outputs to use rmake.rsbinarycat-5/+20
2024-06-10Delete `ConstDebugInfo` passScott McMurray-20/+36
2024-06-10Add `SingleUseConsts` mir-opt passScott McMurray-343/+805
2024-06-10Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=...bors-0/+92
2024-06-09Auto merge of #126205 - jieyouxu:rollup-s64z5ng, r=jieyouxubors-0/+70
2024-06-09Rollup merge of #126176 - notriddle:notriddle/fix-type-name-normalize, r=fmease许杰友 Jieyou Xu (Joe)-0/+70
2024-06-09rustdoc-search: use lowercase, non-normalized name for type searchMichael Howell-0/+70
2024-06-09Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=...许杰友 Jieyou Xu (Joe)-8/+8
2024-06-09Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot许杰友 Jieyou Xu (Joe)-14/+432
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-0/+92
2024-06-09Auto merge of #126166 - matthiaskrgr:crsh, r=jieyouxubors-0/+323
2024-06-09Auto merge of #126185 - matthiaskrgr:rollup-72dn1s2, r=matthiaskrgrbors-13/+39