about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2014-12-27Rebasing changesNick Cameron-2/+6
2014-12-27Fix falloutNick Cameron-2/+2
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-2/+2
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-15/+13
2014-12-22Test fixes and rebase conflictsAlex Crichton-2/+6
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-3/+11
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-2/+6
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-3/+11
2014-12-21Fallout of std::str stabilizationAlex Crichton-84/+84
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-6/+6
2014-12-18Fallout from new thread APIAaron Turon-14/+14
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-42/+42
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+6
2014-12-13libstd: fix falloutJorge Aparicio-1/+1
2014-12-13libstd: fix falloutJorge Aparicio-3/+2
2014-12-13libstd: fix falloutJorge Aparicio-6/+6
2014-12-11Register new snapshotsAlex Crichton-10/+10
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-49/+49
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-47/+47
2014-12-05Utilize fewer reexportsCorey Farwell-3/+6
2014-12-03Remove unused transmutes from testsJorge Aparicio-100/+78
2014-11-26/*! -> //!Steve Klabnik-56/+50
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-4/+6
2014-11-25Fallout from stabilizationAaron Turon-4/+6
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-7/+7
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