rust/library/std/src
Mads Marquart f98ca32b0a Fix linking error when compiling for 32-bit watchOS
In https://github.com/rust-lang/rust/pull/124748, I mistakenly conflated
"not SjLj" to mean "ARM EHABI", which isn't true, watchOS armv7k
(specifically only that architecture) uses a third unwinding method
called "DWARF CFI".
2024-09-08 09:12:31 +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 fix: correct {Path,OsStr}::to_string_lossy() docs 2024-09-05 00:48:00 +09: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 #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb 2024-09-02 04:19:29 +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 Port std library to RTEMS 2024-09-03 09:19:29 +02:00
panic
path impl CloneToUninit for Path and OsStr 2024-07-29 20:44:39 +03: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 Rollup merge of #129885 - cuishuang:master, r=scottmcm 2024-09-03 06:05:41 +02:00
sys Fix linking error when compiling for 32-bit watchOS 2024-09-08 09:12:31 +02:00
sys_common Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu 2024-08-23 06:26:51 +02:00
thread Stabilize std:🧵:Builder::spawn_unchecked 2024-08-16 10:43:47 -07: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 Rollup merge of #128902 - evanj:evan.jones/env-var-doc, r=workingjubilee 2024-08-18 23:41:47 -05:00
error.rs chore: refactor backtrace formatting 2024-08-02 00:24:29 +09:00
f16.rs copysign with sign being a NaN is non-portable 2024-08-28 12:06:28 +02:00
f32.rs copysign with sign being a NaN is non-portable 2024-08-28 12:06:28 +02:00
f64.rs copysign with sign being a NaN is non-portable 2024-08-28 12:06:28 +02:00
f128.rs copysign with sign being a NaN is non-portable 2024-08-28 12:06:28 +02:00
fs.rs fix: fs::remove_dir_all: treat ENOENT as success 2024-08-22 14:18:42 -04: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 Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu 2024-09-02 00:58:50 +00: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 std: do not overwrite style in get_backtrace_style 2024-08-12 10:08:56 +02:00
panicking.rs Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu 2024-09-02 00:58:50 +00:00
pat.rs Add pattern types to parser 2024-04-08 11:57:17 +00:00
path.rs fix: correct {Path,OsStr}::to_string_lossy() docs 2024-09-05 00:48:00 +09:00
pipe.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
process.rs process.rs: remove "Basic usage" text where not useful 2024-09-02 22:36:25 +02:00
rt.rs Fixed some typos in the standard library documentation/comments 2024-08-31 14:41:01 +09:00
time.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00