rust/src/libstd
kennytm 4c0823a670
Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichton
Replace empty array hack with repr(align)

As a side effect, this fixes the warning about repr(C, simd) that has been reported during x86_64 windows builds since #47111 (see also: #47103)

r? @alexcrichton
2018-01-09 03:37:12 +08:00
..
collections Write examples for {BTree,Hash}Set::{get,replace,take} 2018-01-05 15:02:10 +01:00
ffi Correct a few stability attributes 2017-12-27 14:11:05 +00:00
io Clarify appending behavior of 'io::Read::read_to_string()'. 2018-01-05 04:24:12 -08:00
net Reject superfluous :: in IPv6 addresses 2017-12-11 23:02:14 +00:00
os add aarch64-unknown-openbsd support 2017-12-17 19:48:31 +01:00
prelude Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
rand Update miri to rustc changes 2017-12-06 09:25:29 +01:00
sync Correct a few stability attributes 2017-12-27 14:11:05 +00:00
sys Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichton 2018-01-09 03:37:12 +08:00
sys_common Auto merge of #46713 - Manishearth:memchr, r=bluss 2017-12-31 16:38:10 +00:00
thread Update miri to rustc changes 2017-12-06 09:25:29 +01:00
time docs: do not call integer overflows as underflows 2017-12-21 02:39:01 +01:00
ascii.rs Fix doc typo for is_ascii_graphic 2017-12-30 21:27:43 +00:00
build.rs Add proper library dependencies for libstd on CloudABI. 2017-12-29 09:33:26 +01:00
Cargo.toml Update miri to rustc changes 2017-12-06 09:25:29 +01:00
env.rs Minor rewrite of env::current_exe docs; clarify symlinks. 2017-12-24 11:29:13 -08:00
error.rs Rename never_type_impls gate to never_type 2017-12-12 14:03:03 +08:00
f32.rs Make core::f32/f64 docs match std. 2017-12-21 20:32:07 -05:00
f64.rs Make core::f32/f64 docs match std. 2017-12-21 20:32:07 -05:00
fs.rs fs::{read, read_string, write}: add tracking issue number 2017-12-08 19:28:13 +01:00
heap.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
lib.rs Replace empty array hack with repr(align) 2018-01-07 20:25:37 +01:00
macros.rs Fix docs mistake 2017-12-25 14:15:59 +01:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
panicking.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
path.rs Correct a few stability attributes 2017-12-27 14:11:05 +00:00
primitive_docs.rs Rename never_type_impls gate to never_type 2017-12-12 14:03:03 +08:00
process.rs Fix an error in std::process documentation 2018-01-04 22:01:57 +01:00
rt.rs Bump to 1.25.0 2018-01-04 07:21:22 -08:00
termination.rs Bump to 1.25.0 2018-01-04 07:21:22 -08:00