about summary refs log tree commit diff
path: root/src/test/run-pass/backtrace.rs
AgeCommit message (Expand)AuthorLines
2014-06-25work around 15189 in test casesJohn Clements-0/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-2/+0
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-26/+5
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+10
2014-05-13io: Implement process wait timeoutsAlex Crichton-4/+4
2014-05-08Handle more falloutKevin Ballard-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+5
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-1/+1
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-1/+0
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-06De-~[] Reader and WriterSteven Fackler-4/+4
2014-04-03test/run-pass: Add/remove some ignore-win32 flagsklutzy-1/+2
2014-03-15Test fixes and rebase conflictsAlex Crichton-2/+2
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+110