oxc/crates/oxc_allocator/src
overlookmotel ae8db53d65 refactor(allocator): move Allocator into own module (#8656)
Pure refactor. `oxc_allocator` crate is getting quite crowded now. Move `Allocator` into a separate file.
2025-01-22 13:45:32 +00:00
..
address.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
allocator.rs refactor(allocator): move Allocator into own module (#8656) 2025-01-22 13:45:32 +00:00
allocator_api2.rs refactor(allocator)!: Allocator do not deref to bumpalo::Bump (#8569) 2025-01-18 01:23:55 +00:00
boxed.rs refactor(allocator): reduce repeat code to prevent Drop types in arena (#8655) 2025-01-22 13:17:58 +00:00
clone_in.rs docs(allocator): improve docs for Allocator (#8623) 2025-01-21 04:01:41 +00:00
convert.rs refactor(allocator): String type (#8568) 2025-01-18 01:23:54 +00:00
hash_map.rs refactor(allocator): reduce repeat code to prevent Drop types in arena (#8655) 2025-01-22 13:17:58 +00:00
lib.rs refactor(allocator): move Allocator into own module (#8656) 2025-01-22 13:45:32 +00:00
serialize.rs refactor(oxc_ast): clean up doc 2023-04-16 00:39:07 +08:00
string.rs perf(allocator): make String non-drop (#8617) 2025-01-20 12:30:20 +00:00
vec.rs refactor(allocator): reduce repeat code to prevent Drop types in arena (#8655) 2025-01-22 13:17:58 +00:00