summaryrefslogtreecommitdiff
path: root/ops/op2/test_cases/sync/string_ref.rs
AgeCommit message (Collapse)Author
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
`deno_core` is moving out! You'll find it at https://github.com/denoland/deno_core/ once this PR lands.
2023-07-01refactor(ops): op2 supports strings in argument and return position (#19613)Matt Mastracci
Support strings (&str, String, and Cow) in the argument position and String in the return position. Avoids copies where possible, though this is not always something we can do.