rust/library
bors 546a1eaab9 Auto merge of #132705 - kornelski:inline-repeat, r=tgross35
Inline str::repeat

`str` is non-generic and `str.repeat()` doesn't get inlined, which makes it use a slower algorithm in case of 1-char repetitions. Equivalent byte slice does get inlined: https://rust.godbolt.org/z/4arvh97r4
2024-11-07 04:26:33 +00:00
..
alloc Inline str::repeat 2024-11-06 18:54:50 +00:00
backtrace@230570f2da
core Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-se 2024-11-06 09:08:53 +00:00
panic_abort
panic_unwind
portable-simd
proc_macro Add a new trait proc_macro::ToTokens 2024-10-27 03:17:05 +01:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustc-std-workspace-std
std Auto merge of #131888 - ChrisDenton:deopt, r=ibraheemdev 2024-11-07 01:23:47 +00:00
stdarch@ff9a444503 bump stdarch 2024-10-28 09:42:42 +01:00
sysroot
test
unwind
windows_targets
Cargo.lock Update compiler_builtins to 0.1.138 and pin it 2024-11-03 17:43:16 -06:00
Cargo.toml