oxc/crates/oxc_allocator/src
overlookmotel fae4cd22ee refactor(allocator)!: remove Vec::into_string (#8571)
We can use `String::from_utf8` instead (introduced in #8568). This matches `std::str::String`s method.
2025-01-18 01:23:56 +00:00
..
address.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
allocator_api2.rs refactor(allocator)!: Allocator do not deref to bumpalo::Bump (#8569) 2025-01-18 01:23:55 +00:00
boxed.rs fix(allocator): statically prevent memory leaks in allocator (#8570) 2025-01-18 01:23:56 +00:00
clone_in.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
convert.rs refactor(allocator): String type (#8568) 2025-01-18 01:23:54 +00:00
hash_map.rs fix(allocator): statically prevent memory leaks in allocator (#8570) 2025-01-18 01:23:56 +00:00
lib.rs fix(allocator): statically prevent memory leaks in allocator (#8570) 2025-01-18 01:23:56 +00:00
serialize.rs
string.rs refactor(allocator)!: Allocator do not deref to bumpalo::Bump (#8569) 2025-01-18 01:23:55 +00:00
vec.rs refactor(allocator)!: remove Vec::into_string (#8571) 2025-01-18 01:23:56 +00:00