rust/library/std/src
Joshua Nelson 68f41b8328 Add more links between hash and btree collections
- Link from `core::hash` to `HashMap` and `HashSet`
- Link from HashMap and HashSet to the module-level documentation on
  when to use the collection
- Link from several collections to Wikipedia articles on the general
  concept
2021-02-23 00:41:41 -05:00
..
backtrace Add Frames iterator for Backtrace 2021-01-23 11:56:33 -06:00
collections Add more links between hash and btree collections 2021-02-23 00:41:41 -05:00
env std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
f32 std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
f64 std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
ffi Seal the CommandExt, OsStrExt and OsStringExt traits 2021-02-10 21:30:30 +00:00
fs std: Fix test got_symlink_permission on Windows 2020-11-16 21:09:26 +03:00
io Rollup merge of #82244 - pickfire:patch-6, r=dtolnay 2021-02-20 20:37:01 +01:00
lazy Upgrade wasm32 image to Ubuntu 20.04 2021-02-06 13:05:56 +01:00
memchr std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
net add #[inline] to all the public IpAddr functions 2021-02-03 10:53:25 -05:00
num rustc_expand: Mark inner #![test] attributes as soft-unstable 2020-11-20 19:35:03 +03:00
os update tracking issue for raw_os_nonzero 2021-02-21 19:43:42 +10:00
panic review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
path Refactor parse_prefix on Windows 2020-11-07 16:15:48 +01:00
prelude expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
process std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
sync add Mutex::unlock 2021-02-18 11:56:19 -06:00
sys Expose force_quotes on Windows. 2021-02-17 17:54:04 +00:00
sys_common Rollup merge of #81975 - Amanieu:seal2, r=m-ou-se 2021-02-15 16:06:54 +01:00
thread Rollup merge of #79849 - Digital-Chaos:sleep-zero, r=m-ou-se 2021-02-10 12:24:18 +09:00
time Duration::zero() -> Duration::ZERO 2020-10-21 20:44:03 -07:00
alloc.rs Fix safety comment 2021-01-07 09:13:21 +01:00
ascii.rs Convert many files to intra-doc links 2020-09-02 17:37:40 -04:00
backtrace.rs Add Frames iterator for Backtrace 2021-01-23 11:56:33 -06:00
env.rs Document security implications of std::env::temp_dir 2021-01-20 11:24:47 -08:00
error.rs Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-se 2021-01-24 22:09:45 +01:00
f32.rs Deprecate-in-future the constants superceded by RFC 2700 2021-01-20 20:08:11 -05:00
f64.rs Deprecate-in-future the constants superceded by RFC 2700 2021-01-20 20:08:11 -05:00
fs.rs Add doc aliases for "delete" 2021-01-31 11:07:37 +01:00
keyword_docs.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
lazy.rs Add (internal-only) SyncOnceCell::get_or_init_pin. 2020-12-08 22:57:50 +01:00
lib.rs Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus 2021-02-22 18:26:06 +09:00
macros.rs Implement new panic!() behaviour for Rust 2021. 2021-01-25 13:48:11 +01:00
memchr.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
num.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
panic.rs Fixed minor typo in catch_unwind docs 2021-02-13 16:59:06 +01:00
panicking.rs fix another comment, and make __rust_start_panic code a bit more semantically clear 2020-12-25 23:37:27 +01:00
path.rs Add caveat to Path::display() about lossiness 2021-02-16 11:45:46 -08:00
primitive_docs.rs Auto merge of #80590 - camelid:bool-never-docs, r=nagisa 2021-01-03 12:21:12 +00:00
process.rs Seal the CommandExt, OsStrExt and OsStringExt traits 2021-02-10 21:30:30 +00:00
rt.rs Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
time.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00