summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-31Update release dates (#10800)Ryan Dahl
2021-05-31fix: remove unimplemented Request attributes (#10784)Luca Casonato
2021-05-31fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)Nayeem Rahman
2021-05-29build: cli(build) shouldn't depend on deno_runtime (#10787)Luca Casonato
2021-05-29core: don't include_str extension js code (#10786)Luca Casonato
2021-05-29fix(#10765): lsp import fixes include extensions (#10778)Kitson Kelly
2021-05-29chore: upgrade Tokio to 1.6.1 (#10782)Yusuke Tanaka
2021-05-29chore: release web extension@0.38.0 (#10773)Luca Casonato
2021-05-28docs(runtime): fix fetch API usage of HTTP server (#10777)Takeshi Kurosawa
2021-05-28feat(cli): upgrade to TypeScript 4.3 (#9960)Kitson Kelly
2021-05-27fix(ext/fetch): fix error message of Request constructor (#10772)Yoshiya Hinosawa
2021-05-27docs(permissions): fix grammatical error in permissions docs (#10755)Jonathan Svenheden
2021-05-27fix(#10733): empty tsconfig.json file does not cause error (#10734)Romain Prignon
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
2021-05-26fix(fetch): make prototype properties writable (#10769)Luca Casonato
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-26refactor: Rewrite Inspector implementation (#10725)Bartek Iwańczuk
2021-05-26feat(lsp): show hints from `deno_lint` in addition to messages (#10739)Yusuke Tanaka
2021-05-25fix(extension/file): update File constructor following the spec (#10760)Yoshiya Hinosawa
2021-05-25cleanup(test_plugin): use else if statement (#10718)Carter Snook
2021-05-25docs(cli/dts): tag test permission example as typescript (#10753)Casper Beyer
2021-05-25feat(lsp): diagnostics for deno types and triple-slash refs (#10699)Kitson Kelly
2021-05-24fix(cli/test): don't use reserved symbol `:` in specifier (#10751)Casper Beyer
2021-05-24fix(cli/upgrade): modify download size paddings (#10639)CGQAQ
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-23chore: update wptBen Noordhuis
2021-05-22bench(timers_ops): op_now() & setTimeout() (#10744)Aaron O'Mullan
2021-05-21fix(docs): rename read to readSync (#10732)迷渡
2021-05-21fix(test): ensure coverage dir exists (#10717)Yoshiya Hinosawa
2021-05-21cleanup(bench_util): use Extensions for setup (#10737)Aaron O'Mullan
2021-05-21fix(bench_util): correctly run async benches in tokio context (#10736)Aaron O'Mullan
2021-05-21fix(runtime/http): fix empty blob response (#10689)Yoshiya Hinosawa
2021-05-21chore(lsp): provide test for lsp deadlock issue (#10679)Kitson Kelly
2021-05-20chore: add README to bench_util/ (#10712)Bartek Iwańczuk
2021-05-20fix(cli/tools/test_runner): --doc should not require permissions (#10719)Casper Beyer
2021-05-20fix(lsp): re-enable the per resource configuration without a deadlock (#10625)Kitson Kelly
2021-05-20fix(cli/dts): fix missing error class (NotSupported) in types (#10713)Carter Snook
2021-05-19chore: publish deno_bench_util crate (#10709)Bartek Iwańczuk
2021-05-19fix(cli): always allow documentation modules to be checked (#10581)Casper Beyer
2021-05-19refactor(core): move ModuleMap to separate RefCell (#10656)Bartek Iwańczuk
2021-05-19fix(serde_v8): remove intentional deserialization error on non-utf8 strings (...Aaron O'Mullan
2021-05-19tooling: re-enable bench_util (#10674)Aaron O'Mullan
2021-05-19test(cli/dts): typecheck examples in declaration files (#10707)Casper Beyer
2021-05-19ci: fix 'skip save cache' step in windows CI (#10704)Yoshiya Hinosawa
2021-05-19fix(cli/tools/test_runner): use file_fetcher.fetch to get sources (#10708)Casper Beyer
2021-05-19fix(cli): canonicalize coverage dir (#10364)Casper Beyer
2021-05-19docs(cli/dts): fix plugin example (#10647)Casper Beyer
2021-05-19fix(runtime/http): expose nextRequest() errors in respondWith() (#10384)Nayeem Rahman
2021-05-19fix(webstorage): use opstate for sqlite connection (#10692)crowlKats