summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-26refactor: use JsRuntime to implement TSC (#7691)Bartek Iwańczuk
2020-09-26Fix typos (#7687)KNnut
2020-09-26simply github actions yaml (#7688)Kang Huaishuai
2020-09-26refactor: prune unneeded JS code (#7689)Bartek Iwańczuk
2020-09-26docs(std): add async and signal readme (#7683)Andrew Mitchell
2020-09-26fix(cli/dts): Use var instead of const and let for globals (#7680)Nayeem Rahman
2020-09-25test(std/async): remove redundant export in test (#7682)Casper Beyer
2020-09-25refactor: clean timers tests (#7679)Bartek Iwańczuk
2020-09-25fix(std/datetime): add timezone to date strings in tests (#7675)Tim Reichen
2020-09-25v1.4.2Bartek Iwańczuk
2020-09-25refactor: class instead of var+interface in d.ts (#7514)Luca Casonato
2020-09-25test(std): unit test for async/delay (#7671)Csaba Okrona
2020-09-25refactor: remove tsc/40_error_stack.js (#7673)Bartek Iwańczuk
2020-09-25fix(cli): customInspect works on functions (#7670)Kitson Kelly
2020-09-25refactor(cli/inspector): make server optional (#7656)Casper Beyer
2020-09-25fix(cli): update supported text encodings (#7668)iugo
2020-09-25refactor: new module graph used for no check (#7621)Kitson Kelly
2020-09-24Replaced legacy chrome-devtools:// scheme. (#7659)Will
2020-09-24fix(std/datetime):: 12 and 24 support (#7661)Tim Reichen
2020-09-24refactor: Simplify op_fetch_asset signature (#7655)Ryan Dahl
2020-09-24fix(lib.deno.shared_globals): Change the Console class to an interface (#7646)Nayeem Rahman
2020-09-23fix(cli/coverage): print lines with no coverage to stdout (#7640)Casper Beyer
2020-09-23fix(cli/console): quote non-alphanumeric symbols (#7641)Casper Beyer
2020-09-23fix(std/fs): mark createWalkEntry(Sync) as internal (#7643)Casper Beyer
2020-09-23mark shell code blocks as sh instead of bash (#7645)qlcom
2020-09-23Add example for deno_core (#7611)Valentin Anger
2020-09-23fix(cli/console): enclose symbol keys in brackets (#7642)Casper Beyer
2020-09-23fix(watch): watch importmap file for changes (#7580)bartOssh
2020-09-23docs: ts upgrade instructions to exclude some .d.ts files (#7638)Trivikram Kamat
2020-09-23feat: bump TypeScript to 4.0.3 (#7637)Trivikram Kamat
2020-09-22Actually remove js_check (#7636)Ryan Dahl
2020-09-23fix: ignore fileExists in tsc host (#7635)Kitson Kelly
2020-09-22refactor(core): support error stack, remove js_check (#7629)Bartek Iwańczuk
2020-09-22chore(std/hash): update crates (#7631)Luca Casonato
2020-09-22feat(std/node): implement getSystemErrorName() (#7624)Schwarzkopf Balázs
2020-09-22fix: clearing timers race condition (#7617)Bartek Iwańczuk
2020-09-22refactor(cli/fmt_errors): Color stack traces in Rust (#7628)Nayeem Rahman
2020-09-22fix(cli/console): quote object symbol keys that are invalid identifiers (#7553)Casper Beyer
2020-09-22fix(logger): change log level to which prefix added (#7582)Yusuke Tanaka
2020-09-22refactor(cli/coverage): remove dependency on global state (#7616)Casper Beyer
2020-09-22docs: V8 is a JavaScript engine, not a runtime (#7619)tokiedokie
2020-09-22docs: minor documentation improvement (#7603)michael spengler
2020-09-21fix(cli/repl): interpret object literals as expressions (#7591)Casper Beyer
2020-09-21fix: Response.arrayBuffer() doesn't return promise (#7618)Luca Casonato
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-21test(std/wasi): add fd_renumber test (#7574)Casper Beyer
2020-09-21fix(info): add --importmap flag (#7424)William Perron
2020-09-21refactor(cli/coverage): await for inspector message response (#7584)Casper Beyer
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-21fix: make --watch and --inspect conflicting args (#7610)Luca Casonato