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
/
libcore
/
tuple.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-26
Format libcore with rustfmt
David Tolnay
-1
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-08-31
Update bootstrap compiler
Alex Crichton
-8
/
+0
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-0
/
+1
2017-07-02
Implement Eq/Hash/Debug etc. for unsized tuples.
Masaki Hara
-4
/
+10
2016-11-12
Remove macro work-around.
Mark-Simulacrum
-8
/
+3
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-4
/
+0
2016-02-09
Properly document tuples
Steve Klabnik
-18
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-2
/
+0
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-1
/
+0
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-1
/
+1
2015-03-15
core: Update tuple doc
Ulrik Sverdrup
-11
/
+5
2015-03-15
core: Remove unused parts of tuple macro
Ulrik Sverdrup
-79
/
+79
2015-02-09
Set up docs for missing core types
Steve Klabnik
-0
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-8
/
+8
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-8
/
+8
2015-01-14
Remove erroneous stability attribute.
Brian Anderson
-3
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-38
/
+0
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-29
/
+0
2014-12-30
Stabilize cmp
Aaron Turon
-4
/
+4
2014-12-22
Remove cmp::Ordering::* public reexport
Corey Farwell
-0
/
+1
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-2
/
+1
2014-12-18
std: Remove public bool,tuple,unit modules
Alex Crichton
-0
/
+329
2014-07-04
core: add a primitive page for `()`.
Huon Wilson
-304
/
+0
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-0
/
+15
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-97
/
+2
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-15
/
+15
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-5
/
+5
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-0
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-6
/
+6
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-1
/
+1
2014-05-26
Improve docs for core::tuple
Piotr Jawniak
-2
/
+50
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-5
/
+8
2014-05-07
core: Get coretest working
Alex Crichton
-1
/
+1
2014-05-07
core: Inherit the tuple module
Alex Crichton
-0
/
+330
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-439
/
+0
2013-05-19
Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests.
Huon Wilson
-19
/
+87
2013-05-19
Move tuple tests into submodule
Brendan Zabarauskas
-48
/
+54
2013-05-19
Fix Ord implementation to use lexical ordering
Brendan Zabarauskas
-14
/
+14
2013-05-19
Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12}
Brendan Zabarauskas
-116
/
+141
2013-05-19
Use match instead of intermediate variable
Brendan Zabarauskas
-7
/
+9
2013-05-19
Adapt the getter macro to implement Clone, Eq and Ord for n-ary tuples
Brendan Zabarauskas
-145
/
+55
2013-05-18
Return a reference to the tuple elements instead of copying
Brendan Zabarauskas
-94
/
+92
2013-05-18
Merge trait and impl macros by using an inner module
Brendan Zabarauskas
-129
/
+124
2013-05-18
Use assert_eq! instead of assert!
Brendan Zabarauskas
-7
/
+7
2013-05-18
use n{0..11} instead of _{0..12} for accessor method names
Brendan Zabarauskas
-100
/
+100
2013-05-18
Create tuple element accessor traits
Brendan Zabarauskas
-0
/
+165
[next]