rust/library/std/src
Jonas Schievink 4ae7710e1d
Rollup merge of #77072 - sharnoff:hash-docs, r=LukasKalbertodt
Minor `hash_map` doc adjustments + item attribute orderings

This PR is really a couple visual changes glued together:
1. Some of the doc comments for items in `std::collections::hash_map` referenced the names of types without escaping their formatting (e.g. using "VacantEntry" instead of "`VacantEntry`") - the ones I could find were changed to the latter
2. The vast majority of pre-item attributes seem to place doc comments as the first attribute (instead of things like `#[feature(...)]`), so the few that had the other order were changed.
3. Also ordering related: the general trend seems to be that `#[feature]` attributes follow `#[inline]`, so I swapped the two lines in places where that ordering was reversed. This is primarily a change based on stylistic continuity and aesthetics - I'm not sure how important that actually is / should be.

I figured this would be pretty uncontroversial, but some of these might have been intentional for reasons I don't know about - if so, I'd be happy to remove the relevant changes. Of these, the final set of changes is probably the most unnecessary, so it also might be better to leave those out (in favor of reducing code churn).
2020-10-04 15:45:33 +02:00
..
backtrace
collections Rollup merge of #77072 - sharnoff:hash-docs, r=LukasKalbertodt 2020-10-04 15:45:33 +02:00
env
error
f32
f64
ffi Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
fs
io Optimize set_{panic,print}(None). 2020-09-27 16:04:25 +02:00
lazy
memchr
net Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse 2020-09-25 02:29:30 +02:00
num
os library/std: Set OS raw type definitions for sparc-unknown-linux-gnu 2020-09-28 00:39:57 +02:00
panic review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
path
prelude
process
sync Disable condvar::two_mutexes test on non-unix platforms. 2020-10-02 09:47:08 +02:00
sys Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay 2020-10-04 06:48:17 +00:00
sys_common Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay 2020-10-04 06:48:17 +00:00
thread Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay 2020-10-02 08:25:15 +09:00
time
alloc.rs Rename AllocErr to AllocError 2020-09-28 14:51:03 -04:00
ascii.rs
backtrace.rs
env.rs
error.rs Rename AllocErr to AllocError 2020-09-28 14:51:03 -04:00
f32.rs
f64.rs
fs.rs
future.rs Fix stabilization marker for future_readiness_fns 2020-09-15 23:12:08 +02:00
keyword_docs.rs
lazy.rs Simplify SyncOnceCell's take and drop. 2020-09-12 14:00:38 +02:00
lib.rs Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnay 2020-10-03 00:31:14 +02:00
macros.rs
memchr.rs
num.rs
panic.rs review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
panicking.rs
path.rs Fix is_absolute on WASI 2020-09-30 13:12:25 +01:00
primitive_docs.rs Add doc alias for pointer primitive 2020-09-26 11:21:24 +02:00
process.rs Add accessors to Command. 2020-09-26 18:58:38 -07:00
rt.rs
time.rs Split sys_common::Mutex in StaticMutex and MovableMutex. 2020-09-27 10:05:56 +02:00