about summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-2407/+0
2014-01-29Removing do keyword from librustpkgScott Lawrence-2/+2
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-5/+4
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-5/+2
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-248/+261
2014-01-23rustpkg: Compute hash to find crateklutzy-40/+37
2014-01-23rustpkg::version: Remove enum Versionklutzy-53/+48
2014-01-23rustpkg: Do not guess version if not givenklutzy-42/+2
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-15/+15
2014-01-17Warning police.Jack Moffitt-16/+1
2014-01-17Change some rustpkg tests to use new crate_id syntax.Jack Moffitt-3/+5
2014-01-17Use the libsyntax PkgId parser in Rustpkg, but keep Rustpkg's version smarts.Jack Moffitt-3/+3
2014-01-11extra::workcache: Remove unused Loggerklutzy-2/+1
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