rust/library/core/src
2021-02-08 11:32:18 +00:00
..
alloc Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-Simulacrum 2021-02-05 12:26:07 +01:00
array Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se 2021-01-31 01:47:25 +01:00
char
convert Rollup merge of #80279 - Yaulendil:str-as-mut, r=m-ou-se 2021-01-31 01:47:23 +01:00
fmt Optimize udiv_1e19() function 2021-01-29 02:27:20 +09:00
future
hash
iter Rollup merge of #81742 - sdroege:exact-size-iterator-correctness, r=kennytm 2021-02-07 14:45:51 +01:00
macros expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
mem Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay 2021-02-06 00:14:09 +01:00
num Revert stabilizing integer::BITS. 2021-02-03 22:23:58 +01:00
ops
prelude expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
ptr rename raw_const/mut -> const/mut_addr_of, and stabilize them 2021-01-29 15:18:45 +01:00
slice Specialize slice::fill for Copy type and u8/i8/bool 2021-02-08 11:32:18 +00:00
str Same instructions, but simpler. 2021-01-26 21:57:50 +00:00
stream Remove Stream::next 2021-01-23 16:54:56 +01:00
sync
task
unicode
any.rs
ascii.rs
bool.rs
borrow.rs
cell.rs Add some links to the cell docs. 2021-01-30 14:41:23 -08:00
clone.rs
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
hint.rs
internal_macros.rs
intrinsics.rs Only inherit const stability for methods of impl const Trait blocks 2021-01-18 11:07:35 +00:00
lazy.rs
lib.rs Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se 2021-01-30 13:36:43 +09:00
marker.rs
option.rs Add tracking issue 2021-01-25 14:58:09 +01:00
panic.rs Implement new panic!() behaviour for Rust 2021. 2021-01-25 13:48:11 +01:00
panicking.rs
pin.rs
primitive.rs
raw.rs
result.rs Add tracking issue 2021-01-25 14:58:09 +01:00
time.rs
tuple.rs
unit.rs