about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-21auto merge of #14315 : kballard/rust/stdreader_isatty, r=alexcrichtonbors-0/+10
2014-05-20auto merge of #14259 : alexcrichton/rust/core-mem, r=brsonbors-12/+16
2014-05-20core: Stabilize the mem moduleAlex Crichton-12/+16
2014-05-20auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brsonbors-8/+72
2014-05-20Add .isatty() method to StdReaderKevin Ballard-0/+10
2014-05-20auto merge of #14305 : tbu-/rust/pr_doc_bytes, r=huonwbors-1/+2
2014-05-20Add non-utf8 byte to the bytes!() exampleTobias Bucher-1/+2
2014-05-20Add slice::MutableCloneableVector to the preludeKevin Ballard-4/+4
2014-05-20Address review commentsBrian Anderson-1/+1
2014-05-20std: Alphabetize crate reexports for rustdocBrian Anderson-4/+6
2014-05-20std: Fix broken linkBrian Anderson-2/+1
2014-05-19std: Remove UnsafeArcAlex Crichton-218/+23
2014-05-19std: Move comm primitives away from UnsafeArcAlex Crichton-30/+39
2014-05-19std: Build Exclusive on Arc<Unsafe<T>>Alex Crichton-3/+5
2014-05-19std: Use Arc instead of UnsafeArc in BlockedTaskAlex Crichton-8/+9
2014-05-19std: Rebuild spsc with Unsafe/&selfAlex Crichton-25/+26
2014-05-19std: Rebuild mpsc queue with Unsafe/&selfAlex Crichton-8/+9
2014-05-19std: Rebuild mpmc queues on Unsafe/ArcAlex Crichton-23/+27
2014-05-19std: Rebuild sync::deque on ArcAlex Crichton-25/+27
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