summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
AgeCommit message (Expand)Author
2024-09-04BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)Asher Gomez
2024-09-04BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407)Asher Gomez
2024-09-04BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)Asher Gomez
2024-09-03BREAKING(io): remove `Deno.copy()` (#25345)Asher Gomez
2024-09-03BREAKING(console): remove `Deno.customInspect` (#25348)Asher Gomez
2024-09-03chore(fs): remove `Deno.flock[Sync]()` (#25350)Asher Gomez
2024-09-03BREAKING(io): remove `Deno.iter[Sync]()` (#25346)Asher Gomez
2024-09-03BREAKING: remove `Deno.close()` (#25347)Asher Gomez
2024-09-03chore: cleanup code for deprecation notices in JS code (#25368)Bartek Iwańczuk
2024-08-31chore(net): remove `Deno.shutdown()` (#25253)Asher Gomez
2024-08-31chore: remove `Deno.resources()` (#25251)Asher Gomez
2024-08-31chore: remove `Deno.metrics()` (#25167)Asher Gomez
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-08-02BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)Kenta Moriuchi
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-04feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)Zander Hill
2024-07-01feat: upgrade deno_core (#24364)snek
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-23feat: enable pointer compression via deno_core bump (#23838)Matt Mastracci
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-07FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)Asher Gomez
2024-04-05FUTURE: remove deprecated APIs within workers (#23220)Asher Gomez
2024-04-04fix(ext/node): count MessagePort message listeners in hasMessageEventListener...Satya Rohith
2024-03-27FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)Asher Gomez
2024-03-27FUTURE: remove `Deno.resources()` (#23095)Asher Gomez
2024-03-26feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075)Asher Gomez
2024-03-24refactor(bench): align ops to testing ops (#23038)Bartek Iwańczuk
2024-03-22perf: warm expensive init code at snapshot time (#22714)Matt Mastracci
2024-03-21fix: do not memoize `Deno.ppid` (#23006)Divy Srivastava
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-13fix(ext/node): make worker ids sequential (#22884)Satya Rohith
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-03-11fix(ext/node): make worker setup synchronous (#22815)Bartek Iwańczuk
2024-03-08refactor(ext/node): worker_threads.isMainThread setup (#22785)Bartek Iwańczuk
2024-03-08chore: upgrade deno_core (#22782)Bartek Iwańczuk
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-27perf(cli): reduce overhead in test registration (#22552)Matt Mastracci
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava