.. |
alloc
|
make Allocator object-safe
|
2021-02-03 20:46:16 -05:00 |
array
|
Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se
|
2021-01-31 01:47:25 +01:00 |
char
|
Rollup merge of #79502 - Julian-Wollersberger:from_char_for_u64, r=withoutboats
|
2021-01-10 16:55:53 +09:00 |
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
|
Use more std:: instead of core:: in docs for consistency, add more intra doc links
|
2020-12-02 00:41:53 +01:00 |
hash
|
fix aliasing issues in SipHasher
|
2020-10-31 16:26:06 +01:00 |
iter
|
Stabilize feature(iterator_fold_self): Iterator::reduce
|
2021-02-04 11:31:11 +01:00 |
macros
|
Update panic!() documentation about non-string panics.
|
2021-02-03 23:15:51 +01:00 |
mem
|
Add doc aliases for "delete"
|
2021-01-31 11:07:37 +01:00 |
num
|
Revert stabilizing integer::BITS.
|
2021-02-03 22:23:58 +01:00 |
ops
|
Add as_ref and as_mut methods for Bound
|
2021-01-13 21:16:26 -05:00 |
prelude
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
ptr
|
rename raw_const/mut -> const/mut_addr_of, and stabilize them
|
2021-01-29 15:18:45 +01:00 |
slice
|
Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-se
|
2021-01-31 01:47:29 +01: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
|
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
|
Privatize some of libcore unicode_internals
|
2020-12-07 16:16:42 +03: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
|
Add some links to the cell docs.
|
2021-01-30 14:41:23 -08: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
|
Only inherit const stability for methods of impl const Trait blocks
|
2021-01-18 11:07:35 +00:00 |
lazy.rs
|
Capitalize safety comments
|
2020-09-08 22:26:44 -04:00 |
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
|
Auto merge of #77893 - petertodd:2020-impl-default-for-phantompinned, r=dtolnay
|
2020-11-23 07:00:30 +00:00 |
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
|
Bump bootstrap compiler version
|
2020-11-19 19:23:36 -05: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
|
Add tracking issue
|
2021-01-25 14:58:09 +01: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 |