rust/src/libstd
Josh Stone 5f938342ce Add entry-like methods to HashSet
* `HashSet::get_or_insert`
* `HashSet::get_or_insert_with`

These provide a simplification of the `Entry` API for `HashSet`, with
names chosen to match the similar methods on `Option`.
2019-05-16 15:10:52 -07:00
..
collections Add entry-like methods to HashSet 2019-05-16 15:10:52 -07:00
ffi as_ptr returns a read-only pointer 2019-05-01 17:59:48 +02:00
io Rollup merge of #60234 - tesaguri:cursor-default, r=Amanieu 2019-05-09 23:56:11 +02:00
net Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
os Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
prelude libstd => 2018 2019-02-28 04:06:15 +09:00
sync ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
sys Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett 2019-05-15 04:34:14 +00:00
sys_common Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
tests libstd => 2018 2019-02-28 04:06:15 +09:00
thread Use more realistic example for thread builder 2019-04-18 14:58:38 +03:00
alloc.rs Add Default to std::alloc::System 2019-03-27 00:09:12 +01:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
build.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
Cargo.toml std: Update compiler-builtins crate 2019-05-08 06:59:24 -07:00
env.rs Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett 2019-05-15 04:34:14 +00:00
error.rs Destabilize the Error::type_id function 2019-05-13 08:18:37 -07:00
f32.rs Change copytest parameter name from y to sign 2019-04-05 20:30:45 -06:00
f64.rs Change copytest parameter name from y to sign 2019-04-05 20:30:45 -06:00
fs.rs Make std::fs::copy attempt to create copy-on-write clones of files on MacOS. 2019-05-02 09:41:37 +01:00
future.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
keyword_docs.rs Fix links on keyword docs. 2019-04-09 15:38:32 -07:00
lib.rs Fix cfg(test) build on SGX 2019-05-09 15:00:06 -07:00
macros.rs Remove the old await! macro 2019-05-09 10:49:39 -07:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Reexport IntErrorKind in std 2019-04-23 00:15:43 +02:00
panic.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
panicking.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
path.rs Rollup merge of #60130 - khuey:efficient_last, r=sfackler 2019-05-14 22:00:09 +02:00
primitive_docs.rs Correct code points to match their textual description 2019-05-04 07:44:30 +02:00
process.rs doc: Warn about possible zombie apocalypse 2019-05-01 17:46:30 +02:00
rt.rs libstd => 2018 2019-02-28 04:06:15 +09:00
time.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00