..
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
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07: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
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
num
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
2018-09-30 01:45:50 +00:00
ops
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
prelude
Drop identity from prelude.
2018-08-19 18:36:18 +02:00
slice
Rollup merge of #54687 - scottmcm:more-elision, r=dtolnay
2018-10-02 22:54:33 +02:00
str
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
sync
remove (more) CAS API from Atomic* types where not natively supported
2018-09-16 23:04:11 +02:00
task
Remove spawning from task::Context
2018-09-19 15:01:19 -07:00
tests
Activate the feature in the libcore tests too
2018-09-29 23:29:58 -07: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
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
clarify write_bytes a bit
2018-09-21 16:01:58 +02:00
iter_private.rs
Various fixes to wording consistency in the docs
2017-03-22 17:19:52 +01:00
lib.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
macros.rs
Spacing changes made to the example
2018-09-05 09:09:50 -04:00
marker.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07:00
mem.rs
Auto merge of #54596 - mjbshaw:drop, r=RalfJung
2018-09-30 12:00:45 +00:00
nonzero.rs
Bump to 1.31.0 and bootstrap from 1.30 beta
2018-09-27 20:52:53 -07:00
option.rs
Use impl_header_lifetime_elision in libcore
2018-09-29 21:33:35 -07: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
Remove useless lifetimes from Pin impls.
2018-09-26 16:03:05 -05:00
ptr.rs
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
2018-09-29 09:50:50 +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
Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichton
2018-09-20 21:36:16 +08: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