about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-08Clean up unused importsKevin Ballard-12/+5
2014-05-08Handle fallout in libnativeKevin Ballard-1/+1
2014-05-08Handle fallout for vector additionKevin Ballard-3/+38
2014-05-08Handle fallout in io::net::addrinfo, io::process, and rt::rtioKevin Ballard-6/+6
2014-05-08Handle fallout in osKevin Ballard-44/+47
2014-05-08Handle fallout in iter, option, result, and sync::arcKevin Ballard-3/+3
2014-05-08Handle fallout in std::ascii and std::strconvKevin Ballard-46/+59
2014-05-08Handle fallout in std::strbufKevin Ballard-5/+2
2014-05-08Even more fallout, this time in std::strKevin Ballard-92/+85
2014-05-08More fallout from removing FromIterator on ~[T]Kevin Ballard-42/+42
2014-05-08Move slice::raw::from_buf_raw() to vec::raw::from_buf()Kevin Ballard-56/+36
2014-05-08Rename slice::unzip() to vec::unzip()Kevin Ballard-33/+35
2014-05-08More fallout from removing FromIterator on ~[T]Kevin Ballard-57/+57
2014-05-08Rewrite &[T].to_owned() to allocate directlyKevin Ballard-9/+23
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-355/+197
2014-05-07std: Modernize the local_data apiAlex Crichton-356/+197
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-1/+8
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-15/+419
2014-05-07auto merge of #13964 : alexcrichton/rust/more-buffers, r=brsonbors-1/+63
2014-05-07auto merge of #13751 : alexcrichton/rust/io-close-read, r=brsonbors-14/+205
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-14/+205
2014-05-07Test fixes and rebase conflictsAlex Crichton-51/+12
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-4/+172
2014-05-07core: Inherit the cell moduleAlex Crichton-318/+3
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-6/+327
2014-05-07core: Inherit the result moduleAlex Crichton-784/+21
2014-05-07core: Add a limited implementation of failureAlex Crichton-32/+12
2014-05-07std: Remove a glob to get std to compileAlex Crichton-1/+1
2014-05-07core: Inherit possible string functionalityAlex Crichton-1945/+122
2014-05-07core: Inherit necessary unicode functionalityAlex Crichton-4991/+1
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-1554/+53
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-1506/+77
2014-05-07core: Inherit what's possible from the num moduleAlex Crichton-849/+15
2014-05-07core: Inhert ~/@/& cmp traits, remove old modulesAlex Crichton-150/+1
2014-05-07core: Inherit the cmp moduleAlex Crichton-299/+12
2014-05-07core: Inherit the iter moduleAlex Crichton-3091/+15
2014-05-07core: Inherit the option moduleAlex Crichton-883/+10
2014-05-07core: Inherit the bool moduleAlex Crichton-305/+36
2014-05-07core: Inherit the tuple moduleAlex Crichton-351/+31
2014-05-07core: Inherit the clone moduleAlex Crichton-172/+1
2014-05-07core: Inherit the unit moduleAlex Crichton-53/+6
2014-05-07core: Inherit the default moduleAlex Crichton-27/+1
2014-05-07core: Inherit the raw moduleAlex Crichton-115/+1
2014-05-07core: Inherit the any moduleAlex Crichton-324/+9
2014-05-07core: Inherit the finally moduleAlex Crichton-160/+2
2014-05-07core: Inherit the char moduleAlex Crichton-846/+1
2014-05-07core: Inherit the container moduleAlex Crichton-109/+1
2014-05-07core: Inherit the ty moduleAlex Crichton-73/+1
2014-05-07core: Inherit the ops moduleAlex Crichton-575/+1
2014-05-07core: Inherit the kinds moduleAlex Crichton-282/+2