summary refs log tree commit diff
path: root/library/core/src/result.rs
AgeCommit message (Expand)AuthorLines
2020-08-31Stabilize some Result methods as constCDirkx-3/+3
2020-08-26apply bootstrap cfgsPietro Albini-2/+2
2020-08-20Fix intra-doc links Camelid-2/+2
2020-08-19Revert to old link since intra-doc link is brokenCamelid-1/+1
2020-08-19Switch to intra-doc links in `core::result`Camelid-68/+15
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-07-31Stabilize as_deref and as_deref on ResultLzu Tao-5/+2
2020-07-31Remove as_deref_err and as_deref_mut_err from ResultLzu Tao-21/+0
2020-07-27mv std libs to library/mark-0/+1588