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-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-16
feat(jupyter): Add `Deno.jupyter.image` API (#26284)
Bartek Iwańczuk
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-23
feat: make 'globalThis.location' a configurable property (#25812)
Bartek Iwańczuk
2024-09-16
chore: remove `warnOnDeprecatedApi()` (#25673)
Asher Gomez
2024-09-16
chore: cleanup remaining `internals.future` code (#25624)
Asher Gomez
2024-09-14
feat: print `Listening on` messages on stderr instead of stdout (#25491)
Marvin Hagemeister
2024-09-13
refactor(runtime): align error messages (#25563)
Ian Bull
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-11
BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)
Asher Gomez
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
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.File` (#25447)
Asher Gomez
2024-09-04
test: run js_unit_tests with `--unstable-*` flags (#25394)
Bartek Iwańczuk
2024-09-04
chore: remove some dead code around DENO_FUTURE env var (#25418)
Bartek Iwańczuk
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-09-03
chore: cleanup code for deprecation notices in JS code (#25368)
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-28
refactor: don't virtualize the `console` global for node mode (#25263)
Luca Casonato
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-14
feat(serve): Opt-in parallelism for `deno serve` (#24920)
Nathan Whitaker
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-08-02
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)
Kenta Moriuchi
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-04
feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)
Zander Hill
2024-07-01
feat: upgrade deno_core (#24364)
snek
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-05-23
feat: enable pointer compression via deno_core bump (#23838)
Matt Mastracci
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
[next]