summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-18chore: update node compat config (#18736)Yoshiya Hinosawa
2023-04-17chore(ext/fs): decouple fs trait from deno_core (#18732)Luca Casonato
2023-04-17refactor(tests): Watcher test timeout (#18459)Cre3per
2023-04-17test: don't silently fail in check_sockopt (#18737)Bartek Iwańczuk
2023-04-17docs(readme): Update readme (#18677)Andy Jiang
2023-04-16fix(lsp): ensure language server status works on unix (#18727)David Sherret
2023-04-16bench: add benchmark for deferred async ops (#18722)Bartek Iwańczuk
2023-04-16Revert "perf(core): immediately schedule another tick if there are un… (#18...Bartek Iwańczuk
2023-04-15feat(kv): AtomicOperation#sum (#18704)Ryan Dahl
2023-04-14chore: fix running node tests in parallel on Windows (#18711)David Sherret
2023-04-14refactor: add `TypeChecker` struct (#18709)David Sherret
2023-04-14chore: remove node_modules folder being created in testdata directory (#18708)David Sherret
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-14fix(ext/websocket): Avoid write deadlock that requires read_frame to complete...Divy Srivastava
2023-04-14chore: upgrade hyper to 0.14.26 (#18693)Bartek Iwańczuk
2023-04-14perf(core): immediately schedule another tick if there are unpolled ops (#18611)Bartek Iwańczuk
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-04-13refactor(cli): add `Emitter` struct (#18690)David Sherret
2023-04-13refactor(cli): move runTests() and runBenchmarks() to rust (#18563)Nayeem Rahman
2023-04-13chore: bump child_process_test timeouts for slow CI (#18689)David Sherret
2023-04-13refactor: upgrade to deno_npm 0.3.0 (#18671)David Sherret
2023-04-13ci: don't run wpt tests on debug (#18688)David Sherret
2023-04-13chore: add test duration to WPT (#18680)Bartek Iwańczuk
2023-04-13chore: bump fastwebsockets to 0.1.3 (#18684)Divy Srivastava
2023-04-13perf(ops): directly respond for eager ops (#18683)Bartek Iwańczuk
2023-04-13ci: use non-XL runners more (#18675)David Sherret
2023-04-13chore(docs): clarify what subcommands do not type-check by default (#18520)Geert-Jan Zwiers
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-13refactor(serde_v8): move to `thiserror`, better error output (#18202)Yiyu Lin
2023-04-13test(runtime): support Windows in resolve_from_cwd_absolute (#18379)Elijah
2023-04-13perf(ext/websocket): make `op_server_ws_next_event` deferred (#18632)Divy Srivastava
2023-04-13fix(test): add process sigint handler for --watch (#18678)Nayeem Rahman
2023-04-12fix(npm): eagerly reload package information when version from lockfile not f...David Sherret
2023-04-12refactor(ext/webidl): remove object from 'requiredArguments' (#18674)Bartek Iwańczuk
2023-04-12refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)David Sherret
2023-04-12chore: fix windows clippy errors (#18670)David Sherret
2023-04-12chore: forward v1.32.4 release commit to main (#18669)denobot
2023-04-12refactor(ext/fs): abstract FS via FileSystem trait (#18599)Luca Casonato
2023-04-12fix(npm): cache bust npm specifiers more aggressively (#18636)David Sherret
2023-04-12fix(core): preserve syntax error locations in dynamic imports (#18664)Nayeem Rahman
2023-04-12fix(ext/cache): cache.put overwrites previous call (#18649)Satya Rohith
2023-04-12refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, rando...Levente Kurusa
2023-04-11fix(npm): do not "npm install" when npm specifier happens to match package.js...David Sherret
2023-04-11chore(cli): clean up unused number value (#18661)Geert-Jan Zwiers
2023-04-11fix(ext/kv): keys must be arrays (#18655)Luca Casonato
2023-04-09chore: .gitignore spring cleaning (#18644)David Sherret
2023-04-08cleanup(core): Move `JsRealm` into a separate module (#18641)Andreu Botella
2023-04-08ci: do not run build job on draft prs (#18634)David Sherret