rust/src/libstd
bors c4e173472b Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514
Document the where keyword

Partial fix of #34601 (and last PR for it 🎉).

This documents the `where` keyword.

@rustbot modify labels: T-doc,C-enhancement
2020-07-25 01:44:22 +00:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez 2020-07-20 10:19:58 +00:00
ffi Update stability attribute for CStr indexing 2020-07-18 12:16:25 -07:00
io Fix merge conflict with recent PR 2020-07-19 22:15:44 +02:00
net libstd/net/tcp.rs: #![deny(unsafe_op_in_unsafe_fn)] 2020-07-02 11:33:37 +05:30
os libstd/libcore: fix various typos 2020-07-09 10:57:11 -04:00
prelude Update the doc for std::prelude, removing the "technical part" section 2020-06-19 21:19:17 +02:00
sync Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-Simulacrum 2020-07-17 18:13:39 -07:00
sys Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk 2020-07-24 22:00:23 +00:00
sys_common Revert "std: Switch from libbacktrace to gimli" 2020-07-22 07:16:45 -04:00
tests Enable ARM TME (Transactional Memory Extensions) 2020-05-21 23:20:57 +02:00
thread Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb 2020-07-16 17:08:56 -07:00
alloc.rs Deny unsafe op in unsafe functions in libstd/alloc.rs 2020-07-14 18:00:42 +02:00
ascii.rs Bump rustfmt to most recently shipped 2020-04-25 09:25:33 -04:00
backtrace.rs Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercote 2020-07-23 11:14:48 +00:00
build.rs Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercote 2020-07-23 11:14:48 +00:00
Cargo.toml Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay 2020-07-24 10:01:28 -07:00
env.rs Automatically calculate std::env::consts::ARCH. 2020-07-15 08:38:10 -07:00
error.rs Impl Error for Infallible 2020-04-28 11:22:42 +02:00
f32.rs libstd/libcore: fix various typos 2020-07-09 10:57:11 -04:00
f64.rs libstd/libcore: fix various typos 2020-07-09 10:57:11 -04:00
fs.rs enable unsafe_op_in_unsafe_fn lint 2020-06-30 23:09:06 -04:00
future.rs Add core::future::IntoFuture 2020-05-22 10:55:01 +02:00
keyword_docs.rs Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514 2020-07-25 01:44:22 +00:00
lazy.rs link once_cell feature to #74465 2020-07-18 10:12:02 +10:00
lib.rs Revert "std: Switch from libbacktrace to gimli" 2020-07-22 07:16:45 -04:00
macros.rs Update macros.rs: fix documentation typo. 2020-03-04 14:18:31 -05:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
panic.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
panicking.rs Revert "std: Switch from libbacktrace to gimli" 2020-07-22 07:16:45 -04:00
path.rs one more Path::with_extension example, to demonstrate behavior 2020-07-22 16:39:45 -07:00
primitive_docs.rs Do not use "nil" to refer to () 2020-04-05 14:30:13 +02:00
process.rs Implement Sync for `process::Command on unix and vxworks 2020-05-22 18:33:12 +02:00
rt.rs Add a fast path for std:🧵:panicking. 2020-05-26 17:46:10 +02:00
time.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00