about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2013-05-14rustpkg: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-105/+98
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-6/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-15/+15
2013-05-12Don't create subprocesses for the `rust` commandAlex Crichton-1/+2
2013-05-10rustpkg: Use the new `for` protocolAlex Crichton-2/+3
2013-05-08libcore: Remove mutable fields from hashPatrick Walton-3/+4
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-2/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+0
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-26/+72
2013-05-03rustpkg: Implement install commandTim Chevalier-84/+266
2013-04-28fix typo in librstpkg tests, allowed by old parserJohn Clements-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-11/+1
2013-04-26core: Move mkdir_recursive from rustpkg into core::osTim Chevalier-39/+5
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-30/+175
2013-04-24rustpkg: Correct directory structure in test scenariosTim Chevalier-6/+11
2013-04-24rustpkg: Make path searching work as described in the rustpkg docTim Chevalier-151/+190
2013-04-24rustpkg: update README saying which tests passTim Chevalier-3/+23
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-1/+1
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-1/+1
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-21/+0
2013-04-19Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg)Alex Crichton-9/+9
2013-04-18auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphismbors-4/+4
2013-04-18rustc: Anti-copy policeTim Chevalier-4/+4
2013-04-18TidyTim Chevalier-2/+53
2013-04-17rustpkg: Add more testsTim Chevalier-0/+93
2013-04-17rustpkg: Add a list of rustpkg commands that should passTim Chevalier-0/+35
2013-04-17rustpkg: Don't execute the standard build logic if there is a pkg.rsTim Chevalier-4/+5
2013-04-17rustpkg: Change this example to show how to do a custom buildTim Chevalier-0/+6
2013-04-17rustpkg: Remove bogus .rc fileTim Chevalier-25/+1
2013-04-17rustpkg: Implement clean; replace boolean result flags with fail!()Tim Chevalier-159/+67
2013-04-17rustpkg: Add a few testsTim Chevalier-0/+161
2013-04-17rustpkg: Fail when crate inference fails; inject link attributesTim Chevalier-85/+142
2013-04-15auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphismbors-63/+138
2013-04-15TidyTim Chevalier-3/+3
2013-04-12rustpkg: Factor out tests; use a condition instead of returning an optionTim Chevalier-63/+138
2013-04-12auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphismbors-952/+636
2013-04-12TidyTim Chevalier-8/+5
2013-04-11rustpkg: Use pkg IDs, remove old code for now that required packages to decla...Tim Chevalier-964/+519
2013-04-10Bump version to 0.7-preBrian Anderson-6/+6
2013-04-09Bump version to 0.7-preBrian Anderson-6/+6
2013-04-05checkpointGraydon Hoare-68/+200
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-7/+7
2013-04-03hashmap: rm linear namespaceDaniel Micay-2/+2
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-11/+11
2013-03-28Removing unused importsAlex Crichton-6/+5
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-15/+22
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1