summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-05-13Fix doc tests 1.0.0Brian Anderson-3/+3
2015-05-13Merge pull request #25361 from steveklabnik/final_backportSteve Klabnik-2215/+6812
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-12Update AUTHORS.txtrobertfoss-0/+1
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-11Merge pull request #25313 from pnkfelix/backport-25212-to-betaBrian Anderson-103/+381
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-11Merge pull request #25312 from brson/betaAlex Crichton-1/+1
2015-05-11Bump prerelease version to .5Brian Anderson-1/+1
2015-05-11Fallout from fixing Issue 25199.Felix S. Klock II-4/+5
2015-05-11Merge pull request #25311 from alexcrichton/beta-backportBrian Anderson-2/+4
2015-05-11Merge pull request #25299 from alexcrichton/beta-backportBrian Anderson-26/+76
2015-05-11Add a reason to the libc & rand instability.Huon Wilson-2/+4
2015-05-11Merge pull request #25294 from brson/relnotes-betaBrian Anderson-126/+205
2015-05-11More authors updatesBrian Anderson-1/+7
2015-05-11Merge pull request #25309 from barosl/no-more-tasksSteve Klabnik-199/+200
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-10Update AUTHORS.txt and RELEASES.md for 1.0Brian Anderson-125/+198
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-10Merge pull request #25273 from steveklabnik/second_doc_backportSteve Klabnik-54/+77
2015-05-10Improve libstd/net/addr.rs documentation.Nick Hamann-9/+9