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-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
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
[next]