about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2014-11-21Fallout from deprecationAaron Turon-12/+12
2014-11-20libcore: DST-ify AsSliceAaron Turon-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-16/+16
2014-11-16Move FromStr to core::strBrendan Zabarauskas-4/+2
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-22/+22
2014-11-08Renamed Extendable to Extendgamazeps-2/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-8/+8
2014-11-01DSTify BytesContainerJorge Aparicio-54/+31
2014-11-01auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturonbors-3/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-3/+0
2014-10-31DSTify ToCStrJorge Aparicio-24/+0
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-3/+3
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-1/+1
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-18/+18
2014-10-13Clean up rustc warnings.NODA, Kai-2/+2
2014-10-09std: Convert statics to constantsAlex Crichton-6/+6
2014-10-07Rename slice::SliceNick Cameron-4/+4
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-14/+14
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-14/+14
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-14/+14
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-10/+10
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-9/+11
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-9/+9
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-29Register new snapshotsAlex Crichton-8/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+9
2014-08-26DST coercions and DST structsNick Cameron-78/+100
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+4
2014-08-21auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballardbors-4/+22
2014-08-20Fix error message for WindowsPath::newSteve Klabnik-4/+22
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-16/+16
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-2/+2
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-4/+4
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-3/+3
2014-08-06Use byte literals in libstdnham-8/+8
2014-07-31Add logic to skip the doc tests on windows since these examples are unix-spec...nham-0/+124
2014-07-31Use byte strings throughout examples. Add an example that was missed in the l...nham-7/+14
2014-07-31Add examples for GenericPath methods.nham-0/+233
2014-07-29Remove references to non-existant functions in the std::path documentationnham-4/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-3/+3
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2