summary refs log tree commit diff
path: root/src/librustpkg/util.rs
AgeCommit message (Expand)AuthorLines
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+1
2014-01-06auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichtonbors-30/+0
2014-01-06Disowned the Visitor.Eduard Burtescu-4/+6
2014-01-05Command is now an enumNiels langager Ellegaard-30/+0
2014-01-03librustpkg: De-`@mut` `rustpkg`Patrick Walton-14/+13
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-1/+1
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-2/+2
2014-01-01rustc::driver: Remove two @sklutzy-1/+1
2013-12-31Generate --dep-info earlier in the compillation.SiegeLord-1/+1
2013-12-30auto merge of #11182 : luisbg/rust/crateid, r=cmrbors-11/+11
2013-12-29Make ast_fold take &mut selfSteven Fackler-5/+5
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-11/+11
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-11/+27
2013-12-19Rename pkgid to crate_idCorey Richardson-2/+2
2013-12-15auto merge of #10948 : cmr/rust/update_pkgid, r=metajackbors-1/+1
2013-12-14librustpkg: don't clobber the crate attributes for the pkgidCorey Richardson-1/+1
2013-12-13auto merge of #10698 : metajack/rust/dep-info, r=alexcrichtonbors-2/+3
2013-12-12Add --dep-info to write Makefile-compatible dependency info.Jack Moffitt-2/+3
2013-12-11Make 'self lifetime illegal.Erik Price-9/+9
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-21/+30
2013-12-08Remove dead codesKiet Tran-0/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-11-29Add generation of static libraries to rustcAlex Crichton-4/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-3/+3
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26Support multiple item macrosSteven Fackler-2/+3
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-8/+6
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-16fix 10468, propagate optimization level as rustc::driver::session::OptLevelIan Daniher-3/+3
2013-11-12rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...Tim Chevalier-6/+18
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-3/+3
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-10/+17
2013-10-28auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta...bors-8/+17
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-8/+17
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-5/+1
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-5/+21
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-5/+21
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-35/+35
2013-10-18rustc: Check that the output file is writeable before linkingTim Chevalier-21/+15
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-6/+62
2013-10-16path2: Update for latest masterKevin Ballard-3/+3
2013-10-16path2: Update based on more review feedbackKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-4/+4
2013-10-15path2: Replace the path module outrightKevin Ballard-32/+47
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-8/+16