summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-0/+1
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-6/+6
2014-01-06auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichtonbors-2/+2
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-2/+2
2014-01-05Move syslog to BuildContextNiels langager Ellegaard-2/+2
2014-01-01rustc::driver: Remove two @sklutzy-1/+1
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-123/+124
2013-12-25Test fixes and rebase conflictsAlex Crichton-4/+5
2013-12-19Rename pkgid to crate_idCorey Richardson-3/+3
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-6/+8
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-45/+47
2013-12-06auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichtonbors-1/+1
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+1
2013-12-06Made Results API more composableMarvin Löbel-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-45/+45
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-16/+16
2013-12-04std::str: remove from_utf8.Huon Wilson-17/+17
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-45/+49
2013-11-28Register new snapshotsAlex Crichton-14/+14
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-1/+1
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-12/+10
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+2
2013-11-12rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...Tim Chevalier-15/+49
2013-11-11Move std::rt::io to std::ioAlex Crichton-5/+5
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-21/+28
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+3
2013-11-08rustpkg: Add a test that `rustpkg install` doesn't copy a non-changed fileTim Chevalier-0/+18
2013-11-04Allow --cfg on rustpkg testSteven Fackler-0/+13
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-129/+103
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-37/+37
2013-11-03Ensure rustpkg test fails if tests failedSteven Fackler-0/+15
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-23/+12
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-123/+108
2013-10-28auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta...bors-0/+24
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-3/+2
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-0/+24
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-7/+12
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-12/+109
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-96/+96
2013-10-21rustpkg: Search for crates in the current directoryTim Chevalier-2/+57
2013-10-18rustpkg: invoke touch with a portable set of argsTim Chevalier-1/+3
2013-10-18rustc: Check that the output file is writeable before linkingTim Chevalier-1/+1
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-27/+51
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-6/+2
2013-10-16path2: Update for latest masterKevin Ballard-17/+20
2013-10-16path2: Update based on more review feedbackKevin Ballard-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-189/+185
2013-10-15path2: Replace the path module outrightKevin Ballard-333/+424
2013-10-11rustpkg: Set exit codes properly and make tests take advantage of thatTim Chevalier-20/+54