about summary refs log tree commit diff
path: root/src/libstd/path/mod.rs
AgeCommit message (Expand)AuthorLines
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-26/*! -> //!Steve Klabnik-56/+50
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-1/+1
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-3/+3
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-14/+14
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+3
2014-11-01DSTify BytesContainerJorge Aparicio-25/+30
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-07Rename slice::SliceNick Cameron-1/+1
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