summary refs log tree commit diff
path: root/library/std/src/keyword_docs.rs
AgeCommit message (Collapse)AuthorLines
2020-11-04Clean up docs for 'as' keywordCamelid-6/+13
2020-10-23Update description of Empty Enum for accuracyEduardo Pinho-1/+2
An empty enum is similar to the never type `!`, rather than the unit type `()`.
2020-10-12fix markdown referenceRalf Jung-1/+1
Co-authored-by: Dariusz Niedoba <darksv@users.noreply.github.com>
2020-10-12const keyword: brief paragraph on 'const fn'Ralf Jung-3/+18
2020-09-01Improve wording for const pointersCamelid-1/+1
2020-09-01Minor improvementsCamelid-2/+2
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-08-26Improve docs for the `const` keywordCamelid-12/+14
2020-08-17Move to intra doc links for keyword documentationAlexis Bourget-16/+4
2020-08-14Document the unsafe keywordAlexis Bourget-3/+181
2020-08-08Add an example about the behaviour of move and Fn* traitsAlexis Bourget-5/+17
2020-08-04Fix the documentation for move about Fn traits implementationsAlexis Bourget-2/+6
2020-08-02fix typosliuzhenyu-1/+1
2020-07-27mv std libs to library/mark-0/+2113