about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-17Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee许杰友 Jieyou Xu (Joe)-0/+50
2024-06-17Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote许杰友 Jieyou Xu (Joe)-151/+276
2024-06-16Rollup merge of #126560 - matthiaskrgr:morecrashes, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+222
2024-06-16Rollup merge of #126365 - Dirbaio:collapse-debuginfo-statics, r=workingjubilee许杰友 Jieyou Xu (Joe)-0/+48
2024-06-16Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+3
2024-06-16more ice testsMatthias Krüger-0/+222
2024-06-16Add i686-unknown-redox targetbjorn3-0/+3
2024-06-16Auto merge of #126542 - GuillaumeGomez:migrate-run-make-duplicate-output-flav...bors-5/+6
2024-06-16Migrate `run-make/duplicate-output-flavors` to `rmake.rs`Guillaume Gomez-5/+6
2024-06-16Apply suggestion.Slanterns-1/+3
2024-06-16Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelixJacob Pratt-347/+347
2024-06-16Auto merge of #126299 - scottmcm:tune-sliceindex-ubchecks, r=saethlinbors-20/+286
2024-06-15Redo SliceIndex implementationsScott McMurray-19/+285
2024-06-16add codegen test for `Error::provide`Slanterns-0/+48
2024-06-15Rollup merge of #126526 - Enselic:non-snake-case, r=jieyouxuGuillaume Gomez-5/+5
2024-06-15Rollup merge of #126517 - GuillaumeGomez:migrate-run-make-dep-graph, r=KobzolGuillaume Gomez-12/+18
2024-06-15Rollup merge of #126478 - GuillaumeGomez:migrate-run-make-codegen-options-par...Guillaume Gomez-34/+56
2024-06-15Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obkGuillaume Gomez-4/+4
2024-06-15Rollup merge of #126404 - compiler-errors:alias-relate-terms, r=lcnrGuillaume Gomez-167/+19
2024-06-15tests/ui/lint: Move 19 tests to new `non-snake-case` subdirMartin Nordholts-5/+5
2024-06-15Migrate `run-make/dep-graph` to `rmake.rs`Guillaume Gomez-12/+18
2024-06-15Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgrbors-43/+239
2024-06-15Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJungMatthias Krüger-5/+4
2024-06-15Rollup merge of #126417 - beetrees:f16-f128-inline-asm-x86, r=AmanieuMatthias Krüger-31/+223
2024-06-15Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obkMatthias Krüger-7/+12
2024-06-15Auto merge of #126514 - matthiaskrgr:rollup-pnwi8ns, r=matthiaskrgrbors-2/+118
2024-06-15Rollup merge of #126497 - petrochenkov:delehyg, r=compiler-errorsMatthias Krüger-2/+53
2024-06-15Rollup merge of #126367 - compiler-errors:point-out-failing-never-obligation,...Matthias Krüger-0/+65
2024-06-15Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebankbors-1/+3
2024-06-14Add ub-checks to slice_index MIR-opt testScott McMurray-1/+1
2024-06-15Auto merge of #122613 - Zalathar:profiler, r=nnethercotebors-38/+11
2024-06-15delegation: Fix hygiene for `self`Vadim Petrochenkov-2/+53
2024-06-14Remove f16 const eval crash testTrevor Gross-5/+4
2024-06-14Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkovbors-2/+403
2024-06-14Resolve const lifetimes to static in trait tooMichael Goulet-102/+35
2024-06-14Add more testsMichael Goulet-0/+245
2024-06-14Resolve elided lifetimes in assoc const to static if no other lifetimes are i...Michael Goulet-69/+16
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+222
2024-06-14Migrate `run-make/codegen-options-parsing` to `rmake.rs`Guillaume Gomez-34/+56
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors-154/+284
2024-06-14Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obkMatthias Krüger-3/+38
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger-91/+161
2024-06-14Rollup merge of #123769 - dtolnay:literal, r=fee1-deadMatthias Krüger-60/+85
2024-06-14Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgrbors-12/+139
2024-06-14Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn...Matthias Krüger-12/+3
2024-06-14Rollup merge of #124884 - bvanjoi:fix-124785, r=estebankMatthias Krüger-0/+136
2024-06-14Rollup merge of #126320 - oli-obk:pat_ice, r=lcnrMatthias Krüger-43/+112
2024-06-14Rollup merge of #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie...Matthias Krüger-6/+8
2024-06-14Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnrMatthias Krüger-39/+889
2024-06-14const validation: fix ICE on dangling ZST referenceRalf Jung-3/+38