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
Age
Commit message (
Expand
)
Author
2023-05-01
bench: fix benchmarks again (#18942)
Bartek Iwańczuk
2023-05-01
bench: fix json ops benchmark (#18941)
Bartek Iwańczuk
2023-05-01
refactor: migrate async ops to generated wrappers (#18937)
Bartek Iwańczuk
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-31
perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)
Divy Srivastava
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-13
refactor(core): pass cwd explicitly to resolve_path (#18092)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-23
fix(core): remove async op inlining optimization (#17899)
Divy Srivastava
2023-02-05
chore(core): improve error message in module loader example (#17654)
Waldir Pimenta
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-18
Optimize http_bench_json_ops example (#16505)
Divy Srivastava
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-27
feat(ops): fast calls for Wasm (#16776)
Divy Srivastava
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
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-10-15
bench: avoid port collision (#16285)
Bartek Iwańczuk
2022-10-10
feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
Luca Casonato
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-09-22
examples(core): panik (#15983)
Aaron O'Mullan
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-06-28
feat(ext/ffi): Thread safe callbacks (#14942)
Aapo Alasuutari
2022-06-20
docs: Improve `mod_evaluate` documentation (#14827)
Christian Dürr
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-05
refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)
Bartek Iwańczuk
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek Iwańczuk
2022-04-20
core: introduce `resource.read_return` (#14331)
Divy Srivastava
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
2022-03-22
feat(core): disableable extensions & ops (#14063)
Aaron O'Mullan
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-15
cleanup(core): OpPair => OpDecl (#13952)
Aaron O'Mullan
2022-03-15
cleanup(core): remove void_op_a?sync (#13953)
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-03-08
feat(core): Event loop middlewares for Extensions (#13816)
Divy Srivastava
2022-01-31
example(core): Add example for TypeScript transpiling via deno_ast (#13545)
Andreu Botella
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-12-13
example(core): add example for FS module loading (#13064)
Bartek Iwańczuk
2021-11-22
core(examples): Deserialize the result of execute_script (#12806)
Giacomo Rizzi
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
[next]