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
/
ops
/
fast_call.rs
Age
Commit message (
Expand
)
Author
2023-04-26
refactor(core): simplify op types and codegeneration (#18843)
Bartek Iwańczuk
2023-03-31
perf: `const` op declaration (#18288)
Divy Srivastava
2023-03-27
feat: port node:zlib to rust (#18291)
Divy Srivastava
2023-03-16
chore(ops): inline FastFunction trait methods (#18226)
Divy Srivastava
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-02-28
fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...
Aapo Alasuutari
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-17
feat(ext/node): implement `node:v8` (#17806)
Divy Srivastava
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-16
refactor(cli): fewer clones (#17450)
Geert-Jan Zwiers
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-14
feat(core): Reland support for async ops in realms (#17204)
Andreu Botella
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-27
feat(ops): fast calls for Wasm (#16776)
Divy Srivastava
2022-11-27
perf(ops): Reenable fast unit result optimization (#16827)
Divy Srivastava
2022-11-27
chore(ops): increase codegen tests coverage (#16834)
Divy Srivastava
2022-11-25
fix(ops): circular dependency in deno_ops test (#16809)
Divy Srivastava
2022-11-11
feat(ops): implement fast lazy async ops (#16579)
Divy Srivastava
2022-11-10
refactor(ops): Rewrite fast call optimizer and codegen (#16514)
Divy Srivastava