summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-08perf: move setting up Deno namespace to snapshot time (#18067)Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-07fix(cli): add space after period in `--v8-flags` (#18063)Caleb Cox
2023-03-07perf: move runtime bootstrap code to snapshot time (#18062)Bartek Iwańczuk
2023-03-07chore(docs): Fixed manual link (#18060)ayame113
2023-03-07perf: disable snapshot compression (#18061)Bartek Iwańczuk
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk
2023-03-07chore(tests): use temp dir in test `missing_deno_dir` (#18057)Nick Hanley
2023-03-06chore: remove duplicate copyright disclaimer (#18055)Tristan F
2023-03-06refactor: use v8::String::new_external_onebyte_static where appropriate (#18051)Bartek Iwańczuk
2023-03-06chore(tests): ability to capture stdout and stderr separately (#18035)David Sherret
2023-03-06fix(ext/node): remove unused _hex module (#18045)Divy Srivastava
2023-03-06perf(ext/node): improve createHash performance (#18033)Divy Srivastava
2023-03-05refactor: move "pathFromURL" to deno_web extension (#18037)Bartek Iwańczuk
2023-03-05refactor(core): InternalModuleLoader checks if all files were used (#18005)Bartek Iwańczuk
2023-03-05refactor: move definition of Deno.build from "runtime" to "core" (#18036)Bartek Iwańczuk
2023-03-05fix(check): include dts files in tsc roots (#18026)Nayeem Rahman
2023-03-05chore(ext/node): cleanup empty internal_bindings (#18032)Divy Srivastava
2023-03-05fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030)Filip Skokan
2023-03-05refactor(runtime): merge "spawn" into "process" (#18022)Bartek Iwańczuk
2023-03-05chore(core): remove argc field from OpDecl (#18024)Divy Srivastava
2023-03-05feat(ext/ffi): Make External pointers keep reference to V8 buffer (#17955)Aapo Alasuutari
2023-03-05feat(ops): relational ops (#18023)Divy Srivastava
2023-03-05refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...Bartek Iwańczuk
2023-03-05refactor: remove unused 40_diagnostics.js file (#18021)Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-03-05test(compile): Add a test for dynamic imports in `deno compile` (#18017)Andreu Botella
2023-03-04refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014)David Sherret
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-04refactor: simplify to string calls (#18011)Geert-Jan Zwiers
2023-03-04chore(docs): add note about loadavg returning 0 on windows (#18006)Geert-Jan Zwiers
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-03-03chore: update deno_std submodule to 0.178.0 (#18003)Bartek Iwańczuk
2023-03-03wpt: unlock nightly with --no-ignore (#17998)Filip Skokan
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-03-02test(wpt): implement process timeout, fix expectations update, and more... (#...Filip Skokan
2023-03-02chore(cli): update deno_lint to 0.41.0 (#17997)Yusuke Tanaka
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-02-28chore: fix cargo build rebuilding deno_runtime each time (#17978)David Sherret
2023-02-28chore(test): remove TestCommandOutput macros (#17975)David Sherret
2023-02-28fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...Aapo Alasuutari
2023-02-27chore: test builders for integration tests (#17965)David Sherret
2023-02-27chore(ext/node): fix variable name (#17948)Geert-Jan Zwiers
2023-02-27fix(lockfile): don't touch lockfile is npm specifiers are identical (#17973)Bartek Iwańczuk
2023-02-27chore(ext/node): suppress node compat tests stdout by default (#17909)Yoshiya Hinosawa
2023-02-27deps: bump `regexp` to `^1.7.0` (#17966)Dominic DiGiacomo
2023-02-26fix(cli,ext/web): Upgrading uuid from =1.1.2 to 1.3.0 (#17963)sean watters
2023-02-26chore: Changing dependency on tokio-util from version-lock to semver minimum ...luketpeterson