about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2013-11-26Support multiple item macrosSteven Fackler-2/+3
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-3/+3
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-1/+1
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-83/+64
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-10/+13
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-19/+19
2013-11-26rustc: Update obsolete attribute listklutzy-2/+0
2013-11-24libextra: Remove @mut from term.Luqman Aden-14/+11
2013-11-17auto merge of #10526 : itdaniher/rust/master, r=pcwaltonbors-7/+10
2013-11-16auto merge of #10454 : z0w0/rust/issue-9944, r=cmrbors-2/+12
2013-11-16fix 10468, propagate optimization level as rustc::driver::session::OptLevelIan Daniher-7/+10
2013-11-14rustpkg: Disable test suite on windowsklutzy-1/+1
2013-11-13Add build_lib_with_cfgs, build_bin_with_cfgs to rustpkg API. Closes #9944.Zack Corr-2/+12
2013-11-12rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...Tim Chevalier-22/+71
2013-11-11Move std::rt::io to std::ioAlex Crichton-24/+24
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-38/+46
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-5/+3
2013-11-09auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphismbors-2/+2
2013-11-09auto merge of #10371 : catamorphism/rust/rustpkg-issue-9482, r=catamorphismbors-0/+18
2013-11-08extra / rustpkg: Make getopts::opt_val private againTim Chevalier-2/+2
2013-11-08rustpkg: Add a test that `rustpkg install` doesn't copy a non-changed fileTim Chevalier-0/+18
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-04Allow --cfg on rustpkg testSteven Fackler-2/+15
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-247/+208
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-73/+70
2013-11-03Ensure rustpkg test fails if tests failedSteven Fackler-1/+18
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-46/+35
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-229/+204
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+0
2013-10-28auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta...bors-12/+45
2013-10-28auto merge of #10079 : alexcrichton/rust/no-reader-util, r=brsonbors-1/+1
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+1
2013-10-28auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphismbors-11/+11
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-3/+2
2013-10-27Integrate the code in the digest and cryptoutil modules directly into the sha...Palmer Cox-365/+315
2013-10-27Remove dead code from cryptoutil.rs and remove macro_rules feature flag.Palmer Cox-230/+73
2013-10-27Add a comment to Sha1 that its not suitable for cryptogrpahic uses.Palmer Cox-0/+4
2013-10-27Remove MD5 and Sha2. Move Sha1 and support code into librustpkg.Palmer Cox-4/+847
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-12/+45
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-11/+11
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-13/+21
2013-10-24Remove even more of std::ioAlex Crichton-55/+60
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-1/+1
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-104/+513
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-104/+513
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-12/+11
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-239/+239
2013-10-21rustpkg: Search for crates in the current directoryTim Chevalier-18/+89