rust/library/std/src
Matthias Krüger e13b7f73c3
Rollup merge of #105745 - philpax:patch-1, r=jyn514
docs(std): clarify remove_dir_all errors

When using `remove_dir_all`, I assumed that the function was idempotent and that I could always call it to remove a directory if it existed. That's not the case and it bit me in production, so I figured I'd submit this to clarify the docs.
2023-04-27 21:34:13 +02:00
..
backtrace
collections rm const traits in libcore 2023-04-16 06:49:27 +00:00
env
error remove fn backtrace 2022-08-01 20:10:40 +00:00
f32 Remove some cfg(not(bootstrap)) 2022-12-11 01:20:18 -05:00
f64 Remove some cfg(not(bootstrap)) 2022-12-11 01:20:18 -05:00
ffi remove some unneeded imports 2023-04-12 19:27:18 +02:00
fs Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
io Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 2023-04-26 18:51:41 +02:00
net fix(tcp): remove redundant format! macro call 2023-04-08 08:20:05 +10:00
num
os Auto merge of #110562 - ComputerDruid:riscv, r=tmandry 2023-04-27 01:29:50 +00:00
panic
path make many std tests work in Miri 2022-08-18 18:07:39 -04:00
personality Define UNWIND_DATA_REG for loongarch64 2023-04-08 00:09:54 +08:00
prelude Revert "Remove #[alloc_error_handler] from the compiler and library" 2023-04-25 00:08:35 +02:00
process Implement read_buf for a few more types 2023-03-06 12:24:15 +01:00
sync Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 2023-04-26 18:51:41 +02:00
sys Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee 2023-04-26 22:07:17 +00:00
sys_common Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor 2023-04-14 21:11:13 +02:00
thread Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee 2023-04-26 22:07:17 +00:00
time Fix non-associativity of Instant math on aarch64-apple-darwin targets 2022-11-13 12:01:42 -08:00
alloc.rs Revert "Remove #[alloc_error_handler] from the compiler and library" 2023-04-25 00:08:35 +02:00
ascii.rs Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
backtrace.rs Replace libstd, libcore, liballoc in docs. 2022-12-30 14:00:40 +01:00
env.rs Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error, r=cuviper 2023-04-11 20:28:46 -07:00
error.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
f32.rs Cover edge cases for {f32, f64}.hypot() docs 2023-04-13 22:41:55 +01:00
f64.rs Cover edge cases for {f32, f64}.hypot() docs 2023-04-13 22:41:55 +01:00
fs.rs docs(std): clarify remove_dir_all errors 2023-04-27 03:19:14 +02:00
keyword_docs.rs Spelling library/ 2023-04-26 02:10:22 -04:00
lib.rs Revert "Report allocation errors as panics" 2023-04-25 00:08:37 +02:00
macros.rs Add tidy check for dbg 2022-12-31 15:32:09 +05:30
num.rs
panic.rs review 2023-03-17 21:00:10 -07:00
panicking.rs Revert "Report allocation errors as panics" 2023-04-25 00:08:37 +02:00
path.rs Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514 2023-04-26 01:55:50 -05:00
personality.rs Move personality functions to std 2022-08-23 16:12:58 +08:00
primitive_docs.rs remove some unneeded imports 2023-04-12 19:27:18 +02:00
process.rs Rollup merge of #109272 - schneems:schneems/add-docs-to-command-env-methods, r=Amanieu 2023-04-14 21:11:11 +02:00
rt.rs Replace libstd, libcore, liballoc in line comments. 2022-12-30 14:00:42 +01:00
time.rs std: time: Avoid to use "was created" in elapsed() description 2023-02-22 14:40:43 -08:00