summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-06-13chore: update release template (#24195)Divy Srivastava
2024-06-11build: fix 'deno_core' PR title lint (#24183)Bartek Iwańczuk
2024-06-11ci: error on `chore:` deno_core upgrade pr titles (#24179)David Sherret
2024-06-10fix: Rewrite Node-API (#24101)snek
2024-06-07docs: clarify release instructions (#24124)snek
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-05-30chore: update release template (#24046)Divy Srivastava
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-22chore: update release doc template (#23934)Bartek Iwańczuk
2024-05-22refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)Leo Kettmeir
2024-05-21feat(node): buffer isUtf8/isAscii (#23928)snek
2024-05-14chore: fix flaky rejection_handled_web_process (#23817)David Sherret
2024-05-14chore: 045_proxy output stdout & stderr on failure (#23810)David Sherret
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-05-03fix(lsp): always cache all npm packages (#23679)David Sherret
2024-05-03refactor(tests): move worker_threads itests to spec tests (#23648)Satya Rohith
2024-05-03chore: move cert itests to spec tests (#23607)David Sherret
2024-04-30chore(tools): `chmod +x` for scripts (#23610)Kenta Moriuchi
2024-04-30docs: fix some typos in comments (#23520)findmyhappy
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-28chore(tools): update release template (#23582)Yoshiya Hinosawa
2024-04-26feat(ci): category & unstable tags checker (#23568)Leo Kettmeir
2024-04-24feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...David Sherret
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek Iwańczuk
2024-04-22feat: add jsx precompile skip element option (#23457)Marvin Hagemeister
2024-04-20chore: add lint script to ensure no new `itest!` tests (#23475)David Sherret
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-11chore: update release doc template (#23299)Bartek Iwańczuk
2024-04-11chore: forward v1.42.2 release commit to main (#23315)denobot
2024-04-03chore: Make WPT repo shallow (#23205)Matt Mastracci
2024-04-03chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)Asher Gomez
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
2024-04-02chore: update `std` submodule to 0.221.0 (#23112)Asher Gomez
2024-03-27feat(init): use jsr specifier for @std/assert (#23073)Bartek Iwańczuk
2024-03-25ci: allow "FUTURE" PR title (#23064)Bartek Iwańczuk
2024-03-15fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)Nathan Whitaker
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-12chore: make Node setup script less sensitive to changes (#22855)Asher Gomez
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
2024-03-11build: fix node_compat/setup.ts check (#22842)Bartek Iwańczuk
2024-03-11fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)mash-graz
2024-03-10fix(node:http) Export `validateHeaderName` and `validateHeaderValue` function...mash-graz