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
/
99_main.js
Age
Commit message (
Expand
)
Author
2024-05-14
fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)
David Sherret
2024-05-05
fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)
Satya Rohith
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-04-19
FUTURE: remove `Deno.customInspect` (#23453)
Asher Gomez
2024-04-16
fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...
Satya Rohith
2024-04-15
refactor: move lifecycle events dispatch to Rust (#23358)
Bartek Iwańczuk
2024-04-09
fix(ext/node): implement MessagePort.unref() (#23278)
Satya Rohith
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-04-04
fix(ext/node): count MessagePort message listeners in hasMessageEventListener...
Satya Rohith
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-24
refactor(bench): align ops to testing ops (#23038)
Bartek Iwańczuk
2024-03-22
perf: warm expensive init code at snapshot time (#22714)
Matt Mastracci
2024-03-21
fix: do not memoize `Deno.ppid` (#23006)
Divy Srivastava
2024-03-15
fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...
Bartek Iwańczuk
2024-03-13
fix(ext/node): make worker ids sequential (#22884)
Satya Rohith
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-11
fix(ext/node): make worker setup synchronous (#22815)
Bartek Iwańczuk
2024-03-08
refactor(ext/node): worker_threads.isMainThread setup (#22785)
Bartek Iwańczuk
2024-03-08
chore: upgrade deno_core (#22782)
Bartek Iwańczuk
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-23
fix(ext/node): set correct process.argv0 (#22555)
Satya Rohith
2024-02-15
chore: add DENO_FUTURE env var (#22318)
Divy Srivastava
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
refactor: use web utils and lazy load utils from core (#22289)
Leo Kettmeir
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 worker ops to user code (#22276)
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-04
chore: bump deno core (#22243)
Matt Mastracci
2024-02-02
fix(jupyter): ensure op is available (#22240)
Bartek Iwańczuk
2024-02-02
docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)
Asher Gomez
2024-01-31
refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196)
Bartek Iwańczuk
2024-01-31
refactor: remove imported ops from Deno.core.ops (#22194)
Bartek Iwańczuk
2024-01-26
fix: make deprecation warnings less verbose (#22128)
Bartek Iwańczuk
2024-01-24
Revert "feat: deprecate `window` global (#22057)" (#22084)
Bartek Iwańczuk
2024-01-24
feat: Change deprecation warning formatting (#22080)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.close()` (#22066)
Asher Gomez
2024-01-24
feat: Add warnings for more deprecated APIs (#21992)
Bartek Iwańczuk
2024-01-24
feat: deprecate `window` global (#22057)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.resources()` (#22059)
Asher Gomez
2024-01-23
feat: Add deprecation warning for `Deno.customInspect` (#22027)
Asher Gomez
[prev]
[next]