about summary refs log tree commit diff
path: root/src/test/run-pass/out-of-stack.rs
AgeCommit message (Expand)AuthorLines
2019-03-30Fix more testsFabian Drinck-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+2
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-1/+1
2016-05-22Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichtonbors-2/+1
2016-05-23Use libc::abort, not intrinsics::abort, in rtabort!Brian Campbell-2/+1
2016-02-10More emscripten test fixesPierre Krieger-0/+1
2016-02-05Abort on stack overflow instead of re-raising SIGSEGVBrian Campbell-1/+25
2015-08-10Remove morestack supportAlex Crichton-11/+28
2015-05-01test: Ignore out-of-stack for MUSLAlex Crichton-0/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-4/+4
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-7/+7
2015-01-30Remove all `i` suffixesTobias Bucher-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
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-18Disable stack overflow test on android, which seems to be failing spuriously.Aaron Turon-0/+2
2014-10-24Print stack overflow messages for Windows, Linux and OS XJohn Kåre Alsaker-8/+2
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-2/+8
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-3/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-3/+3
2014-05-08Handle more falloutKevin Ballard-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-2/+0
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-2/+0
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-04-03test: avoid infinite loop in out-of-stack.rsErick Tryzelaar-0/+3
2014-03-27test/run-pass/out-of-stack: prevent tcoCorey Richardson-0/+1
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-0/+50