rust/src/libcore
bors 8dd24c8ed4 Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton
Move the alloc::allocator module to core::heap

This is the `Alloc` trait and its dependencies.
2018-03-31 09:11:21 +00:00
..
benches Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
fmt Rollup merge of #49103 - glandium:uninitialized, r=cramertj 2018-03-26 15:14:56 +02:00
hash Fix a few more unstables that I missed 2018-03-26 08:37:56 -05:00
iter Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
num Deprecate signed std::num::NonZeroI* with a call for use cases 2018-03-30 18:13:05 +02:00
ops Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez 2018-03-30 01:31:13 +02:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
slice Stabilize inclusive_range library feature. 2018-03-15 16:58:01 +08:00
str Add an example of lossy decoding to str::Utf8Error docs 2018-03-17 11:17:11 +01:00
sync Rollup merge of #49170 - steveklabnik:gh49127, r=nagisa 2018-03-26 15:14:57 +02:00
tests Remove TryFrom impls that might become conditionally-infallible with a portability lint 2018-03-27 09:48:42 +02:00
any.rs stage0 cfg cleanup 2018-02-20 08:52:33 -07:00
array.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
ascii.rs FusedIterator will be stabilized 2018-03-06 16:33:38 -05:00
borrow.rs Fix formatting. 2018-03-18 13:05:00 +01:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
cell.rs Remove deprecated unstable ptr::Shared type alias. 2018-03-17 23:59:35 +01:00
char.rs Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
char_private.rs regenerate libcore/char_private.rs 2017-10-26 22:32:24 -07:00
clone.rs Mention closures in docs for Clone and Copy 2018-03-23 15:12:10 +01:00
cmp.rs change never_type stabilisation version 2018-03-14 12:44:51 +08:00
convert.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
default.rs Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. 2017-07-18 01:49:40 +08:00
heap.rs Move the alloc::allocator module to core::heap 2018-03-29 14:58:07 +02:00
internal_macros.rs fix version number 2017-09-21 15:46:17 -04:00
intrinsics.rs Introduce unsafe offset_from on pointers 2018-03-23 01:30:23 -07:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton 2018-03-31 09:11:21 +00:00
macros.rs Make assert macro a built-in procedural macro 2018-03-07 17:22:58 +09:00
marker.rs Mention closures in docs for Clone and Copy 2018-03-23 15:12:10 +01:00
mem.rs Update tracking issue. 2018-03-18 15:05:45 -07:00
nonzero.rs num::NonZero* types now have their own tracking issue: #49137 2018-03-18 16:58:38 +01:00
option.rs Commit code for option size hint 2018-03-31 01:13:02 -04:00
panic.rs Add missing micro version number component in stability attributes. 2018-01-24 22:25:42 +01:00
panicking.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
ptr.rs src/libcore/ptr.rs: Fix documentation for size of Option<NonNull<T>> 2018-03-29 09:46:16 +02:00
raw.rs Fix up various links 2017-03-20 10:10:16 -04:00
result.rs core: Update stability attributes for FusedIterator 2018-03-03 14:23:05 +01:00
time.rs Correct a few stability attributes 2018-02-10 21:20:42 +00: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