about summary refs log tree commit diff
path: root/src/libstd/path/posix.rs
AgeCommit message (Expand)AuthorLines
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-2/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-12-13libstd: fix falloutJorge Aparicio-1/+1
2014-12-13libstd: fix falloutJorge Aparicio-2/+2
2014-12-11Register new snapshotsAlex Crichton-10/+10
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-19/+19
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-19/+19
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-03Remove unused transmutes from testsJorge Aparicio-52/+41
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-2/+3
2014-11-25Fallout from stabilizationAaron Turon-2/+3
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-2/+2
2014-11-20libcore: DST-ify AsSliceAaron Turon-1/+2
2014-11-17Fix fallout from coercion removalNick Cameron-9/+9
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-2/+2
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+3
2014-11-01DSTify BytesContainerJorge Aparicio-11/+0
2014-11-01auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturonbors-1/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-31DSTify ToCStrJorge Aparicio-12/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
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-6/+6
2014-10-13Clean up rustc warnings.NODA, Kai-2/+2
2014-10-09std: Convert statics to constantsAlex Crichton-2/+2
2014-10-07Rename slice::SliceNick Cameron-2/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-10/+10
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-10/+10
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-10/+10
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-2/+2
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-26DST coercions and DST structsNick Cameron-41/+52
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-2/+2
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-10std: Add some implementation of common traitsAlex Crichton-1/+13
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-137/+128
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-3/+4
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2