summaryrefslogtreecommitdiff
path: root/cli/tools/test/fmt.rs
AgeCommit message (Expand)Author
2024-04-10fix(ext/fs): account for all ops in leak checks (#23300)Asher Gomez
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-28chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)Matt Mastracci
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-19chore(fs): rename `op_fs_file_stat_{async/sync}` ops (#22476)Asher Gomez
2024-02-16refactor(cli): move op sanitizer to Rust (#22413)Matt Mastracci
2024-02-16chore(ext/web): refactor timer ops before landing op sanitizer (#22435)Matt Mastracci
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-01-27Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)Bartek Iwańczuk
2024-01-26refactor(cli): use new sanitizer for resources (#22125)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-05refactor(test): support custom writer in PrettyTestReporter (#20783)Nayeem Rahman
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk