.. |
benches
|
bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")
|
2018-08-29 12:18:05 +02:00 |
char
|
Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm
|
2018-08-12 23:26:51 +02:00 |
fmt
|
Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe
|
2018-08-24 19:24:44 +08:00 |
future
|
move PinMut into pin module and export through std
|
2018-08-23 01:37:03 +03:00 |
hash
|
impl PartialEq+Eq for BuildHasherDefault
|
2018-07-15 17:37:46 +02:00 |
iter
|
fix u32 steps_between for 16-bit systems
|
2018-08-30 12:35:00 +02:00 |
num
|
Add const_unstable flag to overflowing_shr
|
2018-09-03 14:53:05 +02: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
|
Link to more detailed docs in slice::from_raw_parts_mut
|
2018-09-03 18:29:08 +02:00 |
str
|
use char pattern for single-character splits: a.split("x") -> a.split('x')
|
2018-08-22 12:56:32 +02:00 |
sync
|
Make core::sync::atomic::Ordering #[non_exhaustive]
|
2018-08-15 17:11:42 +01:00 |
task
|
Rename Executor trait to Spawn
|
2018-08-06 12:18:47 +02:00 |
tests
|
Breaking change upgrades
|
2018-09-04 13:22:08 -06:00 |
unicode
|
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
|
2018-08-01 17:44:25 +00:00 |
alloc.rs
|
Remove explicit returns where unnecessary
|
2018-08-04 14:31:03 +02:00 |
any.rs
|
Enforce #![deny(bare_trait_objects)] in src/libcore
|
2018-07-25 10:21:41 +09:00 |
array.rs
|
|
|
ascii.rs
|
|
|
borrow.rs
|
|
|
Cargo.toml
|
Breaking change upgrades
|
2018-09-04 13:22:08 -06:00 |
cell.rs
|
Remove redundant field names in structs
|
2018-08-04 14:58:20 +02:00 |
clone.rs
|
|
|
cmp.rs
|
Add another PartialEq example
|
2018-08-21 23:24:23 +02:00 |
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
|
rebase
|
2018-09-01 15:05:55 +02:00 |
macros.rs
|
Made the requested changes for Note: and no_std within backticks
|
2018-09-05 08:56:00 -04:00 |
marker.rs
|
link to items in pin module to std docs
|
2018-08-23 10:16:58 +03:00 |
mem.rs
|
Implement the min_const_fn feature gate
|
2018-08-31 08:39:59 +02:00 |
nonzero.rs
|
|
|
option.rs
|
move PinMut into pin module and export through std
|
2018-08-23 01:37:03 +03:00 |
panic.rs
|
Enforce #![deny(bare_trait_objects)] in src/libcore
|
2018-07-25 10:21:41 +09:00 |
panicking.rs
|
|
|
pin.rs
|
remove copyright headers now that they are not madatory
|
2018-08-25 00:07:00 +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
|
inline some short functions
|
2018-08-09 01:27:48 -08:00 |
time.rs
|
Remove redundant field names in structs
|
2018-08-04 14:58:20 +02:00 |
tuple.rs
|
|
|
unit.rs
|
|
|