about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2013-09-15rustpkg: CleanupTim Chevalier-59/+42
2013-09-14rustpkg: Always write a package_id attribute into the link metadataTim Chevalier-4/+51
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-2/+2
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-14/+13
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-25/+83
2013-09-13auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphismbors-5/+9
2013-09-12rustpkg: Install to RUST_PATHTim Chevalier-9/+52
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-2/+2
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-10/+48
2013-09-12Fix rustpkg install for git repositoriesJakub-5/+9
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-35/+137
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-65/+704
2013-09-08rustpkg: Address review comments from JackTim Chevalier-164/+126
2013-09-08rustpkg: Use workcacheTim Chevalier-417/+652
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-24/+24
2013-09-04auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonwbors-16/+17
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-16/+17
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-8/+9
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-8/+8
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-2/+2
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-3/+3
2013-08-30made Eq for package_id use more standard parameter namesEric Martin-2/+2
2013-08-30remove several 'ne' methodsEric Martin-6/+0
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-103/+428
2013-08-30rustpkg: Add a not_a_workspace conditionTim Chevalier-0/+8
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-9/+7
2013-08-27auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brsonbors-7/+9
2013-08-27Implement process bindings to libuvAlex Crichton-7/+9
2013-08-27Handle `rustpkg build`, etc. when given no args properlyKevin Ballard-36/+35
2013-08-27auto merge of #8792 : adridu59/rust/master, r=catamorphismbors-5/+4
2013-08-27librustpkg/tests.rs: cleanup unused importAdrien Tétar-5/+4
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-18/+80
2013-08-23auto merge of #8681 : mrordinaire/rust/remove-set_args, r=brsonbors-1/+4
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-1/+4
2013-08-22Suppress a broken test. Issue #8690.Michael Sullivan-0/+1
2013-08-21rustpkg: Add test for #7348. Closes #7348Tim Chevalier-0/+12
2013-08-21rustpkg: Re-enable some more testsTim Chevalier-21/+22
2013-08-21rustpkg: Add test for #7338. Closes #7338Tim Chevalier-0/+12
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