rust/library/coretests/tests
bors 6eef33bb39 Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu
Rename `cfg_match!` to `cfg_select!`

[`@Nemo157` pointed out](https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605) that `cfg_match!` syntax does not actually align well with match syntax, which is a possible source of confusion. The comment points out that usage is instead more similar to ecosystem `select!` macros. Rename `cfg_match!` to `cfg_select!` to match this.

Tracking issue: https://github.com/rust-lang/rust/issues/115585

[1]: https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605
2025-05-22 02:14:23 +00:00
..
async_iter
ffi Move `<CStr as Debug>` test to coretests 2025-04-18 10:31:55 -04:00
floats `core_float_math`: Move functions to `math` folder 2025-05-20 16:41:43 +01:00
fmt Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm 2025-03-22 10:56:14 +00:00
hash library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
io Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
iter added test for Enumerate::next_index on empty iterator 2025-04-19 12:29:47 +02:00
net Recognise new IPv6 non-global range from RFC9602 2025-03-21 17:53:29 +11:00
num Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum 2025-05-18 20:38:01 +00:00
ops
panic
alloc.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
any.rs Optionally add type names to `TypeId`s. 2025-02-11 18:42:19 -08:00
array.rs Add `#[must_use]` to Array::map 2025-05-13 12:34:53 +09:00
ascii.rs
ascii_char.rs Implement Extend<AsciiChar> for String 2025-02-08 16:51:04 -05:00
asserting.rs
atomic.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
bool.rs Remove some unnecessary parens in `assert!` conditions 2025-02-06 22:28:44 +00:00
bstr.rs
cell.rs Apply requested API changes to `cell_update` 2025-04-02 18:18:50 +00:00
char.rs add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants 2025-02-16 21:08:38 +08:00
clone.rs
cmp.rs
const_ptr.rs
convert.rs
error.rs
ffi.rs
future.rs
hint.rs Fix drop handling in `hint::select_unpredictable` 2025-04-17 17:30:53 +02:00
intrinsics.rs
lazy.rs
lib.rs Rename `cfg_match!` to `cfg_select!` 2025-05-20 21:16:23 +00:00
macros.rs Rename `cfg_match!` to `cfg_select!` 2025-05-20 21:16:23 +00:00
manually_drop.rs
mem.rs Add inherent versions of MaybeUninit::fill methods for slices 2025-03-08 18:41:35 -05:00
nonzero.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
ops.rs
option.rs
panic.rs
pattern.rs
pin.rs Put pin!() tests in the right file. 2025-03-28 10:18:04 +01:00
pin_macro.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
ptr.rs stabilize ptr::swap_nonoverlapping in const 2025-04-29 10:40:56 +02:00
result.rs
simd.rs
slice.rs Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 2025-03-07 10:12:44 +01:00
str.rs tidy: Fix paths to coretests and alloctests 2025-04-05 12:15:49 -07:00
str_lossy.rs
task.rs
time.rs Split duration_constructors to get non-controversial bits out faster. 2025-05-09 22:52:39 -04:00
tuple.rs
unicode.rs
waker.rs