summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-02-22test(wpt): implement process timeout (#17872)Filip Skokan
2023-02-17test: add node compat tests (#17805)Yoshiya Hinosawa
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-02chore: add release checklist step to check the benchmarks page (#17632)David Sherret
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-26fix(core): Add lint check for core (#17223)Kenta Moriuchi
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-15chore: update std submodule and its imports (#17408)Asher Gomez
2023-01-13chore: small cleanup of scripts in ./tools and run copyright checker in lint....David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-12chore(ci): try some wpt parallelism (#17375)David Sherret
2023-01-10chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335)David Sherret
2023-01-09fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)Marcos Casagrande
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-06fix(ext/fetch): new Request should soft clone (#16869)Luca Casonato
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
2022-12-01chore(tools): update deprecated commands in format and lint tool (#16864)Geert-Jan Zwiers
2022-11-30chore: remove unnecessary lifetimes (#16878)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-25refactor: move generated_symbol_exports_list_* files to napi folder (#16822)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-11feat(ops): implement fast lazy async ops (#16579)Divy Srivastava
2022-11-10refactor(ops): Rewrite fast call optimizer and codegen (#16514)Divy Srivastava
2022-11-10fix(ext/response): make error, json, redirect enumerable (#16497)Marcos Casagrande
2022-10-26perf(ext/web): optimize transferArrayBuffer (#16294)Divy Srivastava
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-10-24test(wpt): add mimesniff tests (#16225)Marcos Casagrande
2022-10-18chore: update release checklist for apiland (#16334)Leo Kettmeir
2022-10-18fix: move generated napi symbols to cli/ (#16330)Bartek Iwańczuk
2022-10-17fix(ext/fetch): set accept-encoding: identity if range header is present (#16...Marcos Casagrande
2022-10-17fix(build) fix linux symbols export list format (#16313)Luke Channings
2022-10-16fix(ext/cache): illegal constructor (#16205)Marcos Casagrande
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-14fix(ext/web/streams): enqueue to second branch before closing (#16269)Marcos Casagrande
2022-10-14fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)Marcos Casagrande
2022-10-14fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266)Marcos Casagrande
2022-10-12fix(ext/fetch): throw TypeError on read failure (#16219)Marcos Casagrande
2022-10-08fix(ext/fetch): reject immediately on aborted signal (#16190)Marcos Casagrande
2022-10-08test(ext/fetch): enable fetch/content-type/multipart.window WPT (#16209)Marcos Casagrande
2022-10-07fix(ext/fetch): support empty formdata (#16165)Marcos Casagrande
2022-10-07fix(napi): move napi symbols file (#16179)Colin Ihrig
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-10-04perf(ext/fetch): consume body using ops (#16038)Marcos Casagrande