about summary refs log tree commit diff
path: root/library/std/src/keyword_docs.rs
AgeCommit message (Expand)AuthorLines
2021-09-16Fix typo in `break` docstatami4-1/+1
2021-09-05Mention usage of `const` in raw pointer types at the top of the keyword's doc...Frank Steffahn-1/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-17Rollup merge of #86141 - amorison:link-ref-in-doc-dyn-keyword, r=kennytmYuki Okushi-2/+5
2021-06-15Update keyword_docs.rsLukas Wirth-2/+1
2021-06-08Link reference in `dyn` keyword documentationAdrien Morison-2/+5
2021-06-05Updated code examples and wordingerer1243-11/+9
2021-05-13Fix indentation in move keyword documentationThomas Otto-2/+2
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-0/+1
2021-03-31Rollup merge of #83680 - ibraheemdev:patch-2, r=Dylan-DPCDylan DPC-9/+12
2021-03-30update for loop desugaring docsIbraheem Ahmed-9/+12
2021-03-30Fix Self keyword doc URL conflict on case insensitive file systemsGuillaume Gomez-1/+5
2021-03-20Fix broken doc link referenceStephen Albert-Moore-2/+2
2021-03-18Fix pluralization in keyword docsStephen Albert-Moore-3/+3
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-5/+3
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2020-12-19Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-SimulacrumYuki Okushi-0/+1
2020-12-18Add the "promise" aliases to the `async` lang featureYoshua Wuyts-0/+1
2020-12-13Rollup merge of #79398 - pickfire:keyword, r=Dylan-DPCYuki Okushi-0/+10
2020-11-28Rollup merge of #79383 - abdnh:patch-1, r=shepmasterJonas Schievink-2/+2
2020-11-28Rollup merge of #78086 - poliorcetics:as-placeholder, r=Mark-SimulacrumJonas Schievink-3/+14
2020-11-26Add while loop keyword to see alsoIvan Tham-2/+6
2020-11-25Fix typo in keyword linkIvan Tham-1/+1
2020-11-25Link loop/for keywordIvan Tham-0/+6
2020-11-25Fix bold code formatting in keyword docsabdo-2/+2
2020-11-23Fix typo in keyword docs for traitstakashiidobe-1/+1
2020-11-23Add doc for 'as _' about '_' and its possibilities and problemsAlexis Bourget-3/+14
2020-11-04Clean up docs for 'as' keywordCamelid-6/+13
2020-10-23Update description of Empty Enum for accuracyEduardo Pinho-1/+2
2020-10-12fix markdown referenceRalf Jung-1/+1
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
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