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
/
cli
/
tests
/
unit
Age
Commit message (
Expand
)
Author
2024-02-09
chore: completely disable websocketstream_test (#22360)
Matt Mastracci
2024-02-08
chore(cli): disable some of the restored WSS tests (#22357)
Matt Mastracci
2024-02-08
chore: Promote some integration tests to js_unit_tests (#22355)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-02-07
fix: enable "--allow-sys=cpus" for "deno run" (#22260)
restlessronin
2024-02-07
chore: remove op_spawn_child test (#22314)
Bartek Iwańczuk
2024-02-07
chore: don't expose FFI ops to user code (#22313)
Bartek Iwańczuk
2024-02-07
chore: upgrade deno_core to 0.259.0 (#22311)
Bartek Iwańczuk
2024-02-07
chore: remove unneeded benchmark (#22300)
Bartek Iwańczuk
2024-02-06
fix: Support Symbol.metadata (#22282)
Bartek Iwańczuk
2024-02-06
chore(ws): remove unused op_ws_send_pong (#22283)
Divy Srivastava
2024-02-06
refactor: don't expose some ops (#22281)
Bartek Iwańczuk
2024-02-06
refactor: don't expose ops to user code (#22273)
Bartek Iwańczuk
2024-02-05
refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)
Matt Mastracci
2024-02-06
fix(unstable): validate kv list selector (#22265)
Heyang Zhou
2024-02-05
feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...
Asher Gomez
2024-02-04
chore: remove opcall_test.ts (#22227)
Bartek Iwańczuk
2024-02-01
fix(fs): copyFile NUL path on macOS (#22216)
Divy Srivastava
2024-01-31
refactor: remove imported ops from Deno.core.ops (#22194)
Bartek Iwańczuk
2024-01-30
fix(runtime): return number from `op_ppid` instead of bigint (#22169)
Yusuke Tanaka
2024-01-27
feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149)
Divy Srivastava
2024-01-26
fix(ext/http): smarter handling of Accept-Encoding (#22130)
Matt Mastracci
2024-01-25
fix(fs): instanceof check for Deno.FsFile (#22121)
Bartek Iwańczuk
2024-01-24
revert: Remove deprecations of file sync APIs (#22085)
Bartek Iwańczuk
2024-01-24
feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...
Asher Gomez
2024-01-24
chore: fix `Deno.UnsafeWindowSurface` typings (#22081)
Dean Srebnik
2024-01-24
feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)
Asher Gomez
2024-01-24
feat: deprecate `Deno.close()` (#22066)
Asher Gomez
2024-01-24
feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)
Asher Gomez
2024-01-24
fix(ext/cron): automatically override unspecified values (#22042)
Igor Zinkovsky
2024-01-24
feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)
Asher Gomez
2024-01-24
feat: deprecate `Deno.resources()` (#22059)
Asher Gomez
2024-01-24
feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...
Asher Gomez
2024-01-23
refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis...
Asher Gomez
2024-01-23
chore: use ensureFastOps in 02_surface.js (#22045)
Divy Srivastava
2024-01-23
BREAKING(unstable): remove `Deno.cron()` overload (#22035)
Asher Gomez
2024-01-23
refactor: set removal version for `Deno.Server` (#22024)
Asher Gomez
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-22
feat(web): ImageBitmap (#21898)
Leo Kettmeir
2024-01-22
chore: use `FsFile[Symbol.dispose]()` (#22007)
Asher Gomez
2024-01-21
chore: use `Deno.readTextFile()` where appropriate (#22018)
Asher Gomez
2024-01-21
chore: use `Deno.writeTextFile()` where appropriate (#22008)
Asher Gomez
2024-01-21
chore: add types for `Deno.UnsafeWindowSurface` (#22010)
Divy Srivastava
2024-01-15
chore(ext/cache): remove CachePutResource in preparation for resource rewrite...
Matt Mastracci
2024-01-14
chore: upgrade deno_core to 0.246.0 (#21904)
Bartek Iwańczuk
2024-01-09
fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)
Divy Srivastava
2024-01-06
feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...
Divy Srivastava
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-03
fix(cli): make signals tests more reliable (#21772)
Matt Mastracci
[next]