rust/library/core/src
Cameron Steffen b1166e14b6
Rollup merge of #87654 - jesyspa:issue-87238-option-result-doc, r=scottmcm
Add documentation for the order of Option and Result

This resolves issue #87238.
2021-08-02 09:36:50 -05:00
..
alloc Consistent spelling of "adapter" in the standard library 2021-07-30 17:23:07 +02:00
array bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
char Add missing links for core::char types 2021-07-29 14:13:41 +02:00
convert Added diagnostic items to structs and traits for Clippy 2021-07-15 23:57:02 +02:00
fmt Rollup merge of #87052 - phlopsi:patch-1, r=jyn514 2021-07-30 16:26:52 +09:00
future Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
hash Add tracking issue and rename to hash_one 2021-06-24 01:30:48 -07:00
iter Consistent spelling of "adapter" in the standard library 2021-07-30 17:23:07 +02:00
macros Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se 2021-08-02 00:13:40 +00:00
mem Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm 2021-07-30 04:34:13 +00:00
num Rollup merge of #87522 - frogtd:patch-1, r=yaahc 2021-07-30 16:26:53 +09:00
ops Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
panic Fix unused sync::atomic import on targets without atomics 2021-07-31 17:27:29 -07:00
prelude Move asm! and global_asm! to core::arch 2021-07-18 18:30:58 -04:00
ptr mark a UB doctest as no_run 2021-07-31 11:37:48 +02:00
slice Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se 2021-08-02 11:03:21 +09:00
str Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
stream Remove Stream::next 2021-01-23 16:54:56 +01:00
sync Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
task Update stable version of ready!() macro. 2021-07-28 16:56:12 +02:00
unicode Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
any.rs Added diagnostic items to structs and traits for Clippy 2021-07-15 23:57:02 +02:00
ascii.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
bool.rs Fix tracking issue for bool_to_option 2021-07-10 18:43:52 -04:00
borrow.rs Fix borrow and deref 2021-03-03 11:23:29 +01:00
cell.rs fix typo: whenver -> whenever 2021-07-26 22:12:35 +01:00
clone.rs Updates Clone docs for Copy comparison. 2021-06-10 11:28:26 -04:00
cmp.rs Added diagnostic items to functions for Clippy 2021-07-15 23:47:03 +02:00
default.rs bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
ffi.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
hint.rs Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplett 2021-05-02 04:54:31 +00:00
internal_macros.rs
intrinsics.rs bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
lazy.rs Capitalize safety comments 2020-09-08 22:26:44 -04:00
lib.rs bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
marker.rs Rename variable 2021-06-29 20:26:37 -04:00
option.rs Add documentation for the order of Option and Result 2021-08-01 13:59:19 +02:00
panic.rs Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core 2021-07-30 10:42:15 -07:00
panicking.rs Improve comments about const panic handling 2021-07-28 16:18:38 +02:00
pin.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
primitive.rs
result.rs Add documentation for the order of Option and Result 2021-08-01 13:59:19 +02:00
time.rs Added diagnostic items to structs and traits for Clippy 2021-07-15 23:57:02 +02:00
tuple.rs
unit.rs