about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-5/+5
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-4/+4
2014-01-21Remove unnecessary parentheses.Huon Wilson-10/+5
2014-01-20Fix cross-compiled pretty testsAlex Crichton-1/+2
2014-01-18Pass the correct --target flag when type checking pretty-printed code in testsBrian Anderson-0/+6
2014-01-17auto merge of #11618 : alexcrichton/rust/force-host, r=brsonbors-3/+28
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-4/+2
2014-01-17test: Add the ability to force a host targetAlex Crichton-3/+28
2014-01-17Tweak the interface of std::ioAlex Crichton-4/+2
2014-01-16Load macros from external modulesSteven Fackler-0/+4
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-7/+7
2014-01-06Register new snapshotsAlex Crichton-1/+0
2014-01-04etc: licenseck: don't hardcode a specific yearAdrien Tétar-6/+6
2013-12-25Test fixes and rebase conflictsAlex Crichton-0/+1
2013-12-24std: Stop reexporting the contents of 'mod consts'Alex Crichton-2/+2
2013-12-24Test fixes and rebase problemsAlex Crichton-2/+2
2013-12-18Make Android tests fail if no device is availableBrian Anderson-110/+90
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-30/+52
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-9/+2
2013-12-10compiletest: Remove uses of `Cell`.Patrick Walton-8/+6
2013-12-08Remove dead codesKiet Tran-16/+5
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-10/+10
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-12-04std::str: remove from_utf8.Huon Wilson-7/+5
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-10/+10
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+4
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-12/+12
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-6/+9
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-10/+10
2013-11-11Move std::rt::io to std::ioAlex Crichton-20/+20
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-27/+34
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-3/+1
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