summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-29upgrade: rust 1.46.0 (#7251)Ryan Dahl
2020-08-29Typo in zsh env setup steps (#7250)Matt Barnett-Jones
2020-08-29v1.3.2Bartek Iwańczuk
2020-08-29upgrade: rusty_v8 0.9.1 / V8 8.6.334 (#7243)Bartek Iwańczuk
2020-08-29fix(lint): use recommended rules set (#7222)Yusuke Tanaka
2020-08-29feat(std/fmt): add bright color variations (#7241)Casper Beyer
2020-08-29fix(URL): Add missing part assignment (#7239)Nayeem Rahman
2020-08-28fix(std/testing): invalid dates assertion equality (#7230)Christian Petersen
2020-08-28test(cli/flags): restore disabled test cases (#7236)Yoshiya Hinosawa
2020-08-28fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224)Jakob Strobl
2020-08-28fix benchmark publish again (#7235)Ryan Dahl
2020-08-28fix benchmark publish (#7232)Ryan Dahl
2020-08-28refactor: migrate ops to new dispatch wrapper (#7118)Bartek Iwańczuk
2020-08-28Move benchmarks to Rust (#7134)Valentin Anger
All benchmarks are done in Rust and can be invoked with `cargo bench`. Currently this has it's own "harness" that behaves like `./tools/benchmark.py` did. Because of this tests inside `cli/bench` are currently not run. This should be switched to the language provided harness once the `#[bench]` attribute has been stabilized.
2020-08-27fix(deno install): Strip "@..." suffixes from inferred names (#7223)Nayeem Rahman
2020-08-27chore(std/encoding): disable `no-control-regex` (#7219)Yusuke Tanaka
2020-08-27fix(std/wasi): invalid number to bigint conversion in fd_tell (#7215)Casper Beyer
2020-08-27test(std/wasi): seperate test runner into a module (#7191)Casper Beyer
2020-08-27fix(std/wasi): ignore lint errors (#7197)Yusuke Tanaka
2020-08-27test(std/datetime): port golang dayOfYear tests (#7105)Tim Reichen
2020-08-27docs(std/log): update example (#7157)Matthew Adams
2020-08-27feat(std/testing): add assertNotMatch (#6775)xcatliu
2020-08-27fix(std/node): "events" and "util" modules (#7170)Schwarzkopf Balázs
2020-08-27docs(build): details on updating rust (#7133)Benjamin Lupton
2020-08-26test(url_test): disable `no-self-assign` rule here (#7204)Yusuke Tanaka
2020-08-26upgrade: swc, deno_doc, deno_lint, dprint (#7194)Bartek Iwańczuk
2020-08-26test(std/testing): reduce bench test iterations to 1e3 (#7200)Casper Beyer
2020-08-26fix(cli): revert "never type check deno info #6978" (#7199)Luca Casonato
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26docs: add fetch and read/write examples (#7186)Rob Waller
2020-08-26Use https instead of ssh for wasi-test-suite submodule (#7202)Ryan Dahl
2020-08-26Remove some more unnecessary 'to_string()' calls (#7190)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-08-25fix(std/wasi): return flags from fd_fdstat_get (#7112)Casper Beyer
2020-08-25test(std/wasi): add wasi-testsuite as a submodule (#7042)Casper Beyer
2020-08-25docs(std/fs): provide more context on unstable perm (#6748)Paul Jones
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-24fix(std/wasi): always capture syscall exceptions (#7116)Casper Beyer
This wraps all exported syscalls in an exception catching delegate to ensure that the stack is never unexpectedly unwound.
2020-08-24fix(op_crates/web): throw TypeError on invalid input types in ↵Craig Morten
TextDecoder.decode() (#7179)
2020-08-24fix(console): handle escape sequences when logging objects (#7171)Tuan Le
2020-08-24Fix incorrect comment on useDefineForClassFields (#6386)Rob Palmer
2020-08-24Typo (#7177)Danny Denenberg
2020-08-24test(cli): use assertThrows and assertThrowsAsync for chown tests (#7106)Casper Beyer
2020-08-24BREAKING(std/wasi): rename Module to Context (#7110)Casper Beyer
This commit renames Module and ModuleOptions to context to avoid stutter confusion, e.g avoid having documentation that says things like instantiate the snapshot's module's module.
2020-08-24BREAKING(std/wasi): use record for exports (#7109)Casper Beyer
2020-08-24refactor(cli/build.rs): extract ts version (#7127)Yoshiya Hinosawa
2020-08-23fix(doc): stack overflow for .d.ts files (#7167)Bartek Iwańczuk
2020-08-23upgrade: swc, dprint, deno_lint, deno_doc (#7162)Bartek Iwańczuk
2020-08-23docs(fs/walk): fix code example (#7166)木杉
2020-08-21feat(std/node): add URL export (#7132)Benjamin Lupton