rust/src/libstd
bors 135f334e0a Auto merge of #49580 - glandium:core-heap, r=SimonSapin
Use Alloc and Layout from core::heap.

94d1970bba moved the alloc::allocator
module to core::heap, moving e.g. Alloc and Layout out of the alloc
crate. While alloc::heap reexports them, it's better to use them from
where they really come from.
2018-04-02 08:07:10 +00:00
..
collections Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
ffi Implement shrink_to method on collections 2018-03-27 01:39:11 +01:00
io Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=GuillaumeGomez 2018-03-28 18:11:44 +00:00
net Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN 2018-04-01 10:09:58 +00:00
os Remove hidden foo functions from doc examples; use Termination trait. 2018-03-28 13:15:05 +02:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
sync Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay 2018-02-25 15:54:39 +08:00
sys Auto merge of #49460 - kennytm:rollup, r=kennytm 2018-03-28 22:18:13 +00:00
sys_common Implement shrink_to method on collections 2018-03-27 01:39:11 +01:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread Fix a bug introduced in previous commit 2018-03-01 00:07:27 +01:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
build.rs rustc: Embed LLVM bitcode by default on iOS 2018-03-13 08:29:19 -07:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
env.rs Remove hidden foo functions from doc examples; use Termination trait. 2018-03-28 13:15:05 +02:00
error.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
f32.rs Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 2018-03-21 18:11:57 -07:00
f64.rs Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 2018-03-21 18:11:57 -07:00
fs.rs Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin 2018-04-01 02:44:45 +00:00
heap.rs Move the alloc::allocator module to core::heap 2018-03-29 14:58:07 +02:00
lib.rs Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett 2018-03-28 17:55:09 +02:00
macros.rs document format_args! further wrt. Debug & Display" 2018-03-21 07:55:09 +01:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Deprecate signed std::num::NonZeroI* with a call for use cases 2018-03-30 18:13:05 +02:00
panic.rs Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler 2018-02-18 06:02:35 +00:00
panicking.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
path.rs Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcrichton 2018-03-08 11:25:54 -08:00
primitive_docs.rs Fix missed i128 feature gates 2018-03-26 08:37:56 -05:00
process.rs Stabilize std::process::id() 2018-04-01 21:40:56 -06:00
rt.rs move Termination trait to std::process 2018-02-22 17:57:08 -05:00
time.rs Fix doctest 2018-03-30 15:35:36 +02:00