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
/
core
/
examples
/
hello_world.rs
Age
Commit message (
Expand
)
Author
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
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
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
cleanup(core): use Extensions to register ops (#13224)
Aaron O'Mullan
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek IwaĆczuk
2021-05-15
cleanup(core/example/hello_world): use Deno.core.print instead of new op (#10...
Aaron O'Mullan
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-09-23
Add example for deno_core (#7611)
Valentin Anger