about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23637: apasel422/iterAlex Crichton-0/+25
2015-03-23rollup merge of #23634: WiSaGaN/bugfix/fix_dead_linkAlex Crichton-1/+1
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-1/+18
2015-03-23rollup merge of #23631: andersk/minstack-dlsymAlex Crichton-14/+26
2015-03-23rollup merge of #23622: steveklabnik/gh23196Alex Crichton-0/+6
2015-03-23rollup merge of #23615: steveklabnik/gh23540Alex Crichton-2/+1
2015-03-23rollup merge of #23608: nagisa/refine-cursor-docstringAlex Crichton-8/+5
2015-03-23rollup merge of #23607: mahkoh/cursorAlex Crichton-0/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-5/+112
2015-03-23rollup merge of #23579: Ms2ger/thread_local-unsafeAlex Crichton-5/+3
2015-03-23rollup merge of #23557: aturon/rfc-909Alex Crichton-91/+127
2015-03-23rollup merge of #23541: aturon/stab-errorAlex Crichton-7/+7
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-87/+314
2015-03-23rollup merge of #23283: brson/rpathfixAlex Crichton-0/+3
2015-03-23Add generic conversion traitsAaron Turon-87/+314
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-1/+18
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-1/+1
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-4/+111
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-91/+127
2015-03-23Stabilize the Error traitAaron Turon-7/+7
2015-03-23Beef up BufRead::consume documentation.Steve Klabnik-0/+6
2015-03-23Clarify behavior of Path::relative_fromBrian Anderson-0/+3
2015-03-23derive missing trait implementations for cursorJulian Orth-0/+1
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+25
2015-03-23Fix dead link for std::sync::mpsc.Wangshan Lu-1/+1
2015-03-23min_stack_size: clarify both reasons to use dlsymAnders Kaseorg-5/+6
2015-03-23min_stack_size: update non-Linux implementation commentAnders Kaseorg-2/+2
2015-03-23Get __pthread_get_minstack at runtime with dlsymAnders Kaseorg-12/+23
2015-03-23Rollup merge of #23576 - barosl:mutex-doc, r=alexcrichtonManish Goregaokar-2/+2
2015-03-23Rollup merge of #23559 - aturon:future-proof-map-index, r=GankroManish Goregaokar-13/+1
2015-03-22Remove an unsafe function definition in __thread_local_inner.Ms2ger-5/+3
2015-03-22Remove bad reference to std::ioSteve Klabnik-2/+1
2015-03-22Refine Cursor docstringSimonas Kazlauskas-8/+5
2015-03-21Fix documentation for std::sync::mutex: into_guard -> into_innerBarosl Lee-2/+2
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-98/+168
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-98/+168
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-15/+15
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-37/+56
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-37/+56
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-13/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-15/+15
2015-03-20Rollup merge of #23534 - steveklabnik:remove_sched_threads, r=alexcrichtonManish Goregaokar-24/+1
2015-03-20Rollup merge of #23499 - mbrubeck:doc-edit, r=huonwManish Goregaokar-1/+2
2015-03-20Rollup merge of #22631 - aepsil0n:issue-22098, r=aturonManish Goregaokar-9/+9
2015-03-20Rollup merge of #23529 - steveklabnik:gh23426, r=alexcrichtonManish Goregaokar-0/+5
2015-03-20Rollup merge of #23504 - alexcrichton:parse-error-not-unit, r=aturonManish Goregaokar-11/+17
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-24/+1
2015-03-19Comment on when ReadDir is ErrSteve Klabnik-0/+5
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-48/+81
2015-03-19std: Stablize io::ErrorKindAlex Crichton-48/+81