summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-30fix(cli): use global_state file_fetcher when using SpecifierHandler (#7748)Kitson Kelly
2020-09-30feat(cli/console): Add Deno.InspectOptions::colors (#7742)Nayeem Rahman
2020-09-29refactor(cli): extract inspector session (#7756)Casper Beyer
2020-09-29improve readme (#7530)Vitor Matos
2020-09-29fix(websocket): add missing close events and remove extra error event (#7606)crowlKats
2020-09-29chore(std/wasi): enable and fix lint errors in snapshot_preview1 (#7360)Casper Beyer
2020-09-29refactor: improve graph and tsc_config (#7747)Kitson Kelly
2020-09-29chore(cli/coverage): remove unused runtime domain (#7749)Casper Beyer
2020-09-28fix(cli/test): do not start inspector server when collecting coverage (#7718)Casper Beyer
2020-09-28refactor: move op state registration to workers (#7696)Bartek Iwańczuk
2020-09-28docs: end sentences with a period in docs (#7730)Trivikram Kamat
2020-09-28docs: use const assertion for PermissionDescriptor (#7733)Trivikram Kamat
2020-09-28docs: update deno bundle output to single line (#7734)Trivikram Kamat
2020-09-27build: use non xl runners outside deno repo (#7729)Luca Casonato
2020-09-27feat(unstable): add module specifier to deno info --json output (#7725)Valentin Anger
2020-09-27fix: Use $deno$test.ts instead of .deno.test.ts (#7717)Nayeem Rahman
2020-09-27BREAKING(std/encoding/csv): improve the definition of ParseOptions (#7714)uki00a
2020-09-27fix(cli/inspector): shutdown server gracefully on drop (#7716)Casper Beyer
2020-09-27fix: no check recognizes require (#7720)Luca Casonato
2020-09-27doc: use APA citation style for listing conference talks (#7721)Trivikram Kamat
2020-09-27doc: end sentences with a period in examples (#7722)Trivikram Kamat
2020-09-27fix: net listen crashes on explicit undefined hostname (#7706)Giorgi Rostomashvili
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-27docs: update GitHub doc links to use $CLI_VERSION (#7710)Trivikram Kamat
2020-09-27docs: use $STD_VERSION in std lib import comment (#7707)Trivikram Kamat
2020-09-27docs: update --unstable flag forget message (#7708)Trivikram Kamat
2020-09-27docs(cli): Update web assembly example and accepted compiler options in docs....Search
2020-09-26docs: add jsdoc for WebAssembly namespace (#7703)Luca Casonato
2020-09-26refactor: factor out check_unstable op helper (#7695)Bartek Iwańczuk
2020-09-26refactor: combine MainWorker::new and MainWorker::create (#7693)Bartek Iwańczuk
2020-09-26refactor(std/example): Inconsistencies in the example tests (#7684)tokiedokie
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