about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-10vec: factor out some deallocation codeDaniel Micay-9/+12
2014-05-10vec: move some code inside alloc_or_reallocDaniel Micay-7/+5
2014-05-10fix Vec<ZeroSizeType>Daniel Micay-2/+15
2014-05-10initial port of the exchange allocator to jemallocDaniel Micay-142/+205
2014-05-10use jemalloc to implement Vec<T>Daniel Micay-27/+49
2014-05-10add an align parameter to exchange_mallocDaniel Micay-1/+44
2014-05-10add back jemalloc to the treeDaniel Micay-1/+101
2014-05-10auto merge of #14073 : alexcrichton/rust/snapshots, r=huonwbors-42/+5
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-8/+8
2014-05-09Register new snapshotsAlex Crichton-42/+5
2014-05-09doc: Fix some broken linksAlex Crichton-8/+8
2014-05-09auto merge of #14054 : luqmana/rust/at, r=alexcrichtonbors-7/+9
2014-05-09auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballardbors-13/+18
2014-05-09auto merge of #14035 : alexcrichton/rust/experimental, r=huonwbors-0/+9
2014-05-08auto merge of #14019 : brson/rust/docs, r=alexcrichtonbors-3/+4
2014-05-08auto merge of #13963 : kballard/rust/remove_owned_vec_from_iterator, r=pcwaltonbors-418/+510
2014-05-08libstd: Check TMPDIR for android as well and if not set use '/data/local/tmp'...Luqman Aden-7/+9
2014-05-08auto merge of #13985 : alexcrichton/rust/libfmt, r=brsonbors-1009/+80
2014-05-08Move partition/partitioned/concat/connect tests back into sliceKevin Ballard-26/+40
2014-05-08Handle breakage after libcore splitKevin Ballard-55/+28
2014-05-08Add a mechanism to convert from Vec<T> to ~[T]Kevin Ballard-1/+73
2014-05-08Handle fallout in documentationKevin Ballard-1/+1
2014-05-08Handle more falloutKevin Ballard-0/+3
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-08std: Ignore a flaky test on freebsdAlex Crichton-13/+18
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-1009/+80
2014-05-08std: Mark timeout methods experimentalAlex Crichton-0/+9
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-07std: Doc typosBrian Anderson-3/+4
2014-05-07Test fixes and rebase conflictsAlex Crichton-51/+12
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-4/+172