rust/library/core/src
2021-02-28 14:30:26 +01:00
..
alloc Try to clarify GlobalAlloc::realloc documentation comment. 2021-02-28 14:30:26 +01:00
array Add internal collect_into_array[_unchecked] to remove duplicate code 2021-02-15 17:52:33 +01:00
char Update since attributes for new const_ascii_methods_on_intrinsics to 1.52.0 2021-02-23 07:18:48 -08:00
convert Rollup merge of #80279 - Yaulendil:str-as-mut, r=m-ou-se 2021-01-31 01:47:23 +01:00
fmt Stabilize Arguments::as_str 2021-02-14 17:48:51 -05:00
future Use more std:: instead of core:: in docs for consistency, add more intra doc links 2020-12-02 00:41:53 +01:00
hash Use new pointer metadata API inside libcore instead of manual transmutes 2021-02-15 14:27:34 +01:00
iter Auto merge of #82162 - cuviper:flat-fold, r=Mark-Simulacrum 2021-02-25 00:36:05 +00:00
macros Use #[doc = include_str!()] in std 2021-02-23 15:54:55 +01:00
mem Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
num Rollup merge of #82078 - lopopolo:char-u8-const-fn, r=m-ou-se 2021-02-25 14:33:55 +01:00
ops Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus 2021-02-23 02:51:43 +01:00
prelude expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
ptr Constify ptr::write and the write[_unaligned] methods on *mut T 2021-02-23 18:00:01 +01:00
slice Auto merge of #81874 - tesuji:spec_slice_fill, r=matthewjasper 2021-02-27 14:54:31 +00:00
str Stabilize str_split_once 2021-02-09 23:17:11 -05:00
stream Remove Stream::next 2021-01-23 16:54:56 +01:00
sync Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-se 2021-01-14 18:00:14 +00:00
task stabilize the poll_map feature 2021-01-13 14:51:27 +10:00
unicode Slightly more explicit 2021-02-12 13:42:42 +00:00
any.rs Apply suggestions from code review 2020-12-09 23:13:24 +00:00
ascii.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
bool.rs Stabilise then 2020-11-22 13:45:14 +00:00
borrow.rs Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
cell.rs improve UnsafeCell docs 2021-02-21 17:24:19 +01:00
clone.rs Improve readability 2020-09-01 19:56:32 +02:00
cmp.rs Remove requirement that forces symmetric and transitive PartialEq impls to exist 2021-01-19 14:26:09 -08:00
default.rs Bump rustfmt version 2021-02-02 09:09:52 -05:00
ffi.rs Properly define va_arg and va_list for aarch64-apple-darwin 2020-10-25 21:37:01 -04:00
hint.rs Fixed documentation error 2021-01-03 19:54:54 +02:00
internal_macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
intrinsics.rs Constify ptr::write and the write[_unaligned] methods on *mut T 2021-02-23 18:00:01 +01:00
lazy.rs Capitalize safety comments 2020-09-08 22:26:44 -04:00
lib.rs Constify ptr::write and the write[_unaligned] methods on *mut T 2021-02-23 18:00:01 +01:00
marker.rs Auto merge of #77893 - petertodd:2020-impl-default-for-phantompinned, r=dtolnay 2020-11-23 07:00:30 +00:00
option.rs [librustdoc] Reform lang string token splitting 2021-02-12 00:02:52 -08:00
panic.rs Implement new panic!() behaviour for Rust 2021. 2021-01-25 13:48:11 +01:00
panicking.rs Hide internals items in documentation 2021-02-14 23:39:43 +01:00
pin.rs Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw.rs Use intra-doc-links in core::{raw, ffi, pin} 2020-08-22 22:25:27 +02:00
result.rs Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 2021-02-26 00:17:22 +00:00
time.rs Replace magic numbers with existing constants 2020-12-11 05:27:52 +00:00
tuple.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
unit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00