about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-24auto merge of #14396 : vhbit/rust/opaque-mutex, r=alexcrichtonbors-23/+31
2014-05-24std: minor simplification to sync::deque.Huon Wilson-5/+5
2014-05-24Rename functions in AsciiAdolfo OchagavĂ­a-6/+48
2014-05-24auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfacklerbors-5/+5
2014-05-24Fixes problems on systems with opaque mutexValerii Hiora-23/+31
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-5/+5
2014-05-23auto merge of #14379 : brson/rust/simd, r=alexcrichtonbors-83/+24
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-5/+4
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-63/+2
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-15/+18
2014-05-23auto merge of #14368 : tedhorst/rust/master, r=alexcrichtonbors-1/+1
2014-05-23auto merge of #14359 : brson/rust/minordoc, r=alexcrichtonbors-2/+1
2014-05-23Minor library doc copyeditingBrian Anderson-2/+1
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-74/+5
2014-05-22updated hash value in reduced benchmarkTed Horst-1/+1
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-7/+7
2014-05-22auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brsonbors-1/+2
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-137/+148
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-203/+150
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-442/+494
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-74/+5
2014-05-22Spelling/doc formatting fixes.Huon Wilson-7/+7
2014-05-22auto merge of #14322 : thestinger/rust/secret_santa_heap, r=alexcrichtonbors-3/+3
2014-05-21doc: Fix some broken linksAlex Crichton-1/+1
2014-05-21auto merge of #14307 : kballard/rust/vim_prelude_mutablecloneablevector, r=cmrbors-4/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-343/+174
2014-05-21std,green: Mark some queue types as NoShareAlex Crichton-3/+9
2014-05-21migrate from `exchange_malloc` to `allocate`Daniel Micay-3/+3
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
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