about summary refs log tree commit diff
path: root/src/libstd/path/mod.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-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-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+4
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-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-3/+3
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-1/+1
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo OchagavĂ­a-2/+2
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-29Wrap two code examples in backticksAlex Gaynor-2/+2
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-9/+0
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-12/+0
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-16/+0
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-12/+0
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-12std: update & de-~[] path's tests.Huon Wilson-0/+2
2014-04-12std: migrate path::windows to using StrBuf internally.Huon Wilson-0/+17
2014-04-12std: migrate path::unix to using Vec internally.Huon Wilson-18/+17
2014-04-11Simplify GenericPath::set_extension.Kevin Butler-34/+21
2014-04-11Parameterize contains_nul for BytesContainer.Kevin Butler-7/+7
2014-03-31std: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-5/+5
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-11/+0
2014-02-14Add c_str::CString.as_bytes_no_nul()Kevin Ballard-2/+1
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-20/+12
2014-02-07Implement BytesContainer for MaybeOwnedKevin Ballard-0/+17
2014-02-07Tweak from_utf8_lossy to return a new MaybeOwned enumKevin Ballard-2/+2
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-2/+2
2014-02-07auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonwbors-25/+2
2014-02-06Hoist path::Display on top of from_utf8_lossy()Kevin Ballard-25/+2
2014-02-06Remove std::conditionAlex Crichton-62/+23
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-1/+1
2014-02-03std: Remove io::io_errorAlex Crichton-1/+1
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-3/+3
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-7/+0