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
/
js
Age
Commit message (
Expand
)
Author
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-12
fix(runtime/js/http): Correctly parse user response headers (#10076)
Nayeem Rahman
2021-04-12
feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)
Casper Beyer
2021-04-12
feat(runtime): add stat and statSync methods to Deno.File (#10107)
Casper Beyer
2021-04-12
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
Casper Beyer
2021-04-12
feat: Add Deno.memoryUsage() (#9986)
Aaron O'Mullan
2021-04-12
fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)
Nayeem Rahman
2021-04-11
feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)
Casper Beyer
2021-04-10
feat(unstable): ALPN config in listenTls (#10065)
Luca Casonato
2021-04-09
API change: Deno.startHttp -> Deno.serveHttp (#10087)
Ryan Dahl
2021-04-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk
2021-04-08
fix(core): error handling in examples (#9867)
Inteon
2021-04-08
fix(runtime/readFile*): close resources on error during read (#10059)
Satya Rohith
2021-04-06
chore: deprecate Deno.Buffer and read/write utils (#9793)
Luca Casonato
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-04-03
refactor: Switch op_now to be a json-op (#9974)
Aaron O'Mullan
2021-03-21
refactor(runtime/permissions): Rename permission structs (#9841)
Nayeem Rahman
2021-03-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon
2021-03-18
chore(console): distinguish between log levels (#9824)
Luca Casonato
2021-03-18
refactor: update minimal ops & rename to buffer ops (#9719)
Inteon
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-03-08
fix(runtime/js): add navigator interface objects (#9685)
Nayeem Rahman
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-02-26
feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226)
Casper Beyer
2021-02-25
chore(core): optional args for registerErrorClass (#9602)
Luca Casonato
2021-02-25
feat(runtime): stabilize Deno.link and Deno.linkSync (#9417)
Casper Beyer
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-02-24
feat: add exit sanitizer to Deno.test (#9529)
Casper Beyer
2021-02-21
feat(unstable): per op metrics (#9240)
Luca Casonato
2021-02-21
fix(runtime/testing): false positive for timers when an error is thrown (#9553)
Casper Beyer
2021-02-10
fix(console): log function object properties / do not log non-enumerable prop...
David DeSimone
2021-02-09
fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)
Nayeem Rahman
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-02-04
refactor: rewrite File implementation (#9334)
Luca Casonato
2021-01-30
refactor: rewrite Blob implementation (#9309)
Luca Casonato
2021-01-29
fix(cli): Move WorkerOptions::deno types to unstable (#9163)
Nayeem Rahman
2021-01-29
refactor: IO resource types, fix concurrent read/write and graceful close (#9...
Bert Belder
2021-01-28
chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)
Luca Casonato
2021-01-24
fix(runtime/js): use DOMException in Performance#measure (#9142)
Anonymous
2021-01-21
fix(runtime): fix recursive dispatches of unload event (#9207)
Yoshiya Hinosawa
2021-01-19
feat(unstable): add Deno.resolveDns API (#8790)
Yusuke Tanaka
2021-01-17
fix(op_crates/web): Use WorkerLocation for location in workers (#9084)
Nayeem Rahman
2021-01-17
chore: Enforce ban-untagged-todo lint rule (#9135)
Bartek Iwańczuk
2021-01-15
refactor(op_crate/fetch): align streams to spec (#9103)
Kitson Kelly
2021-01-14
fix: don't swallow customInspect exceptions (#9095)
Steven Guerrero
2021-01-12
feat: stabilize Deno.shutdown() and Conn#closeWrite()
Bartek Iwańczuk
2021-01-12
fix(cli): dispatch unload on exit (#9088)
Yoshiya Hinosawa
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-10
tests(wpt/console): Enables web platform tests for console (#9013)
Tarik Eshaq
[prev]
[next]