about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+2
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-137/+139
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-52/+49
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-76/+50
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-19/+18
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-8/+8
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+25
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-14/+5
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-2608/+150
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-13/+13
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-28/+92
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-3/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2613/+155
2015-03-31rollup merge of #23893: frewsxcv/patch-6Alex Crichton-1/+1
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-16/+16
2015-03-31rollup merge of #23885: steveklabnik/doc_std_envAlex Crichton-1/+28
2015-03-31rollup merge of #23882: wettowelreactor/patch-2Alex Crichton-1/+1
2015-03-31rollup merge of #23876: alexcrichton/stabilize-anyAlex Crichton-1/+0
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-59/+263
2015-03-31Stabilize a few remaining stragglersAaron Turon-8/+8
2015-03-31std: Add a process::exit functionAlex Crichton-0/+25
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-19/+18
2015-03-31Stabilize `std::convert` and related codeAaron Turon-28/+92
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-968/+421
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-968/+421
2015-03-31Stabilize std::numAaron Turon-968/+421
2015-03-31Indicate select! is code-likeCorey Farwell-1/+1
2015-03-31Last docs for std::envSteve Klabnik-1/+28
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-17/+17
2015-03-31Rollup merge of #23826 - richo:note-print-macro, r=alexcrichtonManish Goregaokar-0/+4
2015-03-30Update lib.rsCamille Roussel-1/+1
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-13/+13
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-1/+0
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-16/+16
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-17/+17
2015-03-30std: Add a note about the print! macro and output bufferingRicho Healey-0/+4
2015-03-30Only zero at most 64k at a time. We still use the doublingbcoopers-8/+4
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-10/+10
2015-03-29Clearer wordingbcoopers-3/+3
2015-03-2980 character line limitbcoopers-2/+3
2015-03-29Clarified and simplified algorithm for increasing size of buffer inbcoopers-5/+4
2015-03-29Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnikbors-2/+2
2015-03-29Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichtonbors-59/+76
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-2/+18
2015-03-28Fix massive performance issue in read_to_endSteven Fackler-59/+77
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-16/+3
2015-03-28Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichtonbors-23/+21
2015-03-28Remove IteratorExtSteven Fackler-23/+21
2015-03-28Document properties for Eq + HashSteve Klabnik-2/+18
2015-03-28Fold collections debug implsSteven Fackler-10/+2