rust/library/std/src
Aleksey Kladov 34e7eac1ca Remove #[cfg(miri)] from OnceCell tests
They were carried over from once_cell crate, but they are not entirely
correct (as miri now supports more things), and we don't run miri
tests for std, so let's just remove them.

Maybe one day we'll run miri in std, but then we can just re-install
these attributes.
2020-08-19 10:28:22 +02:00
..
collections Update the tracking issue number of map_into_keys_values 2020-08-08 16:35:54 +02:00
ffi Rollup merge of #75501 - poliorcetics:intra-links-std-ffi, r=jyn514 2020-08-14 14:46:52 -07:00
io Fix intra-doc link 2020-08-12 15:30:15 -07:00
net Fix a link, improve method resolution 2020-08-16 14:41:12 +02:00
os Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk 2020-08-15 11:38:24 +00:00
prelude Move the std::vec link back to a path-based link to make it compile with --stage 0 2020-08-11 21:30:20 +02:00
sync fix typos 2020-08-02 23:20:00 +08:00
sys Switch to intra-doc links in /sys/windows/ext/{ffi,fs,process}.rs 2020-08-16 22:28:45 +05:30
sys_common Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
thread Disallow missing unsafe blocks in unsafe fn in panicking.rs 2020-07-29 21:58:09 +02:00
alloc.rs Make grow_impl unsafe 2020-08-18 15:22:10 +02:00
ascii.rs Move to intra doc links for ascii.rs and panic.rs, updating the docs a little 2020-08-12 22:58:18 +02:00
backtrace.rs std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
env.rs Remove unnecessary links in env.rs 2020-08-17 15:16:09 +01:00
error.rs Switch to intra-doc links for std/src/error.rs 2020-08-17 14:42:16 +01:00
f32.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
f64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Move to intra doc links in std/src/fs.rs 2020-08-12 23:59:10 +02:00
future.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
keyword_docs.rs Document the unsafe keyword 2020-08-14 22:52:23 +02:00
lazy.rs Remove #[cfg(miri)] from OnceCell tests 2020-08-19 10:28:22 +02:00
lib.rs Move to intra doc links whenever possible within std/src/lib.rs 2020-08-12 23:23:07 +02:00
macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
num.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panic.rs Move to intra doc links for ascii.rs and panic.rs, updating the docs a little 2020-08-12 22:58:18 +02:00
panicking.rs Rollup merge of #74200 - poliorcetics:std-panicking-unsafe-block-in-unsafe-fn, r=Mark-Simulacrum 2020-08-10 09:07:46 +09:00
path.rs Auto merge of #75246 - pickfire:patch-5, r=Amanieu 2020-08-15 19:51:44 +00:00
primitive_docs.rs Rollup merge of #75477 - RalfJung:fn-ptrs, r=Mark-Simulacrum 2020-08-13 18:00:21 -07:00
process.rs Rollup merge of #75432 - camelid:intra-doc-links-for-std-process, r=jyn514 2020-08-14 14:46:49 -07:00
rt.rs Prevent __rust_begin_short_backtrace frames from being tail-call optimised away 2020-08-07 19:31:25 +01:00
time.rs Use explicit path link in place for doc in time 2020-08-12 22:17:12 +08:00