index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bench_util
/
benches
/
op_baseline.rs
Age
Commit message (
Expand
)
Author
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2022-08-30
perf: use fast api for `core.isProxy` (#15682)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2021-10-06
bench(op_baseline): measure Deno.core.isProxy() (#12347)
Aaron O'Mullan
2021-05-21
cleanup(bench_util): use Extensions for setup (#10737)
Aaron O'Mullan
2021-05-19
tooling: re-enable bench_util (#10674)
Aaron O'Mullan