rust/library/std/tests
Nicholas Nethercote 665821cb60 Add blank lines after module-level //! comments.
Most modules have such a blank line, but some don't. Inserting the blank
line makes it clearer that the `//!` comments are describing the entire
module, rather than the `use` declaration(s) that immediately follows.
2024-06-20 09:23:20 +10:00
..
common Move RandomState and DefaultHasher into std::hash, but don't export for now 2023-11-02 20:35:20 -04:00
builtin-clone.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
create_dir_all_bare.rs Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
env.rs Add data race test to std::env::{get, set} 2023-08-20 21:50:45 +02:00
eq-multidispatch.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
istr.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
log-knows-the-names-of-variants-in-std.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
minmax-stability-issue-23687.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
process_spawning.rs also test parts of std 2024-04-07 10:05:57 +02:00
run-time-detect.rs Stop using the avx512er and avx512pf x86 target features 2024-05-24 20:12:42 +02:00
seq-compare.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
slice-from-array-issue-113238.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
switch-stdout.rs also test parts of std 2024-04-07 10:05:57 +02:00
thread.rs also test parts of std 2024-04-07 10:05:57 +02:00
type-name-unsized.rs Rename test for issue 21058 2024-05-05 10:47:12 -04:00
volatile-fat-ptr.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
windows.rs Make PathBuf less Ok with adding UTF-16 then into_string 2024-06-12 01:00:21 -07:00