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
/
tests
/
specs
/
future
Age
Commit message (
Expand
)
Author
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-09-16
chore: cleanup remaining `internals.future` code (#25624)
Asher Gomez
2024-09-11
BREAKING(net): remove `Deno.[Tls]Listener.prototype.rid` (#25556)
Asher Gomez
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-09-11
BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)
Asher Gomez
2024-09-06
BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#...
Asher Gomez
2024-09-06
BREAKING(buffer): remove `Deno.Buffer` (#25441)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.File` (#25447)
Asher Gomez
2024-09-04
BREAKING(io): remove `Deno.read[Sync]()` (#25409)
Asher Gomez
2024-09-04
BREAKING(io): remove `Deno.write[Sync]()` (#25408)
Asher Gomez
2024-09-04
BEAKING(buffer): remove `Deno.readAll[Sync]()` (#25386)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Asher Gomez
2024-09-04
BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)
Asher Gomez
2024-09-03
BREAKING(io): remove `Deno.copy()` (#25345)
Asher Gomez
2024-09-03
BREAKING(console): remove `Deno.customInspect` (#25348)
Asher Gomez
2024-09-03
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-09-03
BREAKING(io): remove `Deno.iter[Sync]()` (#25346)
Asher Gomez
2024-09-03
BREAKING: remove `Deno.close()` (#25347)
Asher Gomez
2024-08-31
chore: remove DENO_FUTURE=1 from spec tests (#25329)
Bartek Iwańczuk
2024-08-31
chore(net): remove `Deno.shutdown()` (#25253)
Asher Gomez
2024-08-31
chore: remove `Deno.resources()` (#25251)
Asher Gomez
2024-08-31
chore: remove `Deno.metrics()` (#25167)
Asher Gomez
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-19
feat: Deprecate "import assertions" with a warning (#24743)
Bartek Iwańczuk
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-25
chore: use `@std` prefix for internal module specifiers (#24543)
Asher Gomez
2024-05-28
FUTURE(ext/ffi,ext/webgpu): stabilize FFI and WebGPU APIs (#24011)
Asher Gomez
2024-05-27
FUTURE(ext/fs): stabilize file system APIs (#23968)
Bartek Iwańczuk
2024-04-29
FUTURE: remove import assertions support for JavaScript (#23541)
Kenta Moriuchi
2024-04-21
FUTURE(ext/net): remove `Deno.ConnectTlsOptions.(certFile|certChain|privateKe...
Asher Gomez
2024-04-21
FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` (#23271)
Asher Gomez
2024-04-19
FUTURE: remove `Deno.customInspect` (#23453)
Asher Gomez
2024-04-08
FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).pr...
Asher Gomez
2024-04-07
FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)
Asher Gomez
2024-04-07
FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)
Asher Gomez
2024-04-05
FUTURE: remove deprecated APIs within workers (#23220)
Asher Gomez
2024-03-27
FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)
Asher Gomez
2024-03-27
FUTURE: remove `Deno.resources()` (#23095)
Asher Gomez
2024-03-26
feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075)
Asher Gomez
2024-03-25
test: add test for DENO_FUTURE=1 runtime API (#23065)
Bartek Iwańczuk