summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-03-28Update debug helpers and add list builderSteven Fackler-14/+9
2015-03-28iOS: int/uint falloutValerii Hiora-3/+3
2015-03-28Fix some typosVadim Petrochenkov-2/+2
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-5/+5
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-5/+5
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-11/+14
2015-03-27Test fixes and rebase conflicts, round 3Alex Crichton-1/+3
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-2/+0
2015-03-27rollup merge of #23197: aatxe/masterAlex Crichton-29/+26
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23665: steveklabnik/doc_std_asciiAlex Crichton-4/+96
2015-03-27Auto merge of #23419 - murarth:lookup-addr, r=alexcrichtonbors-1/+57
2015-03-27Updated std::dynamic_lib to use std::path.Aaron Weiss-29/+26
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-17/+19
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-548/+547
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-111/+4
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27rollup merge of #23769: alexcrichton/stabilize-splitAlex Crichton-4/+3
2015-03-27rollup merge of #23753: aturon/revise-convertAlex Crichton-59/+9