rust/library/std/src
Matthias Krüger 5f0461707a
Rollup merge of #128818 - RalfJung:std-miri-floats, r=tgross35
std float tests: special-case Miri in feature detection

Quick work-around to fix miri-test-libstd failures.

r? ``@tgross35``
2024-08-09 00:03:37 +02:00
..
backtrace remove redundant imports 2023-12-10 10:56:22 +08:00
collections Reformat use declarations. 2024-07-29 08:26:52 +10:00
env remove redundant imports 2023-12-10 10:56:22 +08:00
error Reformat use declarations. 2024-07-29 08:26:52 +10:00
f16 std float tests: special-case Miri in feature detection 2024-08-08 12:17:50 +02:00
f32 Reformat use declarations. 2024-07-29 08:26:52 +10:00
f64 Reformat use declarations. 2024-07-29 08:26:52 +10:00
f128 Add core functions for f16 and f128 that require math routines 2024-08-01 15:38:53 -04:00
ffi Reformat use declarations. 2024-07-29 08:26:52 +10:00
fs Reformat use declarations. 2024-07-29 08:26:52 +10:00
hash Reformat use declarations. 2024-07-29 08:26:52 +10:00
io Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum 2024-08-07 00:34:12 +02:00
net Reformat use declarations. 2024-07-29 08:26:52 +10:00
num removed nonfunctioning benchmark 2024-01-11 11:30:12 -05:00
os Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee 2024-08-07 00:34:12 +02:00
panic review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
path Reformat use declarations. 2024-07-29 08:26:52 +10:00
pipe Cleanup sys module to match house style 2024-07-30 19:22:54 +00:00
prelude Avoid comments that describe multiple use items. 2024-07-17 08:02:46 +10:00
process Reformat use declarations. 2024-07-29 08:26:52 +10:00
sync rwlock: disable 'frob' test in Miri on macOS 2024-08-08 11:15:18 +02:00
sys Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay 2024-08-06 22:17:32 -05:00
sys_common Reformat use declarations. 2024-07-29 08:26:52 +10:00
thread Reformat use declarations. 2024-07-29 08:26:52 +10:00
time Reformat use declarations. 2024-07-29 08:26:52 +10:00
alloc.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ascii.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
backtrace.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
env.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs chore: refactor backtrace formatting 2024-08-02 00:24:29 +09:00
f16.rs Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
f32.rs android: Remove libstd hacks for unsupported Android APIs 2024-07-31 01:03:36 +00:00
f64.rs android: Remove libstd hacks for unsupported Android APIs 2024-07-31 01:03:36 +00:00
f128.rs Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
fs.rs Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 2024-07-30 17:49:08 +00:00
keyword_docs.rs Trivial grammar fix in const keyword docs 2024-08-06 21:59:04 -05:00
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs Add tracking issue to core-pattern-type 2024-08-07 20:43:05 -04:00
macros.rs Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
num.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
panic.rs chore: refactor backtrace style in panic 2024-08-03 11:12:16 +09:00
panicking.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
pat.rs Add pattern types to parser 2024-04-08 11:57:17 +00:00
path.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
pipe.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
process.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
rt.rs Use #[rustfmt::skip] on some use groups to prevent reordering. 2024-07-19 13:26:48 +10:00
time.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00