rust/library/std/src
bors a9025c571e Auto merge of #74621 - LukasKalbertodt:float-docs, r=GuillaumeGomez
Improve `f32` and `f64` primitive documentation

I noticed that the docs for the primitive floats were fairly short. I first only wanted to add the IEEE specification information (compare [the reference](https://doc.rust-lang.org/reference/types/numeric.html)), but then also added some more beginner-friendly docs. Let me know what you think!

Random doc team assign:
r? @rylev
2020-08-11 04:10:39 +00:00
..
collections Update the tracking issue number of map_into_keys_values 2020-08-08 16:35:54 +02:00
ffi
io
net Rollup merge of #75179 - lzutao:unsed-ipv4-frominner, r=alexcrichton 2020-08-07 09:35:16 +09:00
os
prelude
sync fix typos 2020-08-02 23:20:00 +08:00
sys Rollup merge of #74842 - hermitcore:thread_local, r=Mark-Simulacrum 2020-08-09 06:41:16 +09:00
sys_common Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
thread Disallow missing unsafe blocks in unsafe fn in panicking.rs 2020-07-29 21:58:09 +02:00
alloc.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
ascii.rs
backtrace.rs std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
env.rs
error.rs
f32.rs
f64.rs
fs.rs Update fs::remove_file docs 2020-07-29 08:18:01 +03:00
future.rs
keyword_docs.rs Add an example about the behaviour of move and Fn* traits 2020-08-08 15:57:17 +02:00
lazy.rs Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy 2020-07-28 09:51:08 +02:00
lib.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
macros.rs
memchr.rs
num.rs
panic.rs
panicking.rs Rollup merge of #74200 - poliorcetics:std-panicking-unsafe-block-in-unsafe-fn, r=Mark-Simulacrum 2020-08-10 09:07:46 +09:00
path.rs Rollup merge of #75286 - pickfire:patch-9, r=jyn514 2020-08-10 09:07:52 +09:00
primitive_docs.rs Improve f32 and f64 primitive documentation 2020-07-28 17:41:58 +02:00
process.rs
rt.rs Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
time.rs