summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
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
2024-02-07refactor: move ImageData to web extension (#22295)Leo Kettmeir
2024-02-07chore: remove unneeded benchmark (#22300)Bartek Iwańczuk
2024-02-06refactor: use web utils and lazy load utils from core (#22289)Leo Kettmeir
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-06refactor: don't expose some ops (#22281)Bartek Iwańczuk
2024-02-06refactor: don't expose worker ops to user code (#22276)Bartek Iwańczuk
2024-02-06refactor: don't expose ops to user code (#22273)Bartek Iwańczuk
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-02-05fix(os): total and free memory in bytes (#22247)Divy Srivastava
2024-02-04chore: bump deno core (#22243)Matt Mastracci
2024-02-02fix(jupyter): ensure op is available (#22240)Bartek Iwańczuk
2024-02-02docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)Asher Gomez
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-01-31refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196)Bartek Iwańczuk
2024-01-31refactor: remove imported ops from Deno.core.ops (#22194)Bartek Iwańczuk
2024-01-30fix(runtime): return number from `op_ppid` instead of bigint (#22169)Yusuke Tanaka
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-26chore: forward v1.40.2 commit to main (#22133)Bartek Iwańczuk
2024-01-26fix: make deprecation warnings less verbose (#22128)Bartek Iwańczuk
2024-01-25fix(fs): instanceof check for Deno.FsFile (#22121)Bartek Iwańczuk