summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk
2023-03-05refactor: move TaskQueue from deno_runtime to deno_core (#18016)Bartek Iwańczuk
2023-03-05refactor(runtime): factor out FsPermissions for fs ops (#18012)Bartek Iwańczuk
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-02-24chore: forward v1.31.1 release commit to main (#17939)denobot
2023-02-241.31.0 (#17906)denobot
2023-02-23fix(core): remove async op inlining optimization (#17899)Divy Srivastava
2023-02-22perf: remove `current_dir()` call in `Deno.mainModule` (#17883)David Sherret
2023-02-22feat(permissions): grant all permission for a group in permission prompt (#17...Asher Gomez
2023-02-22perf(core, runtime): Further improve startup time (#17860)Bartek Iwańczuk
2023-02-20build: add "include_js_files_for_snapshotting" Cargo feature (#17826)Bartek Iwańczuk
2023-02-20refactor(core): definition of "ExtensionFileSource" (#17823)Bartek Iwańczuk
2023-02-16ref(core): Refactor core:fs error mapping to use unified format (#17719)Kamil Ogórek
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk
2023-02-14feat(node): stabilize Node-API (#17553)Bartek Iwańczuk
2023-02-14feat: stabilize Deno.osUptime() (#17554)Bartek Iwańczuk
2023-02-13feat: Stabilize Deno.Command API (#17628)Bartek Iwańczuk
2023-02-13refactor(runtime): reorganize build script for snapshot (#17760)Bartek Iwańczuk
2023-02-12fix: add WouldBlock error (#17339)Leo Kettmeir
2023-02-11fix(ops): Always close cancel handles for read_async/write_async (#17736)Kamil Ogórek
2023-02-10refactor(permissions): use less space for permissions prompt (#17708)Bartek Iwańczuk
2023-02-08refactor: internal runtime code TS support (#17672)Leo Kettmeir
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-261.30.0 (#17532)denobot
2023-01-25fix: remove leftover Deno.spawn references (#17524)David Sherret
2023-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-24feat(runtime/command): make stdin default to inherit for spawn() (#17334)Leo Kettmeir
2023-01-20feat: Stabilize Deno.Listener.ref/unref (#17477)Bartek Iwańczuk
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-16refactor(core): rename pending_promise_exception to pending_promise_rejection...Bartek Iwańczuk
2023-01-15fix(runtime/os): use GetPerformanceInfo for swap info on Windows (#17433)Divy Srivastava
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-14fix(runtime/fs): preserve permissions in copyFileSync for macOS (#17412)Divy Srivastava
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13fix(permissions): lock stdio streams when prompt is shown (#17392)Bartek Iwańczuk
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin