about summary refs log tree commit diff
path: root/src/librustpkg/util.rs
AgeCommit message (Expand)AuthorLines
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-3/+3
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-10/+17
2013-10-28auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta...bors-8/+17
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-8/+17
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-5/+1
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-5/+21
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-5/+21
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-35/+35
2013-10-18rustc: Check that the output file is writeable before linkingTim Chevalier-21/+15
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-6/+62
2013-10-16path2: Update for latest masterKevin Ballard-3/+3
2013-10-16path2: Update based on more review feedbackKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-4/+4
2013-10-15path2: Replace the path module outrightKevin Ballard-32/+47
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-8/+16
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-2/+2
2013-10-06rustpkg: Fix fetching remote packagesTim Chevalier-21/+19
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-38/+38
2013-09-29Remove all usage of @ast::CrateAlex Crichton-11/+6
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-23/+20
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-2/+2
2013-09-23libsyntax: Remove some more `@fn` usesPatrick Walton-30/+61
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-2/+7
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-14/+21
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-1/+22
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-36/+22
2013-09-17Implementing 'rustpkg init'.Steve Klabnik-1/+1
2013-09-14rustpkg: Always write a package_id attribute into the link metadataTim Chevalier-4/+2
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-3/+4
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-9/+21
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-2/+4
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-25/+43
2013-09-08rustpkg: Address review comments from JackTim Chevalier-17/+18
2013-09-08rustpkg: Use workcacheTim Chevalier-63/+85
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-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-0/+7
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-10/+25
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-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-1/+1
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-42/+64
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-4/+4
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-42/+64
2013-08-09rustpkg: another fix for windowsErick Tryzelaar-1/+2
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1