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
/
runtime
Age
Commit message (
Expand
)
Author
2021-05-17
chore: update dependencies (#10660)
Luca Casonato
2021-05-17
feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)
Casper Beyer
2021-05-15
chore: upgrade Tokio to 1.6.0 (#10637)
Yusuke Tanaka
2021-05-11
chore: release crates (#10596)
Bartek Iwańczuk
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-05-11
fix(tls): flush send buffer in the background after closing TLS stream (#10146)
Bert Belder
2021-05-10
Switch grant/deny prompt to yes/no (#10547)
Ryan Dahl
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-05-07
fix: align plugin api with Extension (#10427)
Elias Sjögreen
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-06
chore: update wgpu and realign to spec (#9760)
Luca Casonato
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-05-02
refactor(runtime): use Extensions (#10461)
Aaron O'Mullan
2021-05-02
cleanup(runtime): re-export deno_timers like all other deno crates (#10464)
Aaron O'Mullan
2021-04-30
refactor(core): provide builtins as an Extension (#10449)
Aaron O'Mullan
2021-04-30
Rename crate_ops to extensions (#10431)
Andy Hayden
2021-04-30
refactor(core): initialize extensions in runtime constructor (#10421)
Aaron O'Mullan
2021-04-30
refactor(core.js): provide window.__bootstrap (#10423)
Aaron O'Mullan
2021-04-28
refactor(extensions): reintroduce builder (#10412)
Aaron O'Mullan
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer
2021-04-28
core: introduce extensions (#9800)
Aaron O'Mullan
2021-04-28
chore: upgrade dprint plugins (#10397)
Satya Rohith
2021-04-26
fix(tls): throw meaningful error when hostname is invalid (#10387)
Bert Belder
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-04-26
refactor(cli): rename Deno.emit() bundle options to "module" and "classic" (#...
Nayeem Rahman
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-23
chore: release crates (#10327)
Luca Casonato
2021-04-23
chore: update dependencies (#10325)
Luca Casonato
2021-04-23
fix(runtime/js/http): cancel body on response failure (#10225)
Nayeem Rahman
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-21
fix: do not panic on not found cwd (#10238)
Satya Rohith
2021-04-21
chore: release crates (#10269)
Bartek Iwańczuk
2021-04-20
fix(runtime): include HTTP op in WebWorker (#10207)
Satya Rohith
2021-04-20
chore: align fetch to spec (#10203)
Luca Casonato
2021-04-20
chore: update copyright headers (#10243)
Yoshiya Hinosawa
2021-04-20
revert: Conn type changes in #10012 and #10061 (#10255)
Kitson Kelly
2021-04-19
fix(rt/http): correct URL in Request (#10256)
Luca Casonato
2021-04-19
fix(runtime): handle race condition in postMessage where worker has terminate...
Liam Murphy
2021-04-16
fix(#10200): weaken types so non-breaking (#10205)
Kitson Kelly
2021-04-15
fix(#10182): hang during http server response (#10197)
Ryan Dahl
2021-04-14
chore: align FormData to spec (#10169)
Luca Casonato
2021-04-14
refactor: move timers to deno_timers op crate (#10179)
Ben Noordhuis
2021-04-14
perf(js/http): avoid v8 deopt in async iterator (#10160)
Aaron O'Mullan
2021-04-13
chore: release crates (#10164)
Bartek Iwańczuk
2021-04-13
fix(cli/dts): Make respondWith() return a Promise (#10128)
Nayeem Rahman
2021-04-13
feat(permissions): allow env permission to take values (#9825)
crowlKats
2021-04-13
perf: lazy header instantiation for HTTP requests (#10150)
Luca Casonato
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
[next]