index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
tuple.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-3
/
+3
2014-02-17
Remove CloneableTuple and ImmutableTuple traits
Brendan Zabarauskas
-76
/
+1
2014-02-17
Improve naming of tuple getters, and add mutable tuple getter
Brendan Zabarauskas
-125
/
+128
2014-02-16
Merge ImmutableTuple* traits into their respective Tuple* trait
Brendan Zabarauskas
-35
/
+16
2014-02-16
Delegate ToStr implementation to Show for tuples
Brendan Zabarauskas
-0
/
+7
2014-02-16
Implement Show for 1-12 element tuples
Brendan Zabarauskas
-0
/
+26
2014-01-28
Rename CopyableTuple to CloneableTuple
Virgile Andreani
-2
/
+2
2014-01-20
Add operator trait constraints to std::num::{Zero, One} and document their ap...
Brendan Zabarauskas
-13
/
+0
2013-11-29
Removed a few macro-expanding-to-module workarounds
Marvin Löbel
-95
/
+89
2013-09-25
std: Replace CloneableTuple with Tuple, which takes self by-val.
Huon Wilson
-98
/
+100
2013-09-12
std: Add a bunch of Default impls
Erick Tryzelaar
-0
/
+9
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-1
/
+1
2013-08-15
tuple: remove obsolete ExtendedTupleOps
Daniel Micay
-52
/
+0
2013-08-12
auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr
bors
-31
/
+49
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-2
/
+2
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+1
2013-08-09
std::tuple: Use != properly in Eq::ne for tuples
blake2-ppc
-1
/
+1
2013-08-08
std: Fix tuple lexicographical order
blake2-ppc
-14
/
+28
2013-08-08
std: Implement traits for the one-tuple
blake2-ppc
-20
/
+24
2013-07-20
rm obsolete no-op lints
Daniel Micay
-1
/
+0
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-7
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-8
/
+16
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-2
/
+4
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-18
/
+18
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-3
/
+3
2013-06-14
Add Zero impls for lots of common types
Alex Crichton
-0
/
+13
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-1
/
+1
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+10
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+439
2012-01-17
libstd => libcore
Lenny222
-28
/
+0
2012-01-17
spin-off rustdocs tuple code to libstd
Lenny222
-0
/
+28