summary refs log tree commit diff
path: root/src/librustpkg/util.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-11/+11
2013-03-28Removing unused importsAlex Crichton-3/+3
2013-03-26Fixed all use sites and testsMarvin Löbel-4/+6
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-6/+7
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-11/+11
2013-03-06auto merge of #5252 : nikomatsakis/rust/issue-5087-make-trait-not-impl-self, ...bors-0/+1
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-0/+1
2013-03-06Finish de-implicit-selifizng libcoreBen Striegel-1/+1
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-3/+5
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-8/+8
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-5/+5
2013-02-22librustpkg: De-mut librustdoc and librustpkg. rs=demutingPatrick Walton-15/+16
2013-02-20Fix fallout in rusti & rustpkg.Luqman Aden-3/+3
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-4/+4
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-2/+2
2013-02-15rustpkg: Massage for landing.Graydon Hoare-357/+80
2013-02-15rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in...Zack Corr-1/+2
2013-02-15Move semver to std and finish rustpkgZack Corr-5/+5
2013-02-15rustpkg: Clean up formatting issuesZack Corr-53/+79
2013-02-15rustpkg: More fixesZack Corr-9/+11
2013-02-15rustpkg: Add do command and get cmd listeners working correctlyZack Corr-13/+48
2013-02-15rustpkg: Add preliminary imperative API supportZack Corr-0/+559
2013-02-15rustpkg: Finish all commands and declarative logicZack Corr-11/+362
2013-02-15rustpkg: Finish declarative compiling and fetching via git or curl (no workca...Zack Corr-3/+11
2013-02-15rustpkg: Finish parsing package scripts and finish boilerplateZack Corr-1/+41
2013-02-15rustpkg: Add package script parsingZack Corr-0/+52
2013-02-15rustpkg: More preliminary workZack Corr-0/+6