about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.rc
AgeCommit message (Expand)AuthorLines
2013-05-14rustpkg: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-42/+40
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-2/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-10/+10
2013-05-12Don't create subprocesses for the `rust` commandAlex Crichton-1/+2
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-12/+17
2013-05-03rustpkg: Implement install commandTim Chevalier-51/+81
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-29/+21
2013-04-24rustpkg: Make path searching work as described in the rustpkg docTim Chevalier-96/+62
2013-04-19Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg)Alex Crichton-4/+4
2013-04-18auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphismbors-2/+2
2013-04-18rustc: Anti-copy policeTim Chevalier-2/+2
2013-04-18TidyTim Chevalier-1/+1
2013-04-17rustpkg: Don't execute the standard build logic if there is a pkg.rsTim Chevalier-4/+5
2013-04-17rustpkg: Implement clean; replace boolean result flags with fail!()Tim Chevalier-156/+61
2013-04-17rustpkg: Fail when crate inference fails; inject link attributesTim Chevalier-54/+38
2013-04-15auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphismbors-46/+5
2013-04-12rustpkg: Factor out tests; use a condition instead of returning an optionTim Chevalier-46/+5
2013-04-12auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphismbors-545/+450
2013-04-12TidyTim Chevalier-8/+5
2013-04-11rustpkg: Use pkg IDs, remove old code for now that required packages to decla...Tim Chevalier-593/+343
2013-04-10Bump version to 0.7-preBrian Anderson-5/+5
2013-04-09Bump version to 0.7-preBrian Anderson-5/+5
2013-04-05checkpointGraydon Hoare-16/+174
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-5/+5
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-28Removing unused importsAlex Crichton-3/+2
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-3/+3
2013-03-26Fixed all use sites and testsMarvin Löbel-11/+16
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-22libsyntax: Stop parsing `pure` and `static`Patrick Walton-1/+1
2013-03-20librustc: Remove debug code and add scary warnings for rusti/rustpkgPatrick Walton-0/+3
2013-03-08Finish de-implicit-selfing everything but the test suiteBen Striegel-0/+1
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-0/+1
2013-03-02librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...Patrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-6/+6
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-02-28Fix license attribute on cratessevrak-1/+2
2013-02-22librustpkg: De-mut librustdoc and librustpkg. rs=demutingPatrick Walton-2/+2
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-2/+0
2013-02-20Fix fallout in rusti & rustpkg.Luqman Aden-2/+2
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-4/+4
2013-02-15rustpkg: Massage for landing.Graydon Hoare-37/+47
2013-02-15rustpkg: Fix do listeners and support custom test logicZack Corr-19/+40
2013-02-15rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in...Zack Corr-4/+64
2013-02-15rustpkg: Use pkg.rs instead of package.rs for consistencyZack Corr-2/+2
2013-02-15Move semver to std and finish rustpkgZack Corr-4/+3
2013-02-15rustpkg: Clean up formatting issuesZack Corr-30/+156
2013-02-15rustpkg: Add do command and get cmd listeners working correctlyZack Corr-3/+44