about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.rc
AgeCommit message (Expand)AuthorLines
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
2013-02-15rustpkg: Add preliminary imperative API supportZack Corr-267/+112
2013-02-15rustpkg: Finish all commands and declarative logicZack Corr-65/+266
2013-02-15rustpkg: Finish declarative compiling and fetching via git or curl (no workca...Zack Corr-54/+344
2013-02-15rustpkg: Finish parsing package scripts and finish boilerplateZack Corr-27/+243
2013-02-15rustpkg: Add package script parsingZack Corr-9/+161
2013-02-15rustpkg: More preliminary workZack Corr-1/+47
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-0/+31