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
/
src
/
test
/
run-pass
/
signal-exit-status.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-19
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+1
2019-05-16
Added ignore-sgx for appropriate tests
Dario Gonzalez
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-1
/
+2
2017-10-17
test: Update Emscripten failures/passing
Alex Crichton
-1
/
+1
2016-08-30
Fix run-pass/signal-exit-status to not trigger UB by writing to NULL.
Eduard Burtescu
-1
/
+1
2016-08-10
[emscripten] Ignore tests
Jan-Erik Rediger
-0
/
+1
2015-04-14
test: Fix fallout in run-pass tests
Alex Crichton
-10
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+3
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-3
/
+3
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-3
/
+1
2014-08-12
Replace "ignore-win32" in tests with "ignore-windows"
Vadim Chugunov
-1
/
+1
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-10
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-3
/
+2
2014-05-08
Handle more fallout
Kevin Ballard
-0
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+1
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-5
/
+5
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2014-02-03
rpass: Remove io_error usage
Alex Crichton
-2
/
+1
2014-01-03
test: Make all the run-pass tests use `pub fn main`
Patrick Walton
-1
/
+1
2013-12-14
Fix #10754 - `std::run` functions fail after io_error
Cadence Marseille
-1
/
+2
2013-11-14
test: Fix signal-exit-status on windows
klutzy
-2
/
+4
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-0
/
+29