about summary refs log tree commit diff
path: root/library/core/src/option.rs
AgeCommit message (Expand)AuthorLines
2020-12-10Improve wording of `flatten()` docsCamelid-1/+5
2020-10-23add tracking issue number to option_insert feature gateCanop-1/+1
2020-10-23Update library/core/src/option.rsCanop-4/+0
2020-10-23Update library/core/src/option.rsCanop-0/+2
2020-10-23fix naming unconsistency between function doc and prototypeCanop-9/+8
2020-10-23more tests in option.insert, code cleaning in optionCanop-12/+17
2020-10-23remove `option.insert_with`Canop-19/+1
2020-10-23add `insert` and `insert_with` to `Option`Canop-0/+46
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-0/+1
2020-10-08Fix intra-doc links in `core`Camelid-0/+3
2020-09-26Rollup merge of #75454 - ltratt:option_optimisation_guarantees, r=dtolnayRalf Jung-4/+17
2020-09-20Stabilize some Option methods as constCDirkx-3/+3
2020-09-18Fixed some intra-docs links in library/coreAmjad Alsharafi-2/+0
2020-08-26apply bootstrap cfgsPietro Albini-2/+2
2020-08-17Grammar tweak.Laurence Tratt-4/+4
2020-08-17Rename the types for clarity.Laurence Tratt-5/+5
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-08-15Remove unnecessary intra-doc linkCamelid-1/+0
2020-08-15Fix linkCamelid-0/+2
2020-08-14Switch to intra-doc links in `core::option`Camelid-92/+23
2020-08-12Add Rust function pointers.Laurence Tratt-1/+1
2020-08-12Change notation.Laurence Tratt-2/+2
2020-08-12Be clearer about Some/None transmute.Laurence Tratt-2/+3
2020-08-12Be clear about the reverse `transmute` guarantees.Laurence Tratt-2/+3
2020-08-12Clarify and add guarantee about `transmute`.Laurence Tratt-3/+6
2020-08-12Explicitly document the size guarantees that Option makes.Laurence Tratt-4/+12
2020-07-30Make `Option::unwrap` unstably constDylan MacKenzie-1/+2
2020-07-27mv std libs to library/mark-0/+1740