oxc/crates/oxc_allocator/src
DonIsaac 5ee1ef3d92 feat(allocator): add Vec::into_boxed_slice (#6195)
Note that this PR does not implement the inverse operation (`Box::to_vec` for `[T]`).
2024-10-12 04:29:43 +00:00
..
boxed.rs feat(allocator): add Vec::into_boxed_slice (#6195) 2024-10-12 04:29:43 +00:00
clone_in.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
convert.rs refactor(allocator, ast, span, ast_tools): use allocator as var name for Allocator (#4900) 2024-08-15 10:49:11 +00:00
lib.rs docs(allocator): document oxc_allocator crate (#6037) 2024-09-25 02:16:32 +00:00
serialize.rs refactor(oxc_ast): clean up doc 2023-04-16 00:39:07 +08:00
vec.rs feat(allocator): add Vec::into_boxed_slice (#6195) 2024-10-12 04:29:43 +00:00