.. |
benches
|
|
|
char
|
Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm
|
2018-08-12 23:26:51 +02:00 |
fmt
|
|
|
future
|
move PinMut into pin module and export through std
|
2018-08-23 01:37:03 +03:00 |
hash
|
|
|
iter
|
Fix since of Iterator::flatten to be a proper semver
|
2018-08-15 19:28:42 +03:00 |
num
|
Rollup merge of #53363 - llogiq:num-individual-nonzero-docs, r=steveklabnik
|
2018-08-21 17:51:54 +08:00 |
ops
|
When closure with no arguments was expected, suggest wrapping
|
2018-08-15 13:05:01 -07:00 |
prelude
|
Drop identity from prelude.
|
2018-08-19 18:36:18 +02:00 |
slice
|
Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung
|
2018-08-21 22:05:30 +08:00 |
str
|
Replace usages of ptr::offset with ptr::{add,sub}.
|
2018-08-20 07:28:34 -04:00 |
sync
|
Make core::sync::atomic::Ordering #[non_exhaustive]
|
2018-08-15 17:11:42 +01:00 |
task
|
|
|
tests
|
Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton
|
2018-08-19 09:40:36 +00:00 |
unicode
|
|
|
alloc.rs
|
|
|
any.rs
|
|
|
array.rs
|
|
|
ascii.rs
|
|
|
borrow.rs
|
|
|
Cargo.toml
|
|
|
cell.rs
|
|
|
clone.rs
|
|
|
cmp.rs
|
|
|
convert.rs
|
core::convert::identity: fix issue number to #53500
|
2018-08-20 09:16:56 +02:00 |
default.rs
|
|
|
hint.rs
|
|
|
internal_macros.rs
|
|
|
intrinsics.rs
|
Replace usages of ptr::offset with ptr::{add,sub}.
|
2018-08-20 07:28:34 -04:00 |
iter_private.rs
|
|
|
lib.rs
|
move PinMut into pin module and export through std
|
2018-08-23 01:37:03 +03:00 |
macros.rs
|
Don't accept none str literals for the format string in writeln
|
2018-08-10 19:01:54 +01:00 |
marker.rs
|
fix link to PinMut
|
2018-08-23 01:37:03 +03:00 |
mem.rs
|
move PinMut into pin module and export through std
|
2018-08-23 01:37:03 +03:00 |
nonzero.rs
|
|
|
option.rs
|
move PinMut into pin module and export through std
|
2018-08-23 01:37:03 +03:00 |
panic.rs
|
|
|
panicking.rs
|
|
|
pin.rs
|
fix PinMut documentation
|
2018-08-23 01:37:03 +03:00 |
ptr.rs
|
Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum
|
2018-08-22 17:45:41 +02:00 |
raw.rs
|
|
|
result.rs
|
|
|
time.rs
|
|
|
tuple.rs
|
|
|
unit.rs
|
|
|