oxc/crates/oxc_allocator/src
overlookmotel ab8aa2f7b0 refactor(allocator): move GetAddress trait into oxc_allocator (#6738)
Pure refactor. It makes more sense to me for `Address` and `GetAddress` to be defined in the same place. Also then we can use the trait for `impl GetAddress for Box`.
2024-10-21 11:46:29 +00:00
..
address.rs refactor(allocator): move GetAddress trait into oxc_allocator (#6738) 2024-10-21 11:46:29 +00:00
boxed.rs refactor(allocator): move GetAddress trait into oxc_allocator (#6738) 2024-10-21 11:46:29 +00:00
clone_in.rs docs(allocator): enable lint warnings on missing docs, and add missing doc comments (#6613) 2024-10-15 22:50:48 +00:00
convert.rs docs(allocator): enable lint warnings on missing docs, and add missing doc comments (#6613) 2024-10-15 22:50:48 +00:00
lib.rs refactor(allocator): move GetAddress trait into oxc_allocator (#6738) 2024-10-21 11:46:29 +00:00
serialize.rs
vec.rs fix(allocator)!: make Vec non-drop (#6623) 2024-10-19 15:43:54 +00:00