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 (
Expand
)
Author
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
docs: add fetch and read/write examples (#7186)
Rob Waller
2020-08-26
Use https instead of ssh for wasi-test-suite submodule (#7202)
Ryan Dahl
2020-08-26
Remove some more unnecessary 'to_string()' calls (#7190)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-25
fix(std/wasi): return flags from fd_fdstat_get (#7112)
Casper Beyer
2020-08-25
test(std/wasi): add wasi-testsuite as a submodule (#7042)
Casper Beyer
2020-08-25
docs(std/fs): provide more context on unstable perm (#6748)
Paul Jones
2020-08-24
feat: update to TypeScript 4.0 (#6514)
Kitson Kelly
2020-08-24
fix(std/wasi): always capture syscall exceptions (#7116)
Casper Beyer
2020-08-24
fix(op_crates/web): throw TypeError on invalid input types in TextDecoder.dec...
Craig Morten
2020-08-24
fix(console): handle escape sequences when logging objects (#7171)
Tuan Le
2020-08-24
Fix incorrect comment on useDefineForClassFields (#6386)
Rob Palmer
2020-08-24
Typo (#7177)
Danny Denenberg
2020-08-24
test(cli): use assertThrows and assertThrowsAsync for chown tests (#7106)
Casper Beyer
2020-08-24
BREAKING(std/wasi): rename Module to Context (#7110)
Casper Beyer
2020-08-24
BREAKING(std/wasi): use record for exports (#7109)
Casper Beyer
2020-08-24
refactor(cli/build.rs): extract ts version (#7127)
Yoshiya Hinosawa
2020-08-23
fix(doc): stack overflow for .d.ts files (#7167)
Bartek Iwańczuk
2020-08-23
upgrade: swc, dprint, deno_lint, deno_doc (#7162)
Bartek Iwańczuk
2020-08-23
docs(fs/walk): fix code example (#7166)
木杉
2020-08-21
feat(std/node): add URL export (#7132)
Benjamin Lupton
2020-08-21
Remove old references to libdeno (#7149)
Max Drosdo.www
2020-08-21
fix(URL): Don't encode "'" in non-special query strings (#7152)
Nayeem Rahman
2020-08-21
Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147)
Bert Belder
2020-08-21
v1.3.1
Bartek Iwańczuk
2020-08-21
fix(docs): remove Deno.dir (#7144)
迷渡
2020-08-21
fix: Allow isolated "%"s when parsing file URLs (#7108)
Nayeem Rahman
2020-08-21
Convert the remaining http_bench ops to json ops (#7143)
Bert Belder
2020-08-20
add links in the manual (#7120)
tokiedokie
2020-08-20
fix(std/node): misnamed assert exports (#7123)
Schwarzkopf Balázs
2020-08-20
docs(std/wasi): fix reference to the wrong object in example (#7124)
Casper Beyer
2020-08-20
fix: Create body stream from any valid bodySource (#7128)
Kurt Mackey
2020-08-20
First pass at json ops in core (#7033)
Ryan Dahl
2020-08-19
refactor: move cli/doc/ to separate crate (#7103)
Bartek Iwańczuk
2020-08-19
refactor(op_crates/web): move abort signal (#7117)
Luca Casonato
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-18
refactor(std/datetime): remove currentDayOfYear (#7059)
Tim Reichen
2020-08-18
refactor: permissions (#7074)
Nayeem Rahman
2020-08-18
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Bert Belder
2020-08-18
Fix nightly and Windows-only clippy warnings (#7095)
Bert Belder
2020-08-18
feat(std/node): add basic asserts (#7091)
Benjamin Lupton
2020-08-18
upgrade: swc, deno_lint, dprint (#7098)
Bartek Iwańczuk
2020-08-18
docs(contributing/artchitecture): Add Deno conference youtube link (#6859)
Yasser A.Idrissi
2020-08-18
Upgrade third_party and dprint plugins. (#7097)
David Sherret
2020-08-18
test(cli): use assertThrowsAsync for permission tests (#7092)
Casper Beyer
2020-08-18
remove Table of Contents in docs/contributing/style_guide.md (#7067)
tokiedokie
2020-08-18
refactor(doc): add helper functions for DocNode (#7083)
Bartek Iwańczuk
2020-08-17
fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. (...
danielwippermann
2020-08-17
fix(std/encoding/csv): improve error message on ParseError (#7057)
uki00a
[next]