about summary refs log tree commit diff
path: root/src/librustpkg/util.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-699/+0
2014-02-02librustc: Fix merge fallout.Patrick Walton-5/+6
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-3/+5
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-4/+8
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-0/+1
2014-01-24auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichtonbors-1/+1
2014-01-23Redo exported macro serializationSteven Fackler-1/+1
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-16/+16
2014-01-23rustpkg: Compute hash to find crateklutzy-16/+13
2014-01-23rustpkg::version: Remove enum Versionklutzy-1/+1
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-3/+3
2014-01-16Load macros from external modulesSteven Fackler-45/+75
2014-01-12Don't overwrite the options.output value from build_session_optionsJan Niklas Hasse-5/+0
2014-01-11Use target libraries instead of host libraries. Fixes #11243Jan Niklas Hasse-1/+1
2014-01-09rustc: Fix style of OutputType enumBrian Anderson-7/+7
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-15/+15
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