Files
rust/library/alloc/src
Dylan DPC 47fe1a3e1f Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc
Mark internal functions and traits unsafe to reflect preconditions

No semantics are changed in this PR; I only mark some functions and and a trait `unsafe` which already had implicit preconditions. Although it seems somewhat redundant for `numfmt::Part::Copy` to contain a `&[u8]` instead of a `&str`, given that all of its current consumers ultimately expect valid UTF-8. Is the type also intended to work for byte-slice formatting in the future?
2023-05-23 00:32:18 +05:30
..
2023-04-21 16:29:27 -07:00
2023-05-15 15:13:21 -04:00
2023-05-07 00:12:29 +03:00
2023-04-29 18:10:10 -04:00
2023-05-07 00:12:29 +03:00
2023-05-05 20:36:21 +02:00
2023-04-12 19:27:18 +02:00
2023-04-26 02:10:22 -04:00
2023-03-03 17:47:48 +00:00