..
benches
bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")
2018-08-29 12:18:05 +02:00
char
Add examples for doc
2018-09-25 21:59:58 +10:00
fmt
doc: make core::fmt::Error example more simple
2018-10-13 19:28:18 +02:00
future
Remove spawning from task::Context
2018-09-19 15:01:19 -07:00
hash
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
iter
Remove unnecessary mut in iterator.find_map documentation example, Relates to #49098
2018-10-26 17:00:27 +02:00
num
Implement rotate using funnel shift on LLVM >= 7
2018-11-03 23:50:55 +01:00
ops
update DispatchFromDyn doctest
2018-11-01 18:16:59 -04:00
prelude
Drop identity from prelude.
2018-08-19 18:36:18 +02:00
slice
Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()
2018-10-18 18:51:56 +03:00
str
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
sync
Do not Atomic{I,U}128 in stage0
2018-11-05 18:54:17 +02:00
task
Update comment based on suggestion.
2018-10-24 09:28:04 +11:00
tests
Bump nightly to 1.32.0
2018-10-31 11:53:50 -07:00
unicode
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
2018-08-01 17:44:25 +00:00
alloc.rs
Fix Rc/Arc allocation layout
2018-11-08 11:50:02 -07:00
any.rs
Enforce #![deny(bare_trait_objects)] in src/libcore
2018-07-25 10:21:41 +09:00
array.rs
Revert "Stabilize the TryFrom and TryInto traits"
2018-04-20 18:10:00 +02:00
ascii.rs
migrate codebase to ..= inclusive range patterns
2018-06-26 07:53:30 -07:00
borrow.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
Cargo.toml
Breaking change upgrades
2018-09-04 13:22:08 -06:00
cell.rs
Slight copy-editing for std::cell::Cell docs
2018-10-26 12:09:41 -07:00
clone.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
cmp.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
convert.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
default.rs
Made doc example of impl Default for … use -> Self instead of explicit self type
2018-11-01 11:52:44 +01:00
ffi.rs
Move std::os::raw::c_void into libcore and re-export in libstd
2018-09-14 16:19:59 +01:00
hint.rs
Stabilize core::hint::unreachable_unchecked.
2018-04-16 18:29:40 +08:00
internal_macros.rs
Switch to 1.26 bootstrap compiler
2018-05-17 08:47:25 -06:00
intrinsics.rs
Implement rotate using funnel shift on LLVM >= 7
2018-11-03 23:50:55 +01:00
iter_private.rs
Various fixes to wording consistency in the docs
2017-03-22 17:19:52 +01:00
lib.rs
Bump nightly to 1.32.0
2018-10-31 11:53:50 -07:00
macros.rs
Spacing changes made to the example
2018-09-05 09:09:50 -04:00
marker.rs
Custom E0277 diagnostic for Path
2018-10-10 17:30:10 -07:00
mem.rs
Bump nightly to 1.32.0
2018-10-31 11:53:50 -07:00
nonzero.rs
Replace CoerceSized trait with DispatchFromDyn
2018-11-01 18:16:59 -04:00
option.rs
Bump the Option::replace stabilize version to 1.31.0
2018-10-08 10:18:43 +02:00
panic.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
panicking.rs
Bootstrap from 1.28.0-beta.3
2018-06-30 13:17:49 -07:00
pin.rs
Replace CoerceSized trait with DispatchFromDyn
2018-11-01 18:16:59 -04:00
ptr.rs
Replace CoerceSized trait with DispatchFromDyn
2018-11-01 18:16:59 -04:00
raw.rs
Fix up various links
2017-03-20 10:10:16 -04:00
result.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
time.rs
Bump nightly to 1.32.0
2018-10-31 11:53:50 -07:00
tuple.rs
Update bootstrap compiler
2017-08-31 06:58:58 -07:00
unit.rs
impl FromIterator<()> for ()
2017-10-18 23:12:37 -07:00