summaryrefslogtreecommitdiff
path: root/core/examples
AgeCommit message (Expand)Author
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-27feat(ops): fast calls for Wasm (#16776)Divy Srivastava
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-27Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)Divy Srivastava
2022-10-27perf(core): generate inlined wrappers for async ops (#16428)Divy Srivastava
2022-10-15bench: avoid port collision (#16285)Bartek Iwańczuk
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-09-22examples(core): panik (#15983)Aaron O'Mullan
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-06-28feat(ext/ffi): Thread safe callbacks (#14942)Aapo Alasuutari
2022-06-20docs: Improve `mod_evaluate` documentation (#14827)Christian Dürr
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-05refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)Bartek Iwańczuk
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek Iwańczuk
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-08refactor(core): OpCtx (#14228)Aaron O'Mullan
2022-03-22feat(core): disableable extensions & ops (#14063)Aaron O'Mullan
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-15cleanup(core): OpPair => OpDecl (#13952)Aaron O'Mullan
2022-03-15cleanup(core): remove void_op_a?sync (#13953)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-08feat(core): Event loop middlewares for Extensions (#13816)Divy Srivastava
2022-01-31example(core): Add example for TypeScript transpiling via deno_ast (#13545)Andreu Botella
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-29cleanup(core): use Extensions to register ops (#13224)Aaron O'Mullan
2021-12-13example(core): add example for FS module loading (#13064)Bartek Iwańczuk
2021-11-22core(examples): Deserialize the result of execute_script (#12806)Giacomo Rizzi
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-05chore: various op cleanup (#12329)Leo K
2021-08-31feat(core): facilitate op-disabling middleware (#11858)Aaron O'Mullan
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-15cleanup(core/example/hello_world): use Deno.core.print instead of new op (#10...Aaron O'Mullan
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-21refactor(core): simplify error handling (#10297)Aaron O'Mullan
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-08fix(core): error handling in examples (#9867)Inteon
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan