about summary refs log tree commit diff
path: root/src/libcore/tuple.rs
AgeCommit message (Expand)AuthorLines
2012-10-07libcore Fix the tuple first_ref testErick Tryzelaar-1/+1
2012-10-07libcore: add first_ref and second_ref to tuplesErick Tryzelaar-2/+27
2012-09-28De-export bool, tuple, unit, uniq. Part of #3583.Graydon Hoare-2/+2
2012-09-28Fix patterns in tupleTim Chevalier-16/+7
2012-09-28demode vecNiko Matsakis-17/+26
2012-09-26Demode tupleTim Chevalier-3/+3
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-86/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+86
2012-09-10Make more moves explicit in libcoreTim Chevalier-3/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-3/+3
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+2
2012-09-02Silence non-implicitly-copyable-typarams in coretestBrian Anderson-0/+1
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-2/+4
2012-08-30cargo: Fix some lack of knowledge of basic algebraic identitiesPatrick Walton-34/+6
2012-08-29rustc: Make `<=`, `>=`, and `>` use traits as wellPatrick Walton-0/+34
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+72
2012-08-23Make vec::zip not require T:copy (close #3254)Ben Blum-1/+1
2012-08-14De-mode more pieces of core.Graydon Hoare-0/+4
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-5/+5
2012-08-08Convert impls to new syntaxBrian Anderson-5/+3
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-17rustc: Fix coherence errors in the buildPatrick Walton-3/+17
2012-07-17Error checking for protocols. We'll need spans though.Eric Holk-0/+23
2012-07-16replace core::tuple functions with methodsGareth Daniel Smith-17/+22
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-4/+4
2012-03-15core: DocsBrian Anderson-0/+5
2012-03-15core: Make some functions pureBrian Anderson-3/+3
2012-03-09core: Convert to rustdocBrian Anderson-4/+0
2012-01-17libcore: Remove bogus FIXME from core::tupleBrian Anderson-1/+0
2012-01-17libstd => libcoreLenny222-0/+28