about summary refs log tree commit diff
path: root/src/libstd/tuple.rs
AgeCommit message (Expand)AuthorLines
2015-01-05removing whitespaceFakeKane-3/+3
2015-01-05examples added for element accessFakeKane-1/+12
2015-01-05reverting other changesFakeKane-10/+4
2015-01-03Remove deprecated functionalityAlex Crichton-11/+0
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-0/+66
2014-05-07core: Inherit the tuple moduleAlex Crichton-350/+0
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-12/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-4/+4
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-7/+0
2014-02-20Mass rename if_ok! to try!Alex Crichton-3/+3
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-76/+1
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-125/+128
2014-02-16Merge ImmutableTuple* traits into their respective Tuple* traitBrendan Zabarauskas-35/+16
2014-02-16Delegate ToStr implementation to Show for tuplesBrendan Zabarauskas-0/+7
2014-02-16Implement Show for 1-12 element tuplesBrendan Zabarauskas-0/+26
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-2/+2
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-13/+0
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-95/+89
2013-09-25std: Replace CloneableTuple with Tuple, which takes self by-val.Huon Wilson-98/+100
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-0/+9
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-1/+1
2013-08-15tuple: remove obsolete ExtendedTupleOpsDaniel Micay-52/+0
2013-08-12auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmrbors-31/+49
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-2/+2
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+1
2013-08-09std::tuple: Use != properly in Eq::ne for tuplesblake2-ppc-1/+1
2013-08-08std: Fix tuple lexicographical orderblake2-ppc-14/+28
2013-08-08std: Implement traits for the one-tupleblake2-ppc-20/+24
2013-07-20rm obsolete no-op lintsDaniel Micay-1/+0
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-7/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-8/+16
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-2/+4
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-18/+18
2013-06-16Add copies to type params with Copy boundNiko Matsakis-3/+3
2013-06-14Add Zero impls for lots of common typesAlex Crichton-0/+13
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-05-30Require documentation by default for libstdAlex Crichton-0/+10
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+439
2012-01-17libstd => libcoreLenny222-28/+0
2012-01-17spin-off rustdocs tuple code to libstdLenny222-0/+28