index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Lines
2025-01-24
Properly report error when object type param default references self
Michael Goulet
-6
/
+58
2025-01-23
allow different sized load and store
Henry Jiang
-4
/
+4
2025-01-24
Reword "crate not found" resolve message
Esteban Küber
-286
/
+376
2025-01-24
Use short type string in E0308 secondary span label
Esteban Küber
-0
/
+33
2025-01-23
Make cenum_impl_drop_cast a hard error
Eric Huss
-119
/
+1
2025-01-24
Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3
Matthias Krüger
-0
/
+199
2025-01-23
Add extensive set of drop order tests
Travis Cross
-0
/
+1627
2025-01-23
omit unused args warnings for intrinsics without body
vayunbiyani
-14
/
+20
2025-01-23
Give E0223 similar-item suggestion test more descriptive name.
Zachary S
-12
/
+13
2025-01-23
Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk
Matthias Krüger
-3
/
+3
2025-01-23
Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errors
Matthias Krüger
-0
/
+21
2025-01-23
Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...
Matthias Krüger
-19
/
+0
2025-01-23
Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi
Matthias Krüger
-14
/
+26
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+32
2025-01-23
Implement `optimize(none)` attribute
clubby789
-3
/
+28
2025-01-23
fix reify-intrinsic test
Ralf Jung
-11
/
+11
2025-01-23
tests: use `needs-threads` instead of `ignore-emscripten`
许杰友 Jieyou Xu (Joe)
-34
/
+32
2025-01-23
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
许杰友 Jieyou Xu (Joe)
-200
/
+170
2025-01-23
tests: update `tests/ui/issues/issue-2190-1.rs`
许杰友 Jieyou Xu (Joe)
-9
/
+5
2025-01-23
tests: cleanup `tests/ui/std/thread-sleep-ms.rs`
许杰友 Jieyou Xu (Joe)
-7
/
+4
2025-01-23
tests: cleanup `tests/ui/command/command-setgroups.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/panic-runtime/abort-link-to-unwinding-crates.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/panic-runtime/lto-abort.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/process/issue-13304.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/panic-runtime/abort.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/panic-runtime/lto-unwind.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+2
2025-01-23
tests: cleanup `tests/ui/process/sigpipe-should-be-ignored.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+2
2025-01-23
tests: cleanup `tests/ui/process/try-wait.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+1
2025-01-23
tests: cleanup `tests/ui/process/issue-14456.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/process/process-panic-after-fork.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/process/fds-are-cloexec.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/process/process-exit.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/process/issue-20091.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+1
2025-01-23
tests: cleanup `tests/ui/process/signal-exit-status.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/process/core-run-destroy.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/command/command-exec.rs`
许杰友 Jieyou Xu (Joe)
-6
/
+2
2025-01-23
tests: cleanup `tests/ui/command/command-argv0.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: slightly cleanup `tests/ui/command/command-pre-exec.rs`
许杰友 Jieyou Xu (Joe)
-6
/
+4
2025-01-23
tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-01-23
tests: adjust `tests/ui/issues/issue-39175.rs`
许杰友 Jieyou Xu (Joe)
-7
/
+22
2025-01-23
Add test
bjorn3
-0
/
+44
2025-01-23
Remove RunCompiler
bjorn3
-2
/
+2
2025-01-23
Remove the need to manually call set_using_internal_features
bjorn3
-1
/
+1
2025-01-23
Fix x86_64-bigint-helpers test on LLVM 20
Nikita Popov
-6
/
+13
2025-01-23
Fix sparcv8plus test on LLVM 20
Nikita Popov
-9
/
+92
2025-01-23
Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd
Matthias Krüger
-0
/
+143
2025-01-23
Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...
Matthias Krüger
-11
/
+276
2025-01-23
Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...
Matthias Krüger
-0
/
+56
2025-01-23
Handle parenthesised infer args
Boxy
-0
/
+12
2025-01-23
Bless and add tests
Boxy
-73
/
+86
[prev]
[next]