rust/library/core/src/str
Matthias Krüger 912877d009
Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnay
Initial implementation of `str::from_raw_parts[_mut]`

ACP (accepted): rust-lang/libs-team#167
Tracking issue: #119206

Thanks to ``@Kixiron`` for previous work on this (#107207)

``@rustbot`` label +T-libs-api -T-libs
r? ``@thomcc``

Closes #107207.
2024-01-26 06:36:37 +01:00
..
converts.rs Initial implementation of str::from_raw_parts[_mut] 2023-12-31 00:12:02 -05:00
count.rs Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
error.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
iter.rs Rollup merge of #107464 - WaffleLapkin:all_that_remains_of_lines, r=dtolnay 2024-01-26 06:36:36 +01:00
lossy.rs Expose Utf8Lossy as Utf8Chunks 2022-08-20 12:49:20 -04:00
mod.rs Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnay 2024-01-26 06:36:37 +01:00
pattern.rs Update std::simd usage and test outputs 2023-11-26 09:02:25 -05:00
traits.rs Convert many assert_unsafe_precondition to debug_assert_nounwind 2023-11-25 23:58:51 +00:00
validations.rs Replace most uses of pointer::offset with add and sub 2022-08-21 02:21:41 +04:00