about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-13auto merge of #14075 : Rufflewind/rust/patch-3, r=alexcrichtonbors-10/+36
2014-05-13Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsAPhil Ruffwind-9/+31
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-1/+5
2014-05-13Added functions pop_char and shift_char to StrBuf struct along with appropria...Dylan Braithwaite-4/+57
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-96/+264
2014-05-12Document a possible way in which connect_timout may change in the futureTom Lee-0/+3
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-1/+4
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-96/+258
2014-05-12Test fixes from rollupAlex Crichton-3/+1
2014-05-12Improved example code in OptionAdolfo OchagavĂ­a-12/+15
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-9/+15
2014-05-12Remove an unnecessary .move_iter().collect()Simon Sapin-1/+1
2014-05-12Make ProcessOutput Eq, TotalEq, CloneYehuda Katz-0/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-0/+22
2014-05-12register snapshotsDaniel Micay-84/+2
2014-05-11auto merge of #14119 : thestinger/rust/heap, r=cmrbors-24/+33
2014-05-11auto merge of #14110 : SSheldon/rust/strbuf_mutable, r=alexcrichtonbors-1/+17
2014-05-11heap: replace `exchange_free` with `deallocate`Daniel Micay-17/+12
2014-05-11heap: add a way to print allocator statisticsDaniel Micay-2/+16
2014-05-11mark rust_malloc/rust_free as unsafeDaniel Micay-6/+6
2014-05-11sync::deque: port to the new allocator APIDaniel Micay-15/+19
2014-05-11Implement Mutable trait for StrBuf.Steven Sheldon-1/+17
2014-05-11core: Remove the cast moduleAlex Crichton-253/+258
2014-05-11android workaroundDaniel Micay-1/+1
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-10/+9
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