summary refs log tree commit diff
path: root/library/core/src/tuple.rs
AgeCommit message (Expand)AuthorLines
2022-06-11Add docs to `maybe_tuple_doc!`Michael Howell-0/+2
2022-06-11docs: make all the variadic impls use `(T, ...)` exactlyMichael Howell-1/+1
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-1/+1
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-0/+1
2022-06-07docs: clean up trait docs for tuplesMichael Howell-54/+82
2022-04-12Implement tuples using recursionCaio-67/+74
2022-04-08Left overs of #95761Caio-13/+13
2022-04-07Kickstart the inner usage of macro_metavar_exprCaio-116/+24
2020-07-27mv std libs to library/mark-0/+213