summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
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(fs): remove `Deno.futime[Sync]()` (#25252)Asher Gomez
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-29chore: forward v1.46.2 release commit to main (#25296)denobot
2024-08-29fix(runtime/web_worker): populate `SnapshotOptions` for `WebWorker` when inst...Sʜɪᴍᴜʀᴀ Yū
2024-08-28fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...David Sherret
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-27fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...David Sherret
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-27feat(ext/kv): configurable limit params (#25174)Yusuke Tanaka
2024-08-22chore: forward v1.46.1 release commit to main (#25155)denobot
2024-08-221.46.0 (#25139)denobot
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-20fix(cli): update permission prompt message for compiled binaries (#24081)Yazan AbdAl-Rahman
2024-08-19feat: Deprecate "import assertions" with a warning (#24743)Bartek Iwańczuk
2024-08-19chore: improve accessing special file test (#25099)David Sherret
2024-08-19feat: upgrade deno_core (#25042)snek
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15fix(node): Create additional pipes for child processes (#25016)Nathan Whitaker
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-12fix(runtime/windows): fix calculation of console size (#23873)Roy Ivy III
2024-08-08feat(permissions): link to docs in permission prompt (#24948)Bartek Iwańczuk
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-08-06feat: vm rewrite (#24596)snek
2024-08-02Revert "feat: async context" (#24856)snek
2024-08-02feat: async context (#24402)snek
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-08-02BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)Kenta Moriuchi
2024-07-31chore: forward v1.45.5 release commit to main (#24818)denobot
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-26chore: forward v1.45.4 release commit to main (#24754)denobot
2024-07-26fix: support `npm:bindings` and `npm:callsites` packages (#24727)Bartek Iwańczuk
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot
2024-07-22Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)Bartek Iwańczuk
2024-07-21fix: CFunctionInfo and CTypeInfo leaks (#24634)Divy Srivastava
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-12chore: forward v1.45.2 release commit to main (#24564)denobot
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-111.45.0 (#24512)denobot