rust/library/core/src/num
Yuki Okushi bc5669eef8
Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics
Convert primitives in the standard library to intra-doc links

Blocked on https://github.com/rust-lang/rust/pull/80181. I forgot that this needs to wait for the beta bump so the standard library can be documented with `doc --stage 0`.

Notably I didn't convert `core::slice` because it's like 50 links and I got scared 😨
2021-03-02 21:23:12 +09:00
..
dec2flt Change twice used large const table to static 2021-03-01 10:41:16 -08:00
flt2dec rename MaybeUninit slice methods 2020-09-05 17:24:22 +02:00
shells Convert the rest of the standard library primitives to intra-doc links 2021-02-25 20:32:49 -05:00
bignum.rs Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
diy_float.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
error.rs Fix link 2021-02-23 08:54:18 -05:00
f32.rs Convert the rest of the standard library primitives to intra-doc links 2021-02-25 20:32:49 -05:00
f64.rs Convert the rest of the standard library primitives to intra-doc links 2021-02-25 20:32:49 -05:00
int_macros.rs Convert core/num/mod.rs to intra-doc links 2021-02-23 08:54:16 -05:00
mod.rs Rollup merge of #82078 - lopopolo:char-u8-const-fn, r=m-ou-se 2021-02-25 14:33:55 +01:00
nonzero.rs Add NonZeroUn::is_power_of_two 2021-01-16 19:27:51 -08:00
uint_macros.rs Convert core/num/mod.rs to intra-doc links 2021-02-23 08:54:16 -05:00
wrapping.rs Remove all doc_comment!{} hacks by using #[doc = expr] where needed. 2020-12-30 22:49:08 +01:00