rust/library/std/src
bors b834c4c1ba Auto merge of #88596 - m-ou-se:rollup-cidzt4v, r=m-ou-se
Rollup of 12 pull requests

Successful merges:

 - #88177 (Stabilize std::os::unix::fs::chroot)
 - #88505 (Use `unwrap_unchecked` where possible)
 - #88512 (Upgrade array_into_iter lint to include Deref-to-array types.)
 - #88532 (Remove single use variables)
 - #88543 (Improve closure dummy capture suggestion in macros.)
 - #88560 (`fmt::Formatter::pad`: don't call chars().count() more than one time)
 - #88565 (Add regression test for issue 83190)
 - #88567 (Remove redundant `Span` in `QueryJobInfo`)
 - #88573 (rustdoc: Don't panic on ambiguous inherent associated types)
 - #88582 (Implement #88581)
 - #88589 (Correct doc comments inside `use_expr_visitor.rs`)
 - #88592 (Fix ICE in const check)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-09-02 18:58:12 +00:00
..
backtrace
collections Rollup merge of #88230 - steffahn:a_an, r=oli-obk 2021-08-23 20:45:49 +02:00
env
error
f32
f64
ffi Fix typo “a Rc” → “an Rc” 2021-08-24 02:23:16 +02:00
fs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
io Rollup merge of #88299 - ijackson:bufwriter, r=Mark-Simulacrum 2021-08-25 15:49:01 +02:00
lazy
net Rollup merge of #88524 - soenkehahn:master, r=jyn514 2021-08-31 17:55:02 +02:00
num
os Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-se 2021-09-02 19:10:12 +02:00
panic
path Auto merge of #85166 - mbhall88:file-prefix, r=dtolnay 2021-08-22 05:19:48 +00:00
prelude
process
sync Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
sys Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-se 2021-09-02 16:16:13 +00:00
sys_common add TcpStream::set_linger and TcpStream::linger 2021-08-30 13:42:52 -04:00
thread removed references to parent/child from std::thread documentation 2021-08-07 11:33:18 -04:00
time Fix typos “an”→“a” and a few different ones that appeared in the same search 2021-08-22 18:15:49 +02:00
alloc.rs
ascii.rs
backtrace.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
env.rs Document std::env::current_exe rename behaviour 2021-08-27 14:25:29 +01:00
error.rs
f32.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
f64.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
fs.rs Add comments about impls for File, TcpStream, ChildStdin, etc. 2021-08-19 12:02:40 -07:00
keyword_docs.rs Fix typos “an”→“a” and a few different ones that appeared in the same search 2021-08-22 18:15:49 +02:00
lazy.rs Constified Default implementations 2021-08-17 07:15:54 +00:00
lib.rs Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-se 2021-09-02 16:16:13 +00:00
macros.rs bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
num.rs Add Saturating type (based on Wrapping type) 2021-08-10 19:27:01 +02:00
panic.rs Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core 2021-07-30 10:42:15 -07:00
panicking.rs rustc: Fill out remaining parts of C-unwind ABI 2021-08-03 07:06:19 -07:00
path.rs Auto merge of #85166 - mbhall88:file-prefix, r=dtolnay 2021-08-22 05:19:48 +00:00
primitive_docs.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
process.rs Add comments about impls for File, TcpStream, ChildStdin, etc. 2021-08-19 12:02:40 -07:00
rt.rs
time.rs Adding examples to docs of std::time module 2021-08-29 23:59:35 -03:00