rust/src/libstd
kennytm b3f814fd30
Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplett
SGX target: handle empty user buffers correctly

Also, expose correct items in `os::fortanix_sgx::usercalls::alloc`

* [read_alloc documentation](https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.read_alloc)
* [Clarified ByteBuffer documentation](https://github.com/fortanix/rust-sgx/pull/94/files#diff-ca843ad9e25cacd63a80579c0f7efa56)

r? @joshtriplett
2019-02-06 00:29:20 +09:00
..
collections Fix poor worst case performance of is_disjoint 2019-01-09 22:19:54 +01:00
ffi Use correct tracking issue for c_variadic 2019-01-07 09:46:19 -06:00
io Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-stdio-document, r=wesleywiser 2019-01-12 10:54:58 +01:00
net Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07:00
os Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplett 2019-02-06 00:29:20 +09:00
prelude Document Unpin in std::prelude documentation 2019-01-17 00:39:15 +01:00
sync Simplify Debug implementation of MutexGuard. 2019-01-17 20:03:59 +01:00
sys Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplett 2019-02-06 00:29:20 +09:00
sys_common Bound sgx target_env with fortanix as target_vendor 2018-12-31 16:32:56 -08:00
tests Update stdsimd 2019-01-29 10:48:54 +01:00
thread Print a slightly clearer message when failing to spawn a thread 2019-01-22 18:55:12 +05:30
alloc.rs Replace deprecated ATOMIC_INIT consts 2019-01-26 15:27:38 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Bound sgx target_env with fortanix as target_vendor 2018-12-31 16:32:56 -08:00
env.rs Remove licenses 2018-12-25 21:08:33 -07:00
error.rs Stabilize std::error::Error::type_id 2019-02-01 11:29:02 +01:00
f32.rs Remove licenses 2018-12-25 21:08:33 -07:00
f64.rs Remove licenses 2018-12-25 21:08:33 -07:00
fs.rs Add some links in std::fs. 2019-01-15 18:46:09 -08:00
future.rs Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
keyword_docs.rs Rollup merge of #57312 - Mendess2526:master, r=Centril 2019-01-05 23:56:56 +08:00
lib.rs Update stdsimd 2019-01-29 10:48:54 +01:00
macros.rs check missing docs for reexported macros as well 2019-01-06 18:55:55 +01:00
memchr.rs Cosmetic improvements 2019-01-13 19:47:02 +00:00
num.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
path.rs Update src/libstd/path.rs 2019-01-10 17:08:42 -05:00
primitive_docs.rs actually take a slice in this example 2019-01-09 14:45:39 -05:00
process.rs Remove licenses 2018-12-25 21:08:33 -07:00
rt.rs Remove licenses 2018-12-25 21:08:33 -07:00
time.rs Simplify units in Duration/Instant math on Windows 2019-01-22 19:18:28 -07:00