about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-15auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichtonbors-6/+8
2014-05-15auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichtonbors-321/+466
2014-05-15std:: switch the order in which dynamic_lib adds search paths.Huon Wilson-6/+8
2014-05-14Change dynamic_library::open_external to take ToCStrAaron Turon-8/+23
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-310/+348
2014-05-14Add ToCStr impl for &Path and StrBufAaron Turon-3/+95
2014-05-14auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichtonbors-0/+3
2014-05-14librand: Remove all uses of `~str` from `librand`Patrick Walton-3/+3
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-5/+10
2014-05-14Change str::from_utf8_owned() to return ResultKevin Ballard-7/+10
2014-05-14Added substring searching benchmarks.Jonathan S-0/+74
2014-05-14auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichtonbors-2/+32
2014-05-14auto merge of #14186 : omasanori/rust/suppress-warnings, r=alexcrichtonbors-1/+1
2014-05-14Implement set complement and universe for bitflagsJ.C. Moyer-2/+32
2014-05-14define Eq,TotalEq,Ord,TotalOrd for &mut TDaniel Brooks-0/+3
2014-05-13core: Inherit the atomics moduleAlex Crichton-795/+21
2014-05-13auto merge of #13127 : kballard/rust/read_at_least, r=alexcrichtonbors-82/+251
2014-05-13io: Add .read_at_least() to ReaderKevin Ballard-82/+251
2014-05-13io: Implement process wait timeoutsAlex Crichton-60/+133
2014-05-13std: Rename str::Normalizations to str::DecompositionsFlorian Zeitz-17/+17
2014-05-13std, core: Generate unicode.rs using unicode.pyFlorian Zeitz-2/+2
2014-05-13Add tests for from_bits.OGINO Masanori-0/+7
2014-05-13std: Move the owned module from core to stdAlex Crichton-6/+111
2014-05-14Suppress a "unused variable" warning.OGINO Masanori-1/+1
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