about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-93/+86
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+4
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-2/+2
2013-08-15auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brsonbors-4/+6
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-4/+6
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-2/+2
2013-08-11Cleanup librustpkg a little bit.Steven Stewart-Gallus-74/+77
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-10std: Iterator.len_ -> .lenErick Tryzelaar-2/+2
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-526/+518
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-188/+97
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-336/+422
2013-08-09rustpkg: another fix for windowsErick Tryzelaar-1/+2
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-0/+1
2013-08-08rustpkg: Eliminate a copyTim Chevalier-8/+5
2013-08-07rustpkg: Disable test_uninstallBrian Anderson-0/+1
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-3/+3
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-3/+3
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-29/+29
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-29/+29
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-13/+19
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-29/+29
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-4/+4
2013-07-29auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydonbors-80/+132
2013-07-27to_either + fixesErick Tryzelaar-3/+1
2013-07-27rustc: reorganize driver, replace compile_upto with multiple more-obvious fun...Graydon Hoare-27/+15
2013-07-26rustpkg: Don't assume a non-numeric refspec is a tagTim Chevalier-3/+10
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-69/+117
2013-07-24rustpkg: Clean up usage messages for installTim Chevalier-10/+7
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-3/+3
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-1/+1
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-22std: Move change_dir_locked to unstable. #7870Brian Anderson-1/+3
2013-07-22auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brsonbors-2/+2
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-11/+12
2013-07-22temporarily disable 3 rustpkg testsDaniel Micay-3/+5
2013-07-21Remove what appears to be redundant indirection fromGareth Smith-2/+2
2013-07-20auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwaltonbors-19/+18
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-19/+18
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-69/+169
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-1/+1
2013-07-17test: Fix tests.Patrick Walton-3/+3
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-69/+93