about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-24Properly report error when object type param default references selfMichael Goulet-6/+58
2025-01-23allow different sized load and storeHenry Jiang-4/+4
2025-01-24Reword "crate not found" resolve messageEsteban Küber-286/+376
2025-01-24Use short type string in E0308 secondary span labelEsteban Küber-0/+33
2025-01-23Make cenum_impl_drop_cast a hard errorEric Huss-119/+1
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-0/+199
2025-01-23Add extensive set of drop order testsTravis Cross-0/+1627
2025-01-23omit unused args warnings for intrinsics without bodyvayunbiyani-14/+20
2025-01-23Give E0223 similar-item suggestion test more descriptive name.Zachary S-12/+13
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-3/+3
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-0/+21
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-19/+0
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-14/+26
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+32
2025-01-23Implement `optimize(none)` attributeclubby789-3/+28
2025-01-23fix reify-intrinsic testRalf Jung-11/+11
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-34/+32
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-200/+170
2025-01-23tests: update `tests/ui/issues/issue-2190-1.rs`许杰友 Jieyou Xu (Joe)-9/+5
2025-01-23tests: cleanup `tests/ui/std/thread-sleep-ms.rs`许杰友 Jieyou Xu (Joe)-7/+4
2025-01-23tests: cleanup `tests/ui/command/command-setgroups.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/panic-runtime/abort-link-to-unwinding-crates.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/panic-runtime/lto-abort.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/process/issue-13304.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/panic-runtime/abort.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/panic-runtime/lto-unwind.rs`许杰友 Jieyou Xu (Joe)-5/+2
2025-01-23tests: cleanup `tests/ui/process/sigpipe-should-be-ignored.rs`许杰友 Jieyou Xu (Joe)-5/+2
2025-01-23tests: cleanup `tests/ui/process/try-wait.rs`许杰友 Jieyou Xu (Joe)-5/+1
2025-01-23tests: cleanup `tests/ui/process/issue-14456.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/process/process-panic-after-fork.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/process/fds-are-cloexec.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/process/process-exit.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/process/issue-20091.rs`许杰友 Jieyou Xu (Joe)-5/+1
2025-01-23tests: cleanup `tests/ui/process/signal-exit-status.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/process/core-run-destroy.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/command/command-exec.rs`许杰友 Jieyou Xu (Joe)-6/+2
2025-01-23tests: cleanup `tests/ui/command/command-argv0.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: slightly cleanup `tests/ui/command/command-pre-exec.rs`许杰友 Jieyou Xu (Joe)-6/+4
2025-01-23tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename许杰友 Jieyou Xu (Joe)-1/+1
2025-01-23tests: adjust `tests/ui/issues/issue-39175.rs`许杰友 Jieyou Xu (Joe)-7/+22
2025-01-23Add testbjorn3-0/+44
2025-01-23Remove RunCompilerbjorn3-2/+2
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-1/+1
2025-01-23Fix x86_64-bigint-helpers test on LLVM 20Nikita Popov-6/+13
2025-01-23Fix sparcv8plus test on LLVM 20Nikita Popov-9/+92
2025-01-23Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqdMatthias Krüger-0/+143
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-11/+276
2025-01-23Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...Matthias Krüger-0/+56
2025-01-23Handle parenthesised infer argsBoxy-0/+12
2025-01-23Bless and add testsBoxy-73/+86