rust/library/std/src
bors 8b26609481 Auto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simulacrum
Update hashbrown to 0.8.1

This update includes:
- https://github.com/rust-lang/hashbrown/pull/146, which improves the performance of `Clone` and implements `clone_from`.
- https://github.com/rust-lang/hashbrown/pull/159, which reduces the size of `HashMap` by 8 bytes.
- https://github.com/rust-lang/hashbrown/pull/162, which avoids creating small 1-element tables.

Fixes #28481
2020-08-07 08:36:15 +00:00
..
collections Update hashbrown to 0.8.1 2020-08-07 07:03:12 +01:00
ffi mv std libs to library/ 2020-07-27 19:51:13 -05:00
io mv std libs to library/ 2020-07-27 19:51:13 -05:00
net Rollup merge of #75179 - lzutao:unsed-ipv4-frominner, r=alexcrichton 2020-08-07 09:35:16 +09:00
os mv std libs to library/ 2020-07-27 19:51:13 -05:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
sync fix typos 2020-08-02 23:20:00 +08:00
sys Keep stdout open in limit_vector_count test 2020-08-06 00:00:00 +00:00
sys_common std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
thread mv std libs to library/ 2020-07-27 19:51:13 -05:00
alloc.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
ascii.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
backtrace.rs std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
error.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
f32.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
f64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Update fs::remove_file docs 2020-07-29 08:18:01 +03:00
future.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
keyword_docs.rs fix typos 2020-08-02 23:20:00 +08:00
lazy.rs Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy 2020-07-28 09:51:08 +02:00
lib.rs Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
num.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panic.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panicking.rs std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
path.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
primitive_docs.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
process.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rt.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
time.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00