about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-19rustc: Add official support for weak failureAlex Crichton-8/+72
2014-05-19Minor doc fixes in various placesPiotr Jawniak-1/+1
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-17/+51
2014-05-17Register new snapshotsAlex Crichton-8/+0
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-700/+17
2014-05-17auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwaltonbors-3/+3
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-3/+3
2014-05-16auto merge of #14135 : gereeter/rust/two-way-search, r=brsonbors-0/+74
2014-05-15core: Update all tests for fmt movementAlex Crichton-17/+29
2014-05-15std: Fix float testsAlex Crichton-21/+18
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-45/+29
2014-05-15Updates with core::fmt changesAlex Crichton-35/+30
2014-05-15std: Rewrite the `write!` and `writeln!` macrosAlex Crichton-5/+12
2014-05-15std: Add an adaptor for Writer => FormatWriterAlex Crichton-0/+36
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-330/+5
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-1968/+583
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-689/+8
2014-05-15auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmrbors-12/+20
2014-05-15std: Delete unused fileBrian Anderson-52/+0
2014-05-15std: Remove run_in_bare_threadBrian Anderson-42/+11
2014-05-15Add `IntoMaybeOwned` impl for `StrBuf` to ease conversion to `MaybeOwned`.Felix S. Klock II-0/+5
2014-05-15use sched_yield on linux and freebsdDaniel Micay-10/+0
2014-05-15Register new snapshotsAlex Crichton-5/+2
2014-05-15Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`Aaron Turon-7/+30
2014-05-15Make Vec.truncate() resilient against failure in DropKevin Ballard-5/+40
2014-05-15std: Modify TempDir to not fail on drop. Closes #12628Brian Anderson-10/+47
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