rust/library/core/tests
Matthias Krüger 5d63a3db9c
Rollup merge of #131616 - RalfJung:const_ip, r=tgross35
merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate

https://github.com/rust-lang/rust/issues/76205 has been closed a while ago, but there are still some functions that reference it. Those functions are all unstable *and* const-unstable. There's no good reason to use a separate feature gate for their const-stability, so this PR moves their const-stability under the same gate as their regular stability, and therefore removes the remaining references to https://github.com/rust-lang/rust/issues/76205.
2024-10-14 06:04:29 +02:00
..
async_iter
ffi
fmt
hash Library: Rename "object safe" to "dyn compatible" 2024-10-09 18:48:29 +02:00
io
iter Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
net core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments 2024-10-13 20:26:23 +02:00
num Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
ops
panic
alloc.rs
any.rs
array.rs
ascii_char.rs
ascii.rs Optimize escape_ascii 2024-10-09 17:17:50 -04:00
asserting.rs
atomic.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
bool.rs
cell.rs
char.rs
clone.rs
cmp.rs
const_ptr.rs
convert.rs
error.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
ffi.rs
future.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
intrinsics.rs
lazy.rs Implement ACP 429: add Lazy{Cell,Lock}::get[_mut] and force_mut 2024-09-17 09:40:34 -07:00
lib.rs Rollup merge of #131616 - RalfJung:const_ip, r=tgross35 2024-10-14 06:04:29 +02:00
macros.rs Rustfmt 2024-09-13 15:18:30 -03:00
manually_drop.rs
mem.rs fix UB in a test 2024-09-09 16:17:34 +02:00
nonzero.rs
ops.rs
option.rs
panic.rs
pattern.rs
pin_macro.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
pin.rs
ptr.rs
result.rs
simd.rs
slice.rs Port sort-research-rs test suite Rust stdlib tests 2024-09-30 15:05:30 +02:00
str_lossy.rs
str.rs
task.rs
time.rs
tuple.rs
unicode.rs
waker.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00