about summary refs log tree commit diff
path: root/src/libstd/old_path/mod.rs
AgeCommit message (Expand)AuthorLines
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+32
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+32
2015-03-18Register new snapshotsAlex Crichton-4/+0
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-8/+0
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-0/+20
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-16impl strJorge 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-32/+32
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
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-03Rename std::path to std::old_pathAaron Turon-0/+923