summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-29ignore PoisonError in test_server (#6567)Ryan Dahl
2020-06-29fix(std/node): do not use absolute urls (#6562)Ryan Dahl
2020-06-29feat(std/wasi) implement fd_filestat_set_size (#6558)Casper Beyer
2020-06-29feat(std/wasi): implement fd_datasync (#6556)Casper Beyer
2020-06-29fix(std/http): Support ipv6 parsing (#5263)Oron Sharabi
2020-06-29feat(std/wasi) implement fd_filestat_get (#6555)Casper Beyer
2020-06-29fix(cli/upgrade): upgrade fails on Windows with space in temp path (#6522)Andrey Filatkin
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-28feat(std/node): Add Buffer.isEncoding (#6521)Marcos Casagrande
2020-06-28docs(std): update paragraph about the tagging process (#6519)Casper Beyer
2020-06-28fix(cli/doc): doc printer missing [] around tuple type (#6523)Valentin Anger
2020-06-28fix(cli/body): Maximum call stack size exceeded error (#6537)Marcos Casagrande
2020-06-28docs: update macOS dependencies of building V8 from source (#6538)Haoran Liu
2020-06-28feat(std/node): Add Buffer.allocUnsafe (#6533)Marcos Casagrande
2020-06-27fix(std/io): export streams.ts & added docs (#6535)Marcos Casagrande
2020-06-27feat(std/io): add fromStreamReader, fromStreamWriter (#5789)Marcos Casagrande
2020-06-27feat(std/node): support hex/base64 encoding in fs.readFile/fs.writeFile (#6512)Marcos Casagrande
2020-06-27fix(cli): change seek offset type from i32 to i64 (#6518)Casper Beyer
2020-06-27test(std/node): Add Buffer tests (#6524)Marcos Casagrande
2020-06-27fix(std/node): add fill & encoding args to Buffer.alloc (#6526)Marcos Casagrande
2020-06-27Update to dprint-plugin-typescript 0.19.3 (#6527)David Sherret
2020-06-27fix(std/wasi): use lookupflags for path_filestat_get (#6530)Casper Beyer
2020-06-27fix(std/wasi): path_filestat_get padding (#6509)Casper Beyer
2020-06-27fix(cli): Buffer.bytes() ArrayBuffer size (#6511)Marcos Casagrande
2020-06-27docs: Update import_maps.md to include more examples (#5648)Vincent Victoria
2020-06-27fix(std/http): Catch errors on file_server response.send (#6285)Jim van der Voort
2020-06-27fix(cli/js/process): Fix conditional types for process sockets (#6275)Nayeem Rahman
2020-06-27feat(std/datetime): add is leap and difference functions (#4857)Ali Hasani
2020-06-26v1.1.2Bartek Iwańczuk
2020-06-26fix(cli/permissions): panic on hostless URLs (#6500)Maayan Hanin
2020-06-26'Compile' messages changed to 'Check' messages (#6504)Ryan Dahl
2020-06-26Create new DENO_DIR for each test (#6506)Ryan Dahl
2020-06-26test(std/wasi): add read, write and metadata tests (#6494)Casper Beyer
2020-06-26Upgrade to rusty_v8 0.4.2 / V8 8.5.216 (#6503)Bert Belder
2020-06-26Fix clippy warning (#6503)Bert Belder
2020-06-26perf(std/hash): optimize for speed (O3) (#6499)Casper Beyer
2020-06-26fix(cli/disk_cache): Support UNC paths in the typescript DiskCache (#6495)Andrey Filatkin
2020-06-26test(wasi/std): remove v8 flags from test runner (#6496)Casper Beyer
2020-06-26feat(unstable): add Deno.fdatasyncSync and fdatasync (#6403)Casper Beyer
2020-06-26fix(cli/js/web/url): Support UNC paths on Windows (#6418)Nayeem Rahman
2020-06-26fix(cli): strings shouldn't be interpreted as file URLs (#6412)Casper Beyer
2020-06-26fix: Omit buildinfo when --reload passed (#6489)Kitson Kelly
2020-06-26Re-land "fix(cli): ipv6 parsing for --allow-net params" (#6472)Bartek Iwańczuk
With some minor adjustments
2020-06-25refactor(std/testing): Remove unuseful statement (#6486)Yasser A.Idrissi
2020-06-25remove duplicate identifier (#6483)Ali Hasani
2020-06-25fix: panic when process stdio rid is 0 or invalid (#6405)Luca Casonato
2020-06-25fix typo (#6476)champ
2020-06-25Restore stats for incremental compile (#6474)Kitson Kelly
2020-06-25Revert "chore: share HTTP server between tests (#6362)" (#6475)Bartek Iwańczuk
This reverts commit 70147ee56418c3d67a29070c01746a44d353e855.
2020-06-25fix(std/io): Make BufWriter/BufWriterSync.flush write all chunks (#6269)Marcos Casagrande