about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.rs
AgeCommit message (Expand)AuthorLines
2013-09-24Don't use libc::exit. #9473Brian Anderson-10/+14
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-1/+3
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brsonbors-3/+3
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-26/+26
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-3/+3
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-112/+171
2013-09-17Implementing 'rustpkg init'.Steve Klabnik-0/+16
2013-09-12rustpkg: Install to RUST_PATHTim Chevalier-9/+24
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-1/+1
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-26/+117
2013-09-08rustpkg: Address review comments from JackTim Chevalier-22/+19
2013-09-08rustpkg: Use workcacheTim Chevalier-86/+149
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-1/+1
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-44/+77
2013-08-27Handle `rustpkg build`, etc. when given no args properlyKevin Ballard-15/+12
2013-08-27auto merge of #8773 : catamorphism/rust/rustpkg-version-flag, r=anasazibors-1/+9
2013-08-26rustpkg: Implement --version command-line optionTim Chevalier-1/+9
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-0/+2
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-1/+4
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-12/+14
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-7/+6
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-43/+33
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-9/+13
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-07-27rustc: reorganize driver, replace compile_upto with multiple more-obvious fun...Graydon Hoare-7/+4
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-2/+2
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-38/+52
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+9
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-7/+32
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-2/+25
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-3/+3
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-19/+10
2013-06-28librustc: Fix even *more* merge fallout!Patrick Walton-0/+1
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-1/+14
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-12/+19
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+474