rust/library/core
bors 2796048328 Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-se
Add new unstable feature `const_eq_ignore_ascii_case`

Tracking issue - #131719

Mark `[u8]`, `str` `eq_ignore_ascii_case` functions const

---

The codegen for this implementation matches the existing `iter::zip` implementation better than incrementing with a counter

while loop with counter - https://rust.godbolt.org/z/h9cs5zajc
while let - https://rust.godbolt.org/z/ecMeMjjEb
2024-11-06 09:08:53 +00:00
..
benches Stabilize `isqrt` feature 2024-10-08 10:58:49 -04:00
src Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-se 2024-11-06 09:08:53 +00:00
tests most const intrinsics don't need an explicit rustc_const_unstable any more 2024-11-04 23:27:46 +01:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00