summaryrefslogtreecommitdiff
path: root/test_util
AgeCommit message (Expand)Author
2021-06-01chore: update wpt (#10807)Luca Casonato
2021-05-29chore: upgrade Tokio to 1.6.1 (#10782)Yusuke Tanaka
2021-05-23chore: update wptBen Noordhuis
2021-05-21chore(lsp): provide test for lsp deadlock issue (#10679)Kitson Kelly
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly
2021-05-15chore: upgrade Tokio to 1.6.0 (#10637)Yusuke Tanaka
2021-05-13fix(cli): ignore x-typescript-types header when media type is not js/jsx (#10...Yoshiya Hinosawa
2021-05-09chore: update wpt (#10509)Luca Casonato
2021-05-09chore(test): remove unused function (#10537)Ben Noordhuis
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-26tests: enable idlharness wpt (#10371)Luca Casonato
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly
2021-04-08chore: update deps (#10058)Luca Casonato
2021-04-08fix: enable FileReader wpt and align to spec (#10063)Luca Casonato
2021-04-08chore: update deno_file to use deno_webidl (#10042)Luca Casonato
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-04-05chore: update std submodule (#10017)Luca Casonato
2021-03-27fix: update wpt + align AbortController (#9907)crowlKats
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-20upgrade: tokio 1.4.0 (#9842)Ryan Dahl
2021-03-14chore: upgrade to tokio 1.3.0 (#9778)Yusuke Tanaka
2021-02-24test: Fix --reload in integration_tests (#9345)Yosi Pramajaya
2021-02-21fix(op_crates/websocket): default to close code 1005 (#9339)DjDeveloper
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
2021-02-13fix: webidl utils and align `Event` to spec (#9470)Luca Casonato
2021-02-09chore: update dependencies (#9455)Luca Casonato
2021-02-04refactor: rewrite File implementation (#9334)Luca Casonato
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-02-01refactor: Reorganise integration tests (#9282)Bartek Iwańczuk
2021-01-30refactor: rewrite Blob implementation (#9309)Luca Casonato
2021-01-29chore: upgrade tokio to 1.1.1 (#9327)Yusuke Tanaka
2021-01-28chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)Luca Casonato
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato
2021-01-24feat(op_crates/web): adding gb18030 and GBK encodings (#9242)ali ahmed
2021-01-19feat(unstable): add Deno.resolveDns API (#8790)Yusuke Tanaka
2021-01-17benchmark: cleanup serde_json values being passed around (#9115)William Perron
2021-01-13build: disable cafile_* tests and use slow runners (#9089)Luca Casonato
2021-01-11upgrade: tokio 1.0 (#8779)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10upgrade: tokio 0.1 in test_util crate (#8885)Yosi Pramajaya
2021-01-09tests: enable WPT for timers (#9047)Casper Beyer
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-06fix: align performance API to spec using WPT (#9012)Luca Casonato
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2021-01-05tests: add web platform test runner (#8990)Luca Casonato
2021-01-02fix(test_util): make hyper server single-threaded (#8951)Ben Noordhuis