summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-13Fix doc tests 1.0.0Brian Anderson-3/+3
2015-05-13Add a link to the error index to the main doc page.Michael Sproul-4/+9
2015-05-13Update BitSet docs to correct typesPaul Quint-3/+3
2015-05-13Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-05-13doc: unwrap is discouraged, so use SomeTshepang Lekhonkhobe-35/+35
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-13doc: Remove mention of 30 minute introBrian Anderson-9/+8
2015-05-13Backport TRPL, reference, and grammar.Steve Klabnik-2110/+6688
2015-05-11Revert accidental revert of rust-installerBrian Anderson-0/+0
2015-05-11Fix broken doc testBrian Anderson-0/+2
2015-05-11Fix syntax error in slice.rsBrian Anderson-3/+0
2015-05-11address fallout in libsyntaxtest.Felix S. Klock II-1/+5
2015-05-11Fallout to compile-fail tests.Felix S. Klock II-1/+13
2015-05-11fallout to run-pass tests.Felix S. Klock II-3/+3
2015-05-11Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`).Felix S. Klock II-0/+214
2015-05-11dropck: must assume `Box<Trait + 'a>` has a destructor of interest.Felix S. Klock II-94/+141
2015-05-11Fallout from fixing Issue 25199.Felix S. Klock II-4/+5
2015-05-11Add a reason to the libc & rand instability.Huon Wilson-2/+4
2015-05-11Merge pull request #25299 from alexcrichton/beta-backportBrian Anderson-26/+76
2015-05-12Fix the tests broken by replacing `task` with `thread`Barosl Lee-1/+1
2015-05-12Please the `make tidy`Barosl Lee-1/+2
2015-05-12Fix invalid references due to the automated string substitutionBarosl Lee-2/+2
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-199/+199
2015-05-10collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-12/+10
2015-05-10collections: impl AsRef<[u8]> for StringSean McArthur-0/+8
2015-05-10core: impl AsRef<[u8]> for strSean McArthur-0/+9
2015-05-10std: Mark `mem::forget` as a safe functionAlex Crichton-14/+49
2015-05-10Merge pull request #25276 from steveklabnik/third_doc_backportSteve Klabnik-23/+30
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-10Fix #24872, XSS in docs not found page.Chris Morgan-1/+5
2015-05-10doc: it is 'index', not 'i'Tshepang Lekhonkhobe-1/+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-10Make From::from example more idiomatic / simplerCorey Farwell-3/+1
2015-05-10Indicate function call is code-like in doc-commentCorey Farwell-2/+2
2015-05-10IMO better borrow_mut() documentation on RefCellgareins-1/+1
2015-05-10collections: Improve example for as_string and as_vecUlrik Sverdrup-4/+21
2015-05-10Utilize `while let` instead of `loop` with `break` in doc-commentCorey Farwell-5/+1
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