about summary refs log tree commit diff
path: root/src/librustpkg/util.rs
AgeCommit message (Expand)AuthorLines
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-5/+5
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-27rustc: reorganize driver, replace compile_upto with multiple more-obvious fun...Graydon Hoare-20/+11
2013-07-23std: add test for str::as_c_strErick Tryzelaar-1/+1
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-2/+2
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-9/+10
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-19/+18
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-15/+19
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-1/+1
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-7/+4
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-3/+3
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-1/+2
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-3/+3
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-3/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-27rustpkg: Silence extra output from rustpkg testsTim Chevalier-1/+5
2013-06-27auto merge of #7429 : Blei/rust/delete-shared, r=huonwbors-1/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-3/+4
2013-06-23vec: remove BaseIter implementationDaniel Micay-5/+5
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-14rustpkg: Write more automated testsTim Chevalier-41/+15
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-13/+13
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-2/+2
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-4/+9
2013-06-06Clean up a handful of build warnings.Michael Sullivan-2/+0
2013-06-03auto merge of #6826 : cmr/rust/terminfo, r=thestingerbors-31/+19
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-223/+124
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-1/+1
2013-05-31rustpkg borrowed pointersCorey Richardson-3/+3
2013-05-31extra::term overhaulCorey Richardson-30/+18
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-3/+3
2013-05-29auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatchbors-1/+1
2013-05-28librustc: drop AST before running LLVM, frees 400mb on a librustc buildGraydon Hoare-1/+1
2013-05-28Silence various warnings throughout test modulesAlex Crichton-9/+9
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+1
2013-05-21auto merge of #6657 : sanxiyn/rust/allocation, r=thestingerbors-6/+6
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-3/+3
2013-05-21Remove unnecessary allocations flagged by lint from rustpkgSeo Sanghyeon-6/+6
2013-05-19Fix many warnings.Steve Klabnik-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-14rustpkg: Tests for well-formed and ill-formed package IDs...Tim Chevalier-171/+26
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-37/+78
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-1/+1