summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-17fix(publish): support import equals (#23421)Luca Casonato
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-16chore: forward v1.42.4 commit to `main` (#23394)Bartek Iwańczuk
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-04-14perf: do not clone swc `Program` when transpiling (#23365)David Sherret
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-04-12chore: forward v1.42.3 release commit to main (#23335)denobot
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-11chore: forward v1.42.2 release commit to main (#23315)denobot
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-08chore: update WPT (#23111)Asher Gomez
2024-04-07FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)Asher Gomez
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(runtime): fix Windows permission prompt (#23212)Matt Mastracci
2024-04-04fix(ext/node): count MessagePort message listeners in hasMessageEventListener...Satya Rohith
2024-04-02fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)Matt Mastracci
2024-04-01chore: forward v1.42.1 release commit to main (#23162)denobot
2024-03-281.42.0 (#23105)denobot
2024-03-27FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)Asher Gomez
2024-03-27FUTURE: remove `Deno.resources()` (#23095)Asher Gomez
2024-03-26fix(runtime): use FQDN in NetDescriptor (#23084)Nayeem Rahman
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-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-14chore: Forward 1.41.3 release commit (#22930)Nathan Whitaker
2024-03-14fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)Matt Mastracci
2024-03-13perf(permissions): Fast exit from checks when permission is in "fully-granted...Matt Mastracci
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-13chore(permissions): add allow_all flag (#22890)Matt Mastracci
2024-03-13chore: upgrade deno_core to 0.270.0 (#22826)Divy Srivastava
2024-03-13chore: explicitly type `state.put` for permissions (#22881)Divy Srivastava
2024-03-12fix(runtime): negate partial condition for deny flags (#22866)Nayeem Rahman
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-11fix(ext/node): make worker setup synchronous (#22815)Bartek Iwańczuk
2024-03-11fix(runtime): Restore default signal handler after user handlers are unregist...Nathan Whitaker
2024-03-08refactor(ext/node): worker_threads.isMainThread setup (#22785)Bartek Iwańczuk
2024-03-08chore: forward v1.41.2 release commit to main (#22793)denobot