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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-29
Use PIE on Android
Tamir Duberstein
-0
/
+1
2015-04-14
test: Fix fallout in run-pass tests
Alex Crichton
-15
/
+17
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-02
Make `test/run-pass/backtrace.rs` more robust about own host environment.
Felix S. Klock II
-1
/
+3
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+1
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-8
/
+8
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-13
Address feedback
Brian Anderson
-40
/
+9
2015-01-13
std: Deprecate `finally` module
Brian Anderson
-1
/
+37
2014-12-13
Fix run pass test
Jorge Aparicio
-1
/
+4
2014-11-20
Loosen possibly bogus constraints in backtrace test
Aaron Turon
-1
/
+3
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-7
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-08-12
Replace "ignore-win32" in tests with "ignore-windows"
Vadim Chugunov
-1
/
+1
2014-07-31
Test fixes from the rollup
Alex Crichton
-5
/
+11
2014-07-10
io::process::Command: add fine-grained env builder
Aaron Turon
-13
/
+3
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-1
/
+3
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+3
2014-06-27
replaced ignore-pretty with no-pretty-expanded
John Clements
-1
/
+1
2014-06-25
work around 15189 in test cases
John Clements
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-24
Get "make check" to work with unused-attribute
Steven Fackler
-2
/
+0
2014-05-23
std: Move unstable::finally to std::finally. #1457
Brian Anderson
-1
/
+1
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
-26
/
+5
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-3
/
+10
2014-05-13
io: Implement process wait timeouts
Alex Crichton
-4
/
+4
2014-05-08
Handle more fallout
Kevin Ballard
-0
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-5
/
+5
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-1
/
+1
2014-04-07
auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson
bors
-1
/
+0
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-4
/
+4
2014-04-03
test/run-pass: Add/remove some ignore-win32 flags
klutzy
-1
/
+2
2014-03-15
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-03-13
Add basic backtrace functionality
Alex Crichton
-0
/
+110