summary refs log tree commit diff
path: root/src/test/run-pass/backtrace.rs
AgeCommit message (Expand)AuthorLines
2015-04-29Use PIE on AndroidTamir Duberstein-0/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-15/+17
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-02Make `test/run-pass/backtrace.rs` more robust about own host environment.Felix S. Klock II-1/+3
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+1
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-8/+8
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-13Address feedbackBrian Anderson-40/+9
2015-01-13std: Deprecate `finally` moduleBrian Anderson-1/+37
2014-12-13Fix run pass testJorge Aparicio-1/+4
2014-11-20Loosen possibly bogus constraints in backtrace testAaron Turon-1/+3
2014-11-20Fallout from libgreen and libnative removalAaron Turon-7/+0
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-07-31Test fixes from the rollupAlex Crichton-5/+11
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-13/+3
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+3
2014-06-27replaced ignore-pretty with no-pretty-expandedJohn Clements-1/+1
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