Files
rust/library
Thalia Archibald 006b7e3a2b Validate extension in PathBuf::add_extension
The extension is validated in `PathBuf::set_extension`, but not
`add_extension`. Fix that. Check for both / and \ path separators on
Windows, even when the path is verbatim, since this is logically like
`PathBuf::push` which normalizes separators (i.e., keeping the current
behavior).
2025-04-22 05:34:25 -07:00
..
2025-02-13 14:32:50 -08:00
2025-04-09 12:29:59 +01:00
2025-03-10 21:23:31 +08:00
2025-04-16 14:52:08 +02:00
2025-04-20 21:19:52 +08:00