about summary refs log tree commit diff
path: root/src/test/run-pass/issue-14940.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-28/+0
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
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+3
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
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-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-06-16std: Chunk writing to stdout on windowsAlex Crichton-0/+24