rust/library/std/src
bors c35177582b Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC
Rollup of 9 pull requests

Successful merges:

 - #76898 (Record `tcx.def_span` instead of `item.span` in crate metadata)
 - #76939 (emit errors during AbstractConst building)
 - #76965 (Add cfg(target_has_atomic_equal_alignment) and use it for Atomic::from_mut.)
 - #76993 (Changing the alloc() to accept &self instead of &mut self)
 - #76994 (fix small typo in docs and comments)
 - #77017 (Add missing examples on Vec iter types)
 - #77042 (Improve documentation for ToSocketAddrs)
 - #77047 (Miri: more informative deallocation error messages)
 - #77055 (Add #[track_caller] to more panicking Cell functions)

Failed merges:

r? `@ghost`
2020-09-23 22:34:44 +00:00
..
backtrace
collections Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPC 2020-09-20 15:51:59 +02:00
env
error
f32
f64
ffi Capitalize safety comments 2020-09-08 22:26:44 -04:00
fs
io Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay 2020-09-21 20:40:44 -07:00
lazy
memchr
net Update library/std/src/net/addr.rs 2020-09-22 19:09:35 +03:00
num
os library/std: raw: Add support for RISC-V 32-bit 2020-09-16 08:44:35 -07:00
path
prelude
process
sync Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung 2020-09-21 10:40:37 +02:00
sys Revert "Function to convert OpenOptions to c_int" 2020-09-22 23:07:30 -04:00
sys_common Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
thread Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
time
alloc.rs a few more &mut self -> self changes 2020-09-22 21:04:31 -07:00
ascii.rs
backtrace.rs
env.rs
error.rs Mark Error impl for LayoutErr as stable. 2020-09-11 13:36:15 +02: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 Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
macros.rs
memchr.rs
num.rs
panic.rs Mark RefUnwindSafe impls for stable atomic types as stable. 2020-09-11 13:36:15 +02:00
panicking.rs
path.rs Rollup merge of #73963 - hellow554:unsafe_path, r=Mark-Simulacrum 2020-09-19 11:47:31 +02:00
primitive_docs.rs
process.rs Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay 2020-09-21 20:40:44 -07:00
rt.rs
time.rs Rollup merge of #76162 - abrausch:documentation-fix-duration_since, r=jyn514 2020-09-09 01:35:10 +02:00