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
/
library
/
core
/
src
/
tuple.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-18
get rid of duplicate primitive_docs
Ralf Jung
-1
/
+1
2023-07-12
Flip cfg's for bootstrap bump
Mark Rousskov
-2
/
+0
2023-06-01
Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too
Michael Goulet
-0
/
+25
2023-05-30
Swap out CURRENT_RUSTC_VERSION to 1.71.0
Mark Rousskov
-2
/
+2
2023-05-06
clean up transmutes in core
Lukas Markeffsky
-11
/
+7
2023-05-04
Fixup "since" dates for `array_tuple_conv` feature
Maybe Waffle
-2
/
+2
2023-05-02
Remove `[]` <-> `()` `From` convertions
Maybe Waffle
-14
/
+0
2023-05-02
Use metavar `${count(x)}` instead of reimplementing it
Maybe Waffle
-9
/
+3
2023-05-02
implement tuple<->array convertions via `From`
Maybe Waffle
-0
/
+40
2023-04-16
rm const traits in libcore
Deadbeef
-8
/
+4
2023-02-16
Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt`
Scott McMurray
-13
/
+35
2022-11-09
const Compare Tuples
onestacked
-4
/
+7
2022-09-23
Added const Default impls for Arrays and Tuples.
onestacked
-1
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+1
2022-07-17
rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers
Michael Howell
-1
/
+1
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-1
/
+1
2022-06-11
Add docs to `maybe_tuple_doc!`
Michael Howell
-0
/
+2
2022-06-11
docs: make all the variadic impls use `(T, ...)` exactly
Michael Howell
-1
/
+1
2022-06-11
Fix incorrectly spelled "variadic"
Michael Howell
-1
/
+1
2022-06-08
rustdoc: show tuple impls as `impl Trait for (T, ...)`
Michael Howell
-0
/
+1
2022-06-07
docs: clean up trait docs for tuples
Michael Howell
-54
/
+82
2022-04-12
Implement tuples using recursion
Caio
-67
/
+74
2022-04-08
Left overs of #95761
Caio
-13
/
+13
2022-04-07
Kickstart the inner usage of macro_metavar_expr
Caio
-116
/
+24
2020-07-27
mv std libs to library/
mark
-0
/
+213