summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-07-21fix(tools/lint): don't exceed max command line length on windows (#6804)木杉
2020-07-20fix benchmark_test (#6814)Ryan Dahl
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-06Remove tools/hyper_hello (#6651)Ryan Dahl
2020-07-06Remove test_server dependency from benchmarks (#6645)Ryan Dahl
2020-07-04fix(tools): command line args parsing bug, unused function parameter (#6629)Bert Belder
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-06-16feat(std/hash): reimplement all hashes in WASM (#6292)skdltmxn
2020-06-09upgrade: deno_lint v0.1.8 (#6208)Bartek Iwańczuk
2020-06-09fix(tools): prettier formatting (#6206)Mark Tiedemann
2020-06-06Chunk prettier invocation (#6129)Mark Tiedemann
2020-06-01upgrade: crates (#6032)Ryan Dahl
2020-06-01fix(cli/js/web): formData parser for binary files (#6015)Marcos Casagrande
2020-05-31fix(cli/fetch): set null body for null-body status (#5980)Marcos Casagrande
2020-05-31fix(fetch): network error on multiple redirects (#5985)Marcos Casagrande
2020-05-30upgrade: Rust crates (#5959)Ryan Dahl
2020-05-22fix: SWC lexer settings and silent errors (#5752)Bartek Iwańczuk
2020-05-22fix: redirects handling in module analysis (#5726)Bartek Iwańczuk
2020-05-21ci: Errors in benchmarks should fail CI (#5422)Colin Harrington
2020-05-16Remove dead code: tools/sha256sum.py (#5502)Ryan Dahl
2020-05-16chore: remove typedoc (#5497)Bartek Iwańczuk
2020-05-15chore: port deno_dir_test to Rust (#5408)uki00a
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-11fix: worker benchmarks (#5227)Bartek Iwańczuk
2020-05-09add option to lint and format only staged files (#5172)Michał Zdunek
2020-05-08add tools/README.md (#4453)Chris Knight
2020-05-06remove target_test.py (#5112)Ryan Dahl
2020-05-06BREAKING: execPath should require allow-read (#5109)Ryan Dahl
2020-05-06Upgrade crates (#5104)Ryan Dahl
2020-05-04BREAKING: remove CLI 'deno script.ts' hack (#5026)Bartek Iwańczuk
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-10BREAKING: Make fetch API more web compatible (#4687)Ryan Dahl
2020-04-08upgrade: rust crates (#4679)Ryan Dahl
2020-03-30fix: Add check to fail the benchmark test on server error (#4519)Andres Villegas
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-23feat: Support Unix Domain Sockets (#4176)João Souto
2020-03-20Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)Ryan Dahl
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-19perf: Optimize TextEncoder and TextDecoder (#4430)Bartek Iwańczuk
2020-03-15feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)Bartek Iwańczuk
2020-03-13refactor: unit test runner communicates using TCP socket (#4336)Bartek Iwańczuk
2020-03-07upgrade rust dependencies (#4270)Ryan Dahl
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-03-02fix tools/docs.py (#4210)Ryan Dahl
2020-02-28fetch_cached_remote_source support redirect URL without base (#4099)Kevin (Kun) "Kassimo" Qian
2020-02-27Add clippy to /tools/lint.py (#4132)João Souto
2020-02-26Fix flaky tests (#4134)Ryan Dahl
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly