about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-02Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichtonbors-42/+306
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-2/+1
2015-04-02Add more examples and documentation for std::fsSteve Klabnik-42/+306
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-6/+6
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-25/+25
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-34/+36
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-18/+24
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-3/+3
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-2/+2
2015-04-01rollup merge of #23949: aturon/stab-timeoutAlex Crichton-28/+54
2015-04-01Stabilize basic timeout functionalityAaron Turon-28/+54
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-57/+27
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-3/+3
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-3/+3
2015-04-01rollup merge of #23942: vhbit/ios-randAlex Crichton-2/+2
2015-04-01rollup merge of #23867: nikomatsakis/issue-23086-take-3Alex Crichton-1/+153
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-1/+153
2015-04-02Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87Manish Goregaokar-0/+213
2015-04-02Rollup merge of #23847 - bcoopers:read_clarification, r=sfacklerManish Goregaokar-8/+4
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