rust/library/core/src
bors 6ec3993ef4 Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez
Improve the tuple and unit trait docs

* Reduce duplicate impls; show only the `(T,)` and include a sentence saying that there exists ones up to twelve of them.
* Show `Copy` and `Clone`.
* Show auto traits like `Send` and `Sync`, and blanket impls like `Any`.

Here's the new version:

* <https://notriddle.com/notriddle-rustdoc-test/std/primitive.tuple.html>
* <https://notriddle.com/notriddle-rustdoc-test/std/primitive.unit.html>
2022-06-16 11:13:30 +00:00
..
alloc Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnay 2022-05-28 08:45:51 +02:00
array Stabilize {slice,array}::from_ref 2022-05-24 22:33:31 +04:00
async_iter
char
convert
ffi Horizon OS STD support 2022-06-13 20:44:39 -07:00
fmt docs: make all the variadic impls use (T, ...) exactly 2022-06-11 10:32:39 -07:00
future update docs for std::future::IntoFuture 2022-06-08 15:21:16 +02:00
hash Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez 2022-06-16 11:13:30 +00:00
iter Suggest using iter() or into_iter() for Vec 2022-06-08 11:09:08 +00:00
macros Grammar fix in the compile_error documentation 2022-06-09 12:40:10 +02:00
mem Use relative links instead of linking to doc.rust-lang.org when possible 2022-06-10 11:57:53 +02:00
num Corrected EBNF grammar for from_str 2022-05-28 18:24:34 -04:00
ops Finish bumping stage0 2022-05-27 07:36:17 -04:00
panic
prelude
ptr Stabilize const_intrinsic_copy 2022-06-08 20:17:28 +09:00
slice Rollup merge of #97366 - WaffleLapkin:stabilize_array_slice_from_ref, r=dtolnay 2022-06-03 11:18:23 +02:00
str Document an edge case of str::split_once 2022-06-13 13:35:49 +03:00
sync Stabilize scoped threads. 2022-06-11 15:01:52 +02:00
task Rollup merge of #93966 - rkuhn:patch-1, r=tmandry 2022-05-25 07:08:41 +09:00
unicode Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
any.rs Fix typos in Provider API docs 2022-06-10 20:58:27 -07:00
ascii.rs
asserting.rs
bool.rs
borrow.rs
cell.rs
clone.rs docs: show Clone and Copy on () doc pages 2022-06-07 12:12:49 -07:00
cmp.rs Rollup merge of #97950 - eggyal:issue-97945, r=Dylan-DPC 2022-06-12 17:35:41 -07:00
default.rs
hint.rs
internal_macros.rs
intrinsics.rs Inline const_eval_select 2022-06-13 17:10:40 +02:00
lazy.rs
lib.rs Stabilize const_intrinsic_copy 2022-06-08 20:17:28 +09:00
marker.rs docs: show Clone and Copy on () doc pages 2022-06-07 12:12:49 -07:00
option.rs Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm 2022-05-26 20:59:40 +02:00
panic.rs
panicking.rs
pin.rs
primitive_docs.rs rustdoc: change "variadic tuple" notation to look less like real syntax 2022-06-14 12:21:38 -07:00
primitive.rs
result.rs Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcm 2022-05-26 20:59:40 +02:00
time.rs Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplett 2022-05-26 20:15:07 -07:00
tuple.rs Add docs to maybe_tuple_doc! 2022-06-11 21:47:03 -07:00
unit.rs