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
2025-09-15
Remove UnsizedConstParamTy trait and make it into an unstable impl
tiif
-8
/
+2
2025-09-12
Constify Eq, Ord, PartialOrd
Evgenii Zheltonozhskii
-4
/
+8
2025-09-01
Constify conversion traits
ltdk
-0
/
+2
2025-07-11
random: Provide a `Distribution<T>` trait
Josh Triplett
-11
/
+0
2025-07-02
Remove some unsized tuple impls now that we don't support unsizing tuples any...
Oli Scherer
-16
/
+2
2025-07-01
Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplett
Guillaume Gomez
-0
/
+11
2025-06-16
library/compiler: add `PointeeSized` bounds
David Wood
-5
/
+5
2025-04-14
Implement `Random` for tuple
Shun Sakai
-0
/
+11
2025-04-12
Extend the chaining logic to slices too
Scott McMurray
-1
/
+28
2025-03-23
Stop using specialization for this
Scott McMurray
-7
/
+6
2025-03-19
Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd
Scott McMurray
-11
/
+14
2024-09-05
update cfgs
Boxy
-1
/
+1
2024-08-24
rustdoc: clean up tuple <-> primitive conversion docs
Michael Howell
-15
/
+21
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-3
/
+11
2024-02-11
Rollup merge of #118307 - scottmcm:tuple-eq-simpler, r=joshtriplett
Matthias Krüger
-13
/
+1
2024-02-08
Step all bootstrap cfgs forward
Mark Rousskov
-8
/
+0
2024-01-24
remove StructuralEq trait
Ralf Jung
-2
/
+3
2023-12-22
update cfg(bootstrap)s
Pietro Albini
-140
/
+0
2023-12-13
Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov
bors
-0
/
+143
2023-12-01
Attempt to try to resolve blocking concerns
Caio
-0
/
+143
2023-11-27
Simplify Default for tuples
DaniPopes
-9
/
+6
2023-11-25
Remove an unneeded helper from the tuple library code
Scott McMurray
-13
/
+1
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