about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-19Rollup merge of #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obkMatthias Krüger-1/+79
2024-04-19Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obkMatthias Krüger-42/+19
2024-04-19Rollup merge of #123571 - WaffleLapkin:properly-adjust-never, r=compiler-errorsMatthias Krüger-24/+79
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-5/+5
2024-04-19Remove old ICE tests that no longer ICE (yay!)Maybe Waffle-24/+0
2024-04-19Correctly change type when adding adjustments on top of `NeverToAny`Maybe Waffle-31/+2
2024-04-19Add a test for `a == b` where `a: !, b: !`Maybe Waffle-0/+66
2024-04-19Add regression test for issue 120600Maybe Waffle-0/+42
2024-04-18Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errorsJubilee-0/+16
2024-04-18Rollup merge of #123935 - tstsrt:fix-115423, r=oli-obkJubilee-0/+70
2024-04-18Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiserJubilee-0/+22
2024-04-19Auto merge of #124038 - matthiaskrgr:one_or_two_more_tests, r=jieyouxubors-0/+297
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-3/+136
2024-04-18Auto merge of #123949 - scottmcm:debug-no-means-no-debug-info-when-inlined, r...bors-1190/+800
2024-04-18crashes: add a couple more testsMatthias Krüger-0/+297
2024-04-18The ICE in 121127 needs debuginfoScott McMurray-1/+2
2024-04-18Ensure `[rust] debuginfo-level-std` doesn't change core's MIRScott McMurray-156/+16
2024-04-18Update `checked_ops` so 32- and 64-bit gets the same checksScott McMurray-19/+174
2024-04-18At debuginfo=0, don't inline debuginfo when inliningScott McMurray-1193/+787
2024-04-18Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxubors-38/+32
2024-04-18Add an exception for windows-msvcBen Kimock-0/+9
2024-04-18Auto merge of #124111 - matthiaskrgr:rollup-cmmkryf, r=matthiaskrgrbors-4/+19
2024-04-18Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviperMatthias Krüger-3/+3
2024-04-18Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=NadrierilMatthias Krüger-1/+1
2024-04-18Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddleMatthias Krüger-0/+15
2024-04-18Fix negating `f16` and `f128` constantsbeetrees-0/+16
2024-04-18Auto merge of #124046 - matthiaskrgr:one_or_two_more_tests____some_on_top, r=...bors-0/+723
2024-04-18crashes: add even more tests?!?Matthias Krüger-0/+723
2024-04-18Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r...bors-477/+276
2024-04-17Don't repeatedly duplicate TAIT lifetimes for each subsequently nested TAITMichael Goulet-1/+79
2024-04-17llvm: update riscv target feature to match LLVM 19Augie Fackler-3/+3
2024-04-17Auto merge of #123936 - Mark-Simulacrum:zst-no-alloc, r=oli-obkbors-9/+14
2024-04-17tests: update cross-lang-lto-riscv-abi to use command wrappers许杰友 Jieyou Xu (Joe)-42/+19
2024-04-17Auto merge of #124084 - matthiaskrgr:rollup-h42psbx, r=matthiaskrgrbors-54/+104
2024-04-17Rollup merge of #124073 - saethlin:rust-get-test-int, r=wesleywiserMatthias Krüger-54/+18
2024-04-17Rollup merge of #124062 - allgoewer:fish-fight, r=oli-obkMatthias Krüger-0/+15
2024-04-17Rollup merge of #124037 - compiler-errors:dont-parent-body, r=michaelwoeristerMatthias Krüger-0/+39
2024-04-17Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercoteMatthias Krüger-0/+32
2024-04-17Add GUI test for copy path buttonGuillaume Gomez-0/+15
2024-04-17Auto merge of #123674 - oli-obk:bogus_note, r=estebankbors-107/+47
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-1/+1
2024-04-17Remove libc from rust_get_test_int usesBen Kimock-54/+18
2024-04-17Use the default file permissions when writingbjorn3-1/+10
2024-04-17Add regression test for #107495bjorn3-0/+23
2024-04-17Remove libc from more testsBen Kimock-45/+30
2024-04-17Validate before reporting interning errors.Oli Scherer-490/+201
2024-04-17Validate nested static itemsOli Scherer-78/+166
2024-04-17Rollup merge of #123997 - compiler-errors:self-res, r=fmeaseMatthias Krüger-0/+47
2024-04-16Fix broken testMark Rousskov-1/+1
2024-04-16Codegen ZSTs without an allocationMark Rousskov-8/+13