about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-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-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
2024-06-14Remove `//@ ignore-windows-gnu` from tests that need the profilerZalathar-25/+0
2024-06-14Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support`Zalathar-13/+11
2024-06-14Auto merge of #126439 - matthiaskrgr:rollup-856xt18, r=matthiaskrgrbors-70/+152
2024-06-13Point out exactly what obligation will failMichael Goulet-0/+65
2024-06-13Add a new concat metavar exprCaio-2/+403
2024-06-14Remove failing GUI test to stop blocking CI until it is fixedGuillaume Gomez-69/+0
2024-06-13Rollup merge of #126371 - estebank:suggest-core, r=fmeaseMatthias Krüger-70/+119
2024-06-13Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkovMatthias Krüger-0/+33
2024-06-13Tweak output of import suggestionsEsteban Küber-70/+119
2024-06-13Remove superfluous escaping from byte, byte str, and c str literalsDavid Tolnay-7/+7
2024-06-13Add more Literal::to_string testsDavid Tolnay-11/+36
2024-06-13Rename proc_macro::Literal tests from parse.rs to literal.rsDavid Tolnay-2/+2
2024-06-13Add `f16` and `f128` inline ASM support for `x86` and `x86-64`beetrees-31/+223
2024-06-13smir: merge identical Constant and ConstOperand typesRalf Jung-4/+4