summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-10Add two examples for Path::newNick Hamann-0/+7
2015-05-07Merge pull request #25192 from alexcrichton/beta-backportBrian Anderson-227/+176
2015-05-07std: Remove addition on vectors for nowAlex Crichton-12/+1
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-189/+29
2015-05-07test: update run-pass tests to not use mutable transmutingSean McArthur-4/+4
2015-05-07std: update select internals to not use mutable transmutingSean McArthur-11/+19
2015-05-07lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+87
2015-05-05Add downcasting to std::error::ErrorAaron Turon-19/+146
2015-04-30Test fixes and rebase conflictsAlex Crichton-1/+0
2015-04-30tests for lint that warns about mixing #[repr(C)] with Drop.Felix S. Klock II-0/+59
2015-04-30lint for mixing `#[repr(C)]` with an impl of `Drop`.Felix S. Klock II-0/+55
2015-04-30Regression test for issue 24687.Felix S. Klock II-0/+78
2015-04-30Fix zero-normalization of the pos of a `MultiByteChar`.Felix S. Klock II-1/+1
2015-04-30regression test for Issue 24895.Felix S. Klock II-0/+38
2015-04-30Fix #24895.Felix S. Klock II-1/+1
2015-04-30std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-30Fix #20616York Xiang-3/+508
2015-04-29fix rustc_driver testsNiko Matsakis-1/+3
2015-04-29Rather than storing the relations between free-regions in a globalNiko Matsakis-233/+444
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-25Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-25Fix broken links in the docsFlorian Hartwig-10/+10
2015-04-25doc: improve/fix 'let' FAQTshepang Lekhonkhobe-4/+5
2015-04-25Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-25Utilize if..let for get_mut doc-comment examplesCorey Farwell-17/+10
2015-04-25Update Windows caveatsTamir Duberstein-4/+1
2015-04-25Remove the 30 minute introSteve Klabnik-583/+2
2015-04-25Improve doc for `Result::unwrap()`York Xiang-2/+2
2015-04-25Fix typos in code commentsCorey Farwell-2/+2
2015-04-25Simplify alloc::arc::Arc example in doc-commentCorey Farwell-1/+1
2015-04-25Make iterator struct docs more consistent.Steve Klabnik-13/+13
2015-04-25remove bad example from PartialEq docsSteve Klabnik-21/+0
2015-04-25Clean up Box documentation.Steve Klabnik-8/+13
2015-04-25Update reference to old_io in fmt docsMatt Brubeck-1/+1
2015-04-25Whoops, please tidySteve Klabnik-9/+9
2015-04-25Add examples by @pnkfelix to fmt precisionSteve Klabnik-5/+62
2015-04-25Remove doc-comment default::Default importsCorey Farwell-12/+0
2015-04-25Backport of https://github.com/rust-lang/rust/pull/24783Steve Klabnik-4/+4
2015-04-24Fix fallout from wrapping_neg revertBrian Anderson-2/+2
2015-04-23Fix some missing casesNiko Matsakis-2/+7
2015-04-23Rewrite constrained type params code to operate generically overNiko Matsakis-38/+89
2015-04-23Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-11/+128
2015-04-23Create a struct to represent early-bound regionsNiko Matsakis-49/+79
2015-04-23Add `Sync` to the bounds in `io::Error`Kevin Ballard-10/+15
2015-04-23Test fixes and rebase conflicts, round 1Alex Crichton-14/+4
2015-04-23Make stability attributes an error. #22830Brian Anderson-10/+6
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1222/+561