..
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
Only promote calls to #[rustc_promotable] const fns
2018-10-03 10:07:05 +02:00
ops
Fix a typo in the documentation of RangeInclusive
2018-10-21 23:42:19 +02: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
std: Start implementing wasm32 atomics
2018-09-24 15:55:35 -07:00
task
Update comment based on suggestion.
2018-10-24 09:28:04 +11:00
tests
Stabilize impl_header_lifetime_elision in 2015
2018-10-19 21:57:52 -07:00
unicode
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
2018-08-01 17:44:25 +00:00
alloc.rs
fix typos in various places
2018-10-23 15:56:25 +02: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
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -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
Fix "Quasi-quoting is inefficient" warning in incremental rustbuild.
2017-07-18 01:49:40 +08: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
fix typos in various places
2018-10-23 15:56:25 +02:00
iter_private.rs
Various fixes to wording consistency in the docs
2017-03-22 17:19:52 +01:00
lib.rs
Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=bluss
2018-10-28 16:38:48 +08: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
Rollup merge of #55421 - CAD97:patch-1, r=kennytm
2018-10-28 21:32:03 +08:00
nonzero.rs
Bump to 1.31.0 and bootstrap from 1.30 beta
2018-09-27 20:52:53 -07: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
fix typos in various places
2018-10-23 15:56:25 +02:00
ptr.rs
Make a bunch of trivial methods of NonNull be #[inline]
2018-10-28 00:59:04 +02: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
Only promote calls to #[rustc_promotable] const fns
2018-10-03 10:07:05 +02: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