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
/
ext
/
web
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
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-30
chore: upgrade rusty_v8 to 0.58.0 (#16879)
Bartek Iwańczuk
2022-11-12
chore: upgrade rusty_v8 to 0.55.0 (#16604)
Bartek Iwańczuk
2022-11-11
perf(web): optimize single pass utf8 decoding (#16593)
Divy Srivastava
2022-10-26
perf(ext/web): optimize transferArrayBuffer (#16294)
Divy Srivastava
2022-10-24
perf(ext/web): add op_encode_binary_string (#16352)
Marcos Casagrande
2022-10-17
perf(ext/web): optimize `op_cancel_handle` (#16318)
Divy Srivastava
2022-09-17
perf(web): optimize encodeInto() (#15922)
Divy Srivastava
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-09-01
perf(ext/web): flatten op arguments for text_encoding (#15723)
Divy Srivastava
2022-08-28
perf: use fast api for op_now (#15643)
Divy Srivastava
2022-06-30
perf(ext/web): avoid reallocations in op_base64_atob (#15018)
Divy Srivastava
2022-06-29
perf(ext/web): use base64-simd for atob/btoa (#14992)
Nugine
2022-06-13
Remove unstable Deno.sleepSync (#14719)
Ryan Dahl
2022-05-17
perf(ext/web): Add fast path for non-streaming TextDecoder (#14217)
randomicon00
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-04-18
perf: move Deno.writeTextFile and like functions to Rust (#14221)
David Sherret
2022-04-02
experiment(serde_v8): derive_more enabled opaque wrappers (#14096)
Aaron O'Mullan
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-16
perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-03-05
perf(ext/web): optimize atob/btoa (#13841)
Aaron O'Mullan
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella
2022-01-24
feat(ext/web): add CompressionStream API (#11728)
Leo Kettmeir
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-09-08
fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)
Andreu Botella
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl