summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-05-13Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-05-13std: Add example for HashMap::entry()Ulrik Sverdrup-0/+18
2015-05-13doc: Address feedbackBrian Anderson-10/+11
2015-05-13std: Update crate docsBrian Anderson-53/+49
2015-05-11Fix broken doc testBrian Anderson-0/+2
2015-05-11Fallout from fixing Issue 25199.Felix S. Klock II-1/+1
2015-05-11Merge pull request #25299 from alexcrichton/beta-backportBrian Anderson-2/+2
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-86/+86
2015-05-10std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-10Merge pull request #25276 from steveklabnik/third_doc_backportSteve Klabnik-21/+24
2015-05-10Update process.rstynopex-8/+8
2015-05-10std: Fixup docs for std::processtynopex-13/+16
2015-05-10Fix punctuation placement in doc-commentCorey Farwell-1/+1
2015-05-10Clarify Once::call_once memory ordering guarantees in docsinrustwetrust-1/+5
2015-05-10remove stability note from std::netSteve Klabnik-4/+1
2015-05-10thread: right now you can't actually set those printersRicho Healey-2/+1
2015-05-10Improve libstd/net/addr.rs documentation.Nick Hamann-9/+9
2015-05-10Add some missing punctuation in the libstd/net/tcp.rs docs.Nick Hamann-1/+1
2015-05-10Add some missing punctuation in the libstd/net/ip.rs docs.Nick Hamann-19/+19
2015-05-10Improve libstd/net/udp.rs documentation.Nick Hamann-10/+10
2015-05-10Explain how to create a Stdin or StdoutMatt Brubeck-0/+4
2015-05-10Separate code into two code blocksNick Hamann-3/+4
2015-05-10Address some nitsNick Hamann-2/+2
2015-05-10Add two examples for Path::newNick Hamann-0/+7
2015-05-07Merge pull request #25192 from alexcrichton/beta-backportBrian Anderson-29/+61
2015-05-07Make RwLock::try_write try to obtain a write lockJohn Gallagher-2/+19
2015-05-07std: Destabilize io::BufStreamAlex Crichton-10/+18
2015-05-07std: Remove index notation on slice iteratorsAlex Crichton-6/+5
2015-05-07std: update select internals to not use mutable transmutingSean McArthur-11/+19
2015-05-05Add downcasting to std::error::ErrorAaron Turon-12/+134
2015-04-30Test fixes and rebase conflictsAlex Crichton-1/+0
2015-04-30std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-25Remove an unused import on windowsAlex Crichton-1/+0
2015-04-25Fixed typo in hash_map::Entry documentationAram Visser-1/+0
2015-04-25Utilize if..let for get_mut doc-comment examplesCorey Farwell-3/+2
2015-04-25Fix typos in code commentsCorey Farwell-2/+2
2015-04-25Remove doc-comment default::Default importsCorey Farwell-2/+0
2015-04-23Add `Sync` to the bounds in `io::Error`Kevin Ballard-10/+15
2015-04-23Test fixes and rebase conflicts, round 1Alex Crichton-8/+2
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-789/+310
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-3531/+47
2015-04-23std: Remove deprecated AsPath traitAlex Crichton-32/+0
2015-04-23std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-57/+0
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-64/+55
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-11/+11
2015-04-15Rollup merge of #24480 - achanda:move_test, r=alexcrichtonSteve Klabnik-259/+270
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-259/+270
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-1/+1
2015-04-15Fix some typos.Ms2ger-5/+5