summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
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
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-03-08chore: upgrade deno_core (#22782)Bartek Iwańczuk
2024-03-06chore: upgrade deno_core (#22725)Nathan Whitaker
2024-03-06fix: Provide source map for internal extension code (#22716)Bartek Iwańczuk
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-02-29chore: forward v1.41.1 release commit to main (#22643)denobot
2024-02-27perf(cli): reduce overhead in test registration (#22552)Matt Mastracci
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-221.41.0 (#22524)denobot
2024-02-19feat(core): highlight unprintable chars in permission prompts (#22468)Matt Mastracci
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-17chore: bump deno_core (#22443)Matt Mastracci
2024-02-15chore: forward v1.40.5 release commit to main (#22424)denobot
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-10chore: deno_core bump (#22379)Matt Mastracci
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-08chore: forward v1.40.4 release commit to main (#22345)denobot
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-07fix: enable "--allow-sys=cpus" for "deno run" (#22260)restlessronin
2024-02-07chore: remove op_spawn_child test (#22314)Bartek Iwańczuk
2024-02-07chore: don't expose FFI ops to user code (#22313)Bartek Iwańczuk
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk