about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-7677/+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-31Fix rustpkg tests with --disable-inject-std-versionAlex Crichton-18/+19
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-29Removing do keyword from librustpkgScott Lawrence-8/+8
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-5/+4
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-7/+5
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26Fix privacy fallout from previous changeAlex Crichton-2/+2
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-498/+404
2014-01-23rustpkg: Compute hash to find crateklutzy-199/+99
2014-01-23rustpkg::version: Remove enum Versionklutzy-180/+100
2014-01-23rustpkg: Do not guess version if not givenklutzy-149/+7
2014-01-21auto merge of #11500 : jhasse/rust/patch-rlib, r=alexcrichtonbors-15/+22
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-9/+9
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-20/+20
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-21Remove unnecessary parentheses.Huon Wilson-4/+3
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-26/+14
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-6/+6
2014-01-16auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichtonbors-46/+81
2014-01-16Load macros from external modulesSteven Fackler-46/+81
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-0/+1
2014-01-12Bump version to 0.10-preBrian Anderson-1/+1
2014-01-12Don't overwrite the options.output value from build_session_optionsJan Niklas Hasse-5/+0
2014-01-12Fix indentionJan Niklas Hasse-9/+9
2014-01-12Support linking of rlib files in rustpkgJan Niklas Hasse-6/+13
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