rust/src/libstd
Yuki Okushi b8f8638a77
Rollup merge of #67181 - TheSamsa:update-hashmap-doc, r=Dylan-DPC
Update hashmap doc

Update hint to the used algorithms. Skimmed over the longer description but could not find another mentioning of the old algorithms.

Closes #67093
2019-12-11 04:33:06 +09:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Update HashMap documentation hint of the used 'quadratic probing' and 'SIMD lookup' algorithms 2019-12-09 20:13:42 +01:00
ffi inline some common methods on OsStr 2019-12-09 10:39:57 +00:00
io Simplify {IoSlice, IoSliceMut}::advance examples and tests 2019-12-05 00:00:00 +00:00
net Remove boxed closures in address parser. 2019-12-06 13:28:02 +01:00
os Format libstd/os with rustfmt 2019-11-29 18:32:46 -08:00
prelude Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
sync get rid of __ in field names 2019-12-06 17:28:04 +01:00
sys inline some common methods on OsStr 2019-12-09 10:39:57 +00:00
sys_common inline some common methods on OsStr 2019-12-09 10:39:57 +00:00
tests Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
thread Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
alloc.rs Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
ascii.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
backtrace.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
build.rs remove dependency from libhermit 2019-11-25 08:59:23 +01:00
Cargo.toml Update the wasi crate for wasm32-wasi 2019-12-03 07:03:06 -08:00
env.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
error.rs Fix spelling typos 2019-11-26 22:19:54 -05:00
f32.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
f64.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
fs.rs Modified the testcases for VxWorks 2019-12-03 11:58:03 -08:00
future.rs Remove some stack frames from .async calls 2019-11-13 17:14:50 -08:00
keyword_docs.rs Rollup merge of #66325 - BartMassey:master, r=joshtriplett 2019-12-08 03:39:43 +01:00
lib.rs Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus 2019-11-30 16:56:47 +01:00
macros.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
panic.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
panicking.rs rename update_count_then_panic -> rust_panic_without_hook 2019-11-26 10:23:15 +01:00
path.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
primitive_docs.rs Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
process.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
rt.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
time.rs Fix typo on now() comments 2019-10-05 12:23:10 +02:00