about summary refs log tree commit diff
path: root/src/libstd/old_path
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-4662/+0
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-40/+36
2015-04-10Test fixes and review feedbackAlex Crichton-30/+30
2015-04-07std: Deny most warnings in doctestsAlex Crichton-10/+6
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-6/+4
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-7/+6
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-11/+9
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-7/+6
2015-03-28Remove IteratorExtSteven Fackler-5/+5
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-14/+14
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+34
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+36
2015-03-18Register new snapshotsAlex Crichton-18/+0
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-136/+128
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-17/+5
2015-03-18Add and fix more testsVadim Petrochenkov-3/+3
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-21/+41
2015-03-16remove importsJorge Aparicio-2/+2
2015-03-16impl<T> [T]Jorge Aparicio-0/+7
2015-03-16impl strJorge Aparicio-1/+8
2015-03-16impl charJorge Aparicio-0/+1
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+1
2015-03-12Stabilize std::pathAaron Turon-0/+1
2015-03-11Example -> ExamplesSteve Klabnik-34/+34
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-23/+0
2015-02-20Register new snapshotsAlex Crichton-23/+0
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-20/+20
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-20/+20
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-2/+2
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-0/+25
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+25
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-8/+8
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-4/+4
2015-02-17Fallout from stabilizationAaron Turon-8/+8
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-15/+15
2015-02-03Rename std::path to std::old_pathAaron Turon-0/+4600