about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2014-01-11auto merge of #11338 : jhasse/rust/patch-rustpkgtarget, r=alexcrichtonbors-5/+5
2014-01-11Use target libraries instead of host libraries. Fixes #11243Jan Niklas Hasse-5/+5
2014-01-11auto merge of #11470 : eminence/rust/rustpkg_help_test, r=alexcrichtonbors-3/+21
2014-01-11"rustpkg prefer" should print the help for '"prefer" not "uninstall"Andrew Chin-1/+1
2014-01-11auto merge of #11468 : klutzy/rust/workcache-cleanup, r=alexcrichtonbors-5/+3
2014-01-11auto merge of #11466 : eminence/rust/fix_rustpkg_help, r=brsonbors-1/+8
2014-01-11extra::workcache: Remove unused Loggerklutzy-5/+3
2014-01-11Fix `rustpkg help` handlingAndrew Chin-2/+20
2014-01-10Re-implement --help in rustpkgAndrew Chin-1/+8
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-32/+32
2014-01-09rustc: Fix style of OutputType enumBrian Anderson-7/+7
2014-01-09Updated librustdoc and librustpkg to use the proper UpperCase names from libs...Eduard Burtescu-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-15/+15
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-0/+1
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+2
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-274/+331
2014-01-06Disowned the Visitor.Eduard Burtescu-9/+13
2014-01-05Fix some of the testcasesNiels langager Ellegaard-4/+4
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-4/+5
2014-01-05Move command line parsing to parse_args.rsNiels langager Ellegaard-160/+219
2014-01-05Move syslog to BuildContextNiels langager Ellegaard-32/+20
2014-01-05Command is now an enumNiels langager Ellegaard-88/+98
2014-01-03librustpkg: De-`@mut` `rustpkg`Patrick Walton-14/+13
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-4/+23
2014-01-02Inject std libs with versionsFlorian Hahn-3/+22
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-3/+3
2013-12-31Generate --dep-info earlier in the compillation.SiegeLord-1/+1
2013-12-30auto merge of #11182 : luisbg/rust/crateid, r=cmrbors-290/+292
2013-12-29Make ast_fold take &mut selfSteven Fackler-5/+5
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-290/+292
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-11/+27
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-4/+5
2013-12-24std: Stop reexporting the contents of 'mod consts'Alex Crichton-1/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-5/+7
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-6/+3
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-6/+3
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-14auto merge of #10936 : cadencemarseille/rust/issue-10754-std-run-unwrap-on-No...bors-67/+112
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-67/+112
2013-12-14auto merge of #10938 : jhasse/rust/patch-rustpkg, r=alexcrichtonbors-3/+4
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