rust/library/std/src
Dylan DPC cb7133f693
Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay
Fix stack overflow detection on FreeBSD 11.1+

Beginning with FreeBSD 10.4 and 11.1, there is one guard page by
default.  And the stack autoresizes, so if Rust allocates its own guard
page, then FreeBSD's will simply move up one page.  The best solution is
to just use the OS's guard page.
2021-04-02 19:57:35 +02:00
..
backtrace
collections Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
env
error
f32
f64
ffi Add a few missing links, fix a typo 2021-03-31 16:02:59 +02:00
fs
io Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
lazy
memchr
net Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
num
os Deprecate std::os::haiku::raw 2021-03-16 17:43:33 -04:00
panic
path
prelude Rollup merge of #80720 - steffahn:prettify_prelude_imports, r=camelid,jyn514 2021-03-31 01:14:40 +02:00
process
sync Fix minor typo in once.rs 2021-04-01 00:52:02 -04:00
sys Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay 2021-04-02 19:57:35 +02:00
sys_common Improve fs error open_from unix 2021-03-27 21:23:48 +08:00
thread Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
time
alloc.rs
ascii.rs
backtrace.rs
env.rs
error.rs Add tracking issue for map_try_insert. 2021-03-04 16:54:28 +01:00
f32.rs doc: cube root, not cubic root 2021-02-26 19:03:44 +01:00
f64.rs doc: cube root, not cubic root 2021-02-26 19:03:44 +01:00
fs.rs Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726 2021-03-28 01:33:17 +09:00
keyword_docs.rs Rollup merge of #83680 - ibraheemdev:patch-2, r=Dylan-DPC 2021-03-31 01:14:49 +02:00
lazy.rs Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
lib.rs Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
macros.rs
memchr.rs
num.rs
panic.rs
panicking.rs
path.rs Apply suggestions from code review 2021-03-31 16:09:25 +02:00
primitive_docs.rs Rephrase -0.0 docs 2021-03-22 17:02:09 -07:00
process.rs Use DebugStruct::finish_non_exhaustive() in std. 2021-03-27 13:29:23 +01:00
rt.rs
time.rs