about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-57/+26
2015-04-01Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The docNiko Matsakis-0/+1
2015-04-01std: Unignore a test for #10663Richo Healey-2/+1
2015-04-01iOS: os::last_os_error() falloutValerii Hiora-2/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-18/+24
2015-04-01Update android tests to reflect API switch from `os::env` to `env::vars`.Felix S. Klock II-4/+3
2015-04-01Test fixes and rebase conflictsAlex Crichton-7/+13
2015-04-01Add examples + documentation for std::pathSteve Klabnik-0/+213
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-1/+2
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