summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-02cleanup(bench/deno_http_native): don't use Deno.core funcs (#10460)Aaron O'Mullan
2021-05-02refactor(runtime): use Extensions (#10461)Aaron O'Mullan
2021-05-02fix(test): change inflection depending on number of pending tests (#10466)Casper Beyer
2021-05-02clean(cli): prefix all op functions with op_ (#10463)Aaron O'Mullan
2021-05-02cleanup(runtime): re-export deno_timers like all other deno crates (#10464)Aaron O'Mullan
2021-05-02docs: remove wasm and wasi as prerequisites (#10465)Casper Beyer
2021-05-01fix(extension/websocket): better websocket errors (#10458)crowlKats
2021-05-01fix(core): fix typo in error message of print function (#10456)Aditya Pandit
2021-05-01fix(test): re-enable "compile_windows_ext" test (#10131)Divy Srivastava
2021-05-01fix(console): Remove `console.timeStamp` from types (#10455)Liam Murphy
2021-04-30cleanup(core): use ZeroCopyBuf for serialize & encode bindings (#10435)Aaron O'Mullan
2021-04-30refactor(core): provide builtins as an Extension (#10449)Aaron O'Mullan
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-30fix(cli/tools/test): print module tests originate from (#10428)Casper Beyer
2021-04-30refactor(websocket): use ZeroCopyBuf to return binary data (#10446)crowlKats
2021-04-30cleanup(core): replace OpResponse with OpResult (#10434)Aaron O'Mullan
2021-04-30refactor(core): initialize extensions in runtime constructor (#10421)Aaron O'Mullan
2021-04-30fix(test): default to num cpus when no value is given (#10443)Casper Beyer
2021-04-30feat(serde_v8): ZeroCopyBuf (#10432)Aaron O'Mullan
2021-04-30refactor(core.js): provide window.__bootstrap (#10423)Aaron O'Mullan
2021-04-29fix(op_crate/fetch): infinite loop on fill headers (#10406)William Perron
2021-04-29chore: remove unused keys from TsConfigJson (#10417)Kitson Kelly
2021-04-29refactor(cli): move test reporting into trait (#10408)Casper Beyer
2021-04-29Revert "ci: build only lib and bins (#10401)" (#10415)Ryan Dahl
2021-04-29docs: update configuration to include noUncheckedIndexedAccess (#10324)Zeshan Aslam
2021-04-28refactor(extensions): reintroduce builder (#10412)Aaron O'Mullan
2021-04-28enable error-on-warning (#10410)Ryan Dahl
2021-04-28chore(lsp): remove dead code (#10409)Satya Rohith
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-28refactor(core): simplify module loading code (#10385)Bartek Iwańczuk
2021-04-28docs: edit wording for consistency/grammar (#10375)dev-nicolaos
2021-04-28ci: build only lib and bins (#10401)Yoshiya Hinosawa
2021-04-28chore: upgrade dprint plugins (#10397)Satya Rohith
2021-04-28docs: document how to stop file watcher (#10403)Yoshiya Hinosawa
2021-04-27test(cli): run unit tests using Deno.test (#10330)Casper Beyer
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-27fix(console): circular customInspect (#10338)Aaron O'Mullan
2021-04-27docs: fix ftruncateSync example (#10393)Yoshiya Hinosawa
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-27docs: remove --lite command line flag (#10386)Ryan Dahl
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-26feat(core): enable wasm threading support (#10116)Casper Beyer
2021-04-26feat: Support deno-fmt-ignore-file for markdown formatting (#10191)David Sherret
2021-04-26fix: invalid types for asynchronous and synchronous `File#truncate` (#10353)Carter Snook
2021-04-26flamebench: streamline profiling benches (#10121)Aaron O'Mullan
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-26tests: enable idlharness wpt (#10371)Luca Casonato
2021-04-26fix(#10360): clarify JSDoc for `Deno.noColor` (#10373)Carter Snook
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer