about summary refs log tree commit diff
path: root/library/std/src/primitive_docs.rs
AgeCommit message (Expand)AuthorLines
2020-10-15Fix link to foreign calling conventionsMatthew Kraai-0/+2
2020-09-26Add doc alias for pointer primitiveGuillaume Gomez-0/+1
2020-09-03Rollup merge of #76164 - lzutao:slice-array, r=ehussDylan DPC-3/+3
2020-08-31Break line at 100 charactersCamelid-2/+2
2020-08-31Improve `assert!` section in `bool` docsCamelid-2/+2
2020-08-31Improve wordingCamelid-2/+2
2020-08-31Remove empty commentCamelid-1/+0
2020-08-31Redefine `Debug` instead of importing itCamelid-1/+4
2020-08-31Link to slice pattern in array docsLzu Tao-3/+3
2020-08-30Explain why the `0` is a `u32`Camelid-2/+3
2020-08-30Import `Debug` instead of redefining itCamelid-4/+1
2020-08-29other branch -> `else` branchCamelid-1/+1
2020-08-29Be more specific about polymorphic return typesCamelid-4/+4
2020-08-29Specify `0` of type `u32`Camelid-2/+2
2020-08-29It's only an issue without an `impl Trait for !`Camelid-4/+4
2020-08-29cannot have divergence -> cannot divergeCamelid-3/+3
2020-08-29Add info about `!` and `impl Trait`Camelid-2/+35
2020-08-26Merge conflict fix: disambiguate f32 -> prim@f32 and u32 -> prim@u32Surya Midatala-0/+2
2020-08-26Fix link to `f32`Joshua Nelson-1/+1
2020-08-26Use crate::mod to disambiguate linksSurya Midatala-4/+4
2020-08-26Add suggestions from code reviewSurya Midatala-6/+6
2020-08-26Add missed links in primitive_docs.rsSurya Midatala-2/+2
2020-08-26Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs, primitive_docs.r...Surya Midatala-115/+63
2020-08-23Auto merge of #75028 - MrModder:master, r=steveklabnikbors-0/+14
2020-08-23Revert changed paragraph about slice definition.Leon Matthes-2/+2
2020-08-13Rollup merge of #75477 - RalfJung:fn-ptrs, r=Mark-SimulacrumTyler Mandry-9/+48
2020-08-13fn type: structure, and talk a bit more about ABIs and how to create themRalf Jung-9/+48
2020-08-11Fix minor things in the `f32` primitive docsLukas Kalbertodt-5/+3
2020-08-01Add missing import to RcLeon Matthes-0/+1
2020-08-01Add missing periodLeon Matthes-1/+1
2020-08-01Document that slice means pointer to a sequenceLeon Matthes-2/+15
2020-07-28Improve `f32` and `f64` primitive documentationLukas Kalbertodt-3/+41
2020-07-27mv std libs to library/mark-0/+1110