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
/
90_deno_ns.js
Age
Commit message (
Expand
)
Author
2024-04-24
feat(ext/http): Implement request.signal for Deno.serve (#23425)
Matt Mastracci
2024-04-19
refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)
Matt Mastracci
2024-04-18
chore: remove unused, unstable 'http' namespace (#23436)
Matt Mastracci
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
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: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...
Asher Gomez
2024-01-24
feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)
Asher Gomez
2024-01-24
feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)
Asher Gomez
2024-01-24
feat: Add warnings for more deprecated APIs (#21992)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)
Asher Gomez
2024-01-24
feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063)
Asher Gomez
2024-01-24
feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065)
Asher Gomez
2024-01-24
chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071)
Asher Gomez
2024-01-24
feat: deprecate `Deno.shutdown()` (#22067)
Asher Gomez
2024-01-23
feat: Add deprecation warning for `Deno.customInspect` (#22027)
Asher Gomez
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-19
feat:: External webgpu surfaces / BYOW (#21835)
Divy Srivastava
2024-01-15
feat(unstable): add Temporal API support (#21738)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-12-08
fix(unstable): Honor granular unstable flags in js runtime (#21466)
Julien Cayzac
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-12-06
fix: display unstable flags at bottom of help text (#21468)
David Sherret
2023-11-25
feat(unstable): --unstable-unsafe-proto (#21313)
David Sherret
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-11-01
feat(cron) implement Deno.cron() (#21019)
Igor Zinkovsky
2023-09-27
feat(unstable): add `Deno.jupyter.broadcast` API (#20656)
Bartek Iwańczuk
2023-07-13
fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)
David Sherret
2023-07-04
fix: move `Deno.serve` to stable namespace (#19718)
Bartek Iwańczuk
2023-07-01
fix(ext/kv): expose Deno.AtomicOperation (#19674)
Luca Casonato
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-04-03
refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
Bartek Iwańczuk
2023-03-28
Reland "refactor: remove Deno[Deno.internal].nodeUnstable namespace" (#18475)
Bartek Iwańczuk
2023-03-27
Revert "refactor: remove Deno[Deno.internal].nodeUnstable namespace (… (#18...
Bartek Iwańczuk
2023-03-27
refactor: remove Deno[Deno.internal].nodeUnstable namespace (#18449)
Bartek Iwańczuk
2023-03-22
Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)
Ryan Dahl
2023-03-22
refactor: rename Deno.openKv() to Deno.kv() (#18349)
Ryan Dahl
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-07
refactor: Add "deno_fs" extension crate (#18040)
Bartek Iwańczuk
2023-03-05
refactor: move definition of Deno.build from "runtime" to "core" (#18036)
Bartek Iwańczuk
2023-03-05
refactor(runtime): merge "spawn" into "process" (#18022)
Bartek Iwańczuk
2023-03-05
refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...
Bartek Iwańczuk
2023-03-05
refactor: remove unused 40_diagnostics.js file (#18021)
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk
[next]