summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-03feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)Sean Michael Wykes
2022-01-02chore: update std submodule to efa94f2 (#13260)Bartek Iwańczuk
2022-01-02build: hardcode WPT_FYI_USER (#13262)Luca Casonato
2022-01-02fix(lsp): better handling of folders in registry completions (#13250)Kitson Kelly
2022-01-02fix(lsp): properly generate data URLs for completion items (#13246)Kitson Kelly
2021-12-31add divy to CODEOWNERS (#13247)Divy Srivastava
2021-12-30feat(test): Add support for "deno test --compat" (#13235)Steven Guerrero
2021-12-30fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is...Bartek Iwańczuk
2021-12-30chore(core): remove stale TODOs (#13232)Bartek Iwańczuk
2021-12-30fix(doc): Make private types which show up in the rustdocs public (#13230)Andreu Botella
2021-12-29feat: output `cause` on JS runtime errors (#13209)Leo Kettmeir
2021-12-29cleanup(cli/lsp): use op Extensions (#13225)Aaron O'Mullan
2021-12-29cleanup(core): use Extensions to register ops (#13224)Aaron O'Mullan
2021-12-29chore(bench_util): update README example (#13226)Aaron O'Mullan
2021-12-29cleanup(cli): use op Extensions (#13223)Aaron O'Mullan
2021-12-29fix(lsp): add code lens for tests just using named functions (#13218)Kitson Kelly
2021-12-28refactor(core): cleanup Inspector implementation (#12962)Bartek Iwańczuk
2021-12-27fix(ext/crypto) include AES-CTR for deriveKey (#13174)Sean Michael Wykes
2021-12-23fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190)David Sherret
2021-12-24fix(cli): include JSON modules in bundle (#13188)Kitson Kelly
2021-12-23docs: update release instructions for M1 build (#13182)Ryan Dahl
2021-12-23fix(ext/console): map basic css color keywords to ansi (#13175)Zach
2021-12-23feat(runtime): add op_network_interfaces (#12964)Ben Noordhuis
2021-12-22chore: merge v1.17.1 into main (#13184)Bartek Iwańczuk
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-12-21chore(tests): remove pty_complete_imports test for deleting the cwd (#13164)David Sherret
2021-12-21refactor: Cleanup core/modules.rs (#13149)Bartek Iwańczuk
2021-12-21refactor: cleanup cli/main.rs (#13160)Bartek Iwańczuk
2021-12-21test(test_util/lsp): add tests for invalid content-length (#12971)Hirotaka Tagawa / wafuwafu13
2021-12-21feat(lsp): supply accept header when fetching registry config (#13159)Kitson Kelly
2021-12-20refactor: Use dedicated flags structures (#13148)Bartek Iwańczuk
2021-12-20refactor(ext/crypto): cleanup decrypt code (#13120)Divy Srivastava
2021-12-20chore: add custom panic message (#13145)Luca Casonato
2021-12-20fix(ext/websocket): WebSocketStream don't error with "sending after closing" ...Leo Kettmeir
2021-12-20feat(lsp): add code lens for debugging tests (#13138)Jesper van den Ende
2021-12-19fix(wpt_ecoch): Don't schedule on forks (#13144)Divy Srivastava
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-18refactor(repl): factor out ReplEditor and ReplSession (#13131)Bartek Iwańczuk
2021-12-17fix: inspector prompts (#13123)Bartek Iwańczuk
2021-12-17fix(cli/tools/coverage): Split sources by char index (#13114)Nayeem Rahman
2021-12-17fix(repl): support assertions on import & export declarations (#13121)David Sherret
2021-12-17fix(ext/ffi): use `c_char` instead of `i8` for reading strings (#13118)Luke Channings
2021-12-17chore: add codeblocks for lib.deno.shared_globals.d.ts (#13117)Bartek Iwańczuk
2021-12-17docs: update release info for doc.deno.land (#13116)Kitson Kelly
2021-12-16v1.17.0Bartek Iwańczuk
2021-12-16chore: release crates for v1.17.0 (#13112)Bartek Iwańczuk
2021-12-16feat(ext/crypto): support importing ECSDA and ECDH (#13088)Sean Michael Wykes
2021-12-16feat(fetch): support abort reasons in fetch (#13106)Andreu Botella
2021-12-16feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)Andreu Botella
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman