about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2013-11-06Add make check support(arm-linux-androideabi debuginfo)sh8281.kim-22/+148
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-32/+7
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-8/+9
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-20/+16
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-2/+25
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-3/+3
2013-10-29Unbreak the debuginfo tests.Jed Davis-2/+25
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-29/+26
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-22/+22
2013-10-16path2: Update for latest masterKevin Ballard-3/+3
2013-10-16path2: Remove some API functionsKevin Ballard-3/+11
2013-10-16path2: Update based on more review feedbackKevin Ballard-3/+3
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-23/+23
2013-10-15path2: Replace the path module outrightKevin Ballard-73/+101
2013-10-10Remove some users of io::file_readerAlex Crichton-12/+20
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-0/+1
2013-10-09Implement io::native::processAlex Crichton-1/+1
2013-10-09option: rewrite the API to use compositionDaniel Micay-5/+5
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30compiletest: Remove usage of fmt!Alex Crichton-87/+87
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-27/+25
2013-09-18std: Remove {float,f64,f32}::from_str in favor of from_strblake2-ppc-2/+1
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-3/+4
2013-09-03auto merge of #8950 : sanxiyn/rust/cross-xfail, r=brsonbors-4/+23
2013-09-03Correctly determine OS to xfail in cross buildSeo Sanghyeon-4/+23
2013-09-02Raise the file descriptor limits when running compiletestAlex Crichton-0/+5
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-19/+17
2013-08-30Revert "Teach compiletest to use multiple --src-base's"Corey Richardson-19/+17
2013-08-30Revert "Teach the makefile to use multiple src-base's"Corey Richardson-1/+1
2013-08-30auto merge of #8839 : sanxiyn/rust/env, r=thestingerbors-10/+5
2013-08-29auto merge of #8458 : cmr/rust/test-restructure, r=brsonbors-17/+19
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-4/+29
2013-08-28Android: Pass the environment when running testsSeo Sanghyeon-2/+5
2013-08-28Remove --newrt optionSeo Sanghyeon-8/+0
2013-08-28Teach the makefile to use multiple src-base'sCorey Richardson-1/+1
2013-08-28Teach compiletest to use multiple --src-base'sCorey Richardson-17/+19
2013-08-27Implement process bindings to libuvAlex Crichton-29/+4
2013-08-26Since we assume that GDB output is UTF-8, make sure it is so on all platforms.Vadim Chugunov-1/+3
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-0/+12
2013-08-19compiletest: do not run tests in sub-threads if on valgrind.Graydon Hoare-1/+12
2013-08-17auto merge of #8531 : brson/rust/test-waitpid-workaround, r=graydonbors-2/+16
2013-08-14compiletest: Run tests in their own thread to avoid blocking the schedulerBrian Anderson-2/+16
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-1/+1
2013-08-10std: Iterator.len_ -> .lenErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-4/+4
2013-08-07rustc: Fix for-range loops that can use iteratorsblake2-ppc-2/+2