about summary refs log tree commit diff
path: root/src/librustpkg/source_control.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-148/+0
2014-01-23rustpkg::version: Remove enum Versionklutzy-6/+5
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-8/+8
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-4/+4
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-13/+20
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-5/+5
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-5/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-7/+8
2013-10-24Remove even more of std::ioAlex Crichton-5/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-16path2: Update for latest masterKevin Ballard-1/+3
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-13/+20
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-9/+9
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-48/+82
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-16/+17
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-8/+8
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-1/+1
2013-08-27Implement process bindings to libuvAlex Crichton-1/+1
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-7/+30
2013-07-26rustpkg: Don't assume a non-numeric refspec is a tagTim Chevalier-2/+9
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-12/+32
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-0/+48