summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-13Revert "feat(core): prevent isolate drop for CLI main worker (#18059)" (#18157)Ryan Dahl
2023-03-13fix(core): Upgrades bytes crate from =1.2.1 to ^1.4.0 (#18123)sean watters
2023-03-13wpt: only tag daily runs as master (#18155)Filip Skokan
2023-03-13feat(ext/fetch): support fallible request-builder hooks (#18116)Luca Bruno
2023-03-13fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)Kenta Moriuchi
2023-03-12refactor(npm): push npm struct creation to a higher level (#18139)David Sherret
2023-03-11fix(check): regression where config "types" entries caused type checking erro...David Sherret
2023-03-11chore: typo (#18128)Ikko Eltociear Ashimine
2023-03-10build: run clippy with --all-features (#18115)Bartek Iwańczuk
2023-03-10chore(ci): update other workflows to use cargo-toolchain.toml (#18109)David Sherret
2023-03-10chore: forward v1.31.2 release commit to main (#18114)denobot
2023-03-10refactor: use `pin!` macro from std (#18110)Yusuke Tanaka
2023-03-09chore(cli): fix outdated comment (#18106)Lino Le Van
2023-03-09refactor(core): remove RuntimeOptions::extensions_with_js (#18099)Bartek Iwańczuk
2023-03-10fix(prompt): better output with control chars (#18108)Bartek Iwańczuk
2023-03-09chore(ci): ensure Rust toolchain installation is based on rust-toolchain.toml...David Sherret
2023-03-09fix: Split extension registration and snapshotting (#18098)Bartek Iwańczuk
2023-03-09refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...David Sherret
2023-03-09chore: bump rusty_v8 to 0.64.0 (#18096)Divy Srivastava
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-03-09refactor: Split extension registration for runtime and snapshotting (#18095)Bartek Iwańczuk
2023-03-09fix(ext/webstorage): check size of inputs before insert (#18087)Divy Srivastava
2023-03-09refactor(core): Extension::builder_with_deps (#18093)Bartek Iwańczuk
2023-03-09fix(rumtime): Add `Deno.` prefix for registered symbols (#18086)Kenta Moriuchi
2023-03-09perf(core): over-allocate in ModuleMap when running from snapshot (#18083)Bartek Iwańczuk
2023-03-09perf: don't add unload event listener (#18082)Bartek Iwańczuk
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-03-08fix(runtime/windows): ensure `Deno.stdin.setRaw(false)` properly disables raw...Roy Ivy III
2023-03-08fix(npm): improve peer dependency resolution with circular dependencies (#18069)David Sherret
2023-03-08feat(core): prevent isolate drop for CLI main worker (#18059)Divy Srivastava
2023-03-08chore: update tempfile dependency (#18077)Bartek Iwańczuk
2023-03-08deps: bump once_cell to ^1.17.1 (#18075)Miroslav Bajtoš
2023-03-08Revert "perf: disable snapshot compression (#18061)" (#18074)Bartek Iwańczuk
2023-03-08fix: attempt to only allow one deno process to update the node_modules folder...David Sherret
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-08refactor(runtime): conditionally register Extension with source files (#18068)Bartek Iwańczuk
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