| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-01 | refactor(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. | |||
