about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-25auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichtonbors-70/+27
2014-05-25De-realstd os::argsKevin Ballard-48/+8
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-22/+19
2014-05-25auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonwbors-48/+55
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-55/+55
2014-05-25std: Add doc(noinline) to the prelude reexportsAlex Crichton-42/+49
2014-05-25auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonwbors-5/+2
2014-05-25Fix FIXME #5475 in std::asciiPiotr Jawniak-5/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-286/+286
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-7/+9
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-7/+9
2014-05-24auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichtonbors-6/+48
2014-05-24auto merge of #14378 : huonw/rust/deque-adjustments, r=alexcrichtonbors-5/+5
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