rust/src/libstd
Mazdak Farrokhzad 0f92eb8a4a
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Remove needless lifetimes (std)

Split from #62039
2019-07-05 13:52:58 +02:00
..
collections HashMap is UnwindSafe 2019-07-02 16:01:06 +02:00
ffi Expose VaListImpl as the Rust equivalent of __va_list_tag and implement Clone for it. 2019-06-17 16:04:49 -07:00
io Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
net
os std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
prelude
sync Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton 2019-07-05 13:52:58 +02:00
sys Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton 2019-07-05 13:52:58 +02:00
sys_common Remove needless lifetimes 2019-07-01 12:15:27 +02:00
tests
thread Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton 2019-06-20 02:36:49 +00:00
alloc.rs
ascii.rs
build.rs
Cargo.toml make sure we use cfg-if as a std dependency 2019-06-14 11:01:28 +02:00
env.rs
error.rs implement Error::source for Box<T: Error> 2019-06-17 11:24:09 +03:00
f32.rs
f64.rs
fs.rs
future.rs
keyword_docs.rs
lib.rs Enable mem_take feature in relevant crates 2019-07-01 20:21:53 -07:00
macros.rs Rollup merge of #61720 - alexcrichton:libstd-cfg-if-dep, r=sfackler 2019-06-13 14:51:56 +02:00
memchr.rs
num.rs
panic.rs HashMap is UnwindSafe 2019-07-02 16:01:06 +02:00
panicking.rs Convert more usages over 2019-07-01 20:21:12 -07:00
path.rs
primitive_docs.rs Typo 2019-06-22 00:44:31 +02:00
process.rs std: Move a process test out of libstd 2019-06-27 07:54:53 -07:00
rt.rs
time.rs