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
/
js_runtime.rs
Age
Commit message (
Expand
)
Author
2024-03-05
chore: upgrade deno_core (#22699)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-13
refactor(cli): update to new deno_core promise/call methods (#21519)
Matt Mastracci
2023-05-04
fix(core): allow esm extensions not included in snapshot (#18980)
Nayeem Rahman
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-09
refactor(core): remove RuntimeOptions::extensions_with_js (#18099)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-23
fix(core): remove async op inlining optimization (#17899)
Divy Srivastava
2023-02-08
refactor: internal runtime code TS support (#17672)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-27
feat(core): support initializing extensions with and without JS (#16789)
Bartek Iwańczuk
2022-10-28
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Divy Srivastava
2022-10-27
Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)
Divy Srivastava
2022-10-27
perf(core): generate inlined wrappers for async ops (#16428)
Divy Srivastava
2022-03-24
chore: drop src/ in bench_util & serde_v8 (#14097)
Aaron O'Mullan