summary refs log tree commit diff
path: root/src/librustpkg/lib.rs
AgeCommit message (Expand)AuthorLines
2014-01-06auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichtonbors-193/+44
2014-01-06Disowned the Visitor.Eduard Burtescu-5/+7
2014-01-05Move command line parsing to parse_args.rsNiels langager Ellegaard-160/+29
2014-01-05Move syslog to BuildContextNiels langager Ellegaard-1/+1
2014-01-05Command is now an enumNiels langager Ellegaard-42/+24
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01rustc::driver: Remove two @sklutzy-1/+1
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-53/+53
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-29/+58
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-3/+6
2013-12-08Remove dead codesKiet Tran-16/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-8/+8
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-12-03Register new snapshotsAlex Crichton-1/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-2/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-8/+8
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-17/+15
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-14rustpkg: Disable test suite on windowsklutzy-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-4/+5
2013-11-09auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphismbors-2/+2
2013-11-08extra / rustpkg: Make getopts::opt_val private againTim Chevalier-2/+2
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-17/+14
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-11/+10
2013-11-03Ensure rustpkg test fails if tests failedSteven Fackler-1/+3
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+3
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-17/+14
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+936