about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-21std: Tweak rt::at_exit behaviorAlex Crichton-45/+64
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-2/+2
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
2015-03-19Allow Float::ldexp to be called as a methodEduard Bopp-9/+9
2015-03-19Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichtonbors-5/+5
2015-03-18Stabilize Entry typesAaron Turon-8/+8
2015-03-19Fix spelling errors in comments.Joseph Crail-5/+5
2015-03-19Rollup merge of #23496 - steveklabnik:gh22309, r=nikomatsakisManish Goregaokar-0/+14
2015-03-19Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichtonManish Goregaokar-4/+2
2015-03-19Rollup merge of #23479 - tamird:fix-ios-build, r=aturonManish Goregaokar-3/+2
2015-03-18std: Stabilize FromStr implementations in std::netAlex Crichton-11/+17
2015-03-19Document include!Steve Klabnik-0/+14
2015-03-19Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichtonManish Goregaokar-3/+29
2015-03-18Clarify in docs that BufRead::read_line appendsMatt Brubeck-1/+2
2015-03-18Register new snapshotsAlex Crichton-155/+5
2015-03-18Rollup merge of #23443 - meqif:ipv6addr-new-documentation-fix, r=steveklabnikManish Goregaokar-1/+1
2015-03-18Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=ManishearthManish Goregaokar-4/+4
2015-03-18Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturonManish Goregaokar-0/+1
2015-03-18Add a testSteven Fackler-0/+26
2015-03-18iOS: fallout from 1d5983aTamir Duberstein-3/+2
2015-03-18openbsd/bitrig threadsSébastien Marie-4/+2
2015-03-18Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichtonbors-156/+157
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-168/+152
2015-03-17Ignore stdio mutex poison stateSteven Fackler-3/+3
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-4/+4
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1