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