summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-10feat: Stabilize Deno.mainModule (#6993)Nayeem Rahman
2020-08-10feat(doc): handle imports (#6987)Bartek Iwańczuk
This commit adds additional objects to JSON output of "deno doc" command to facilitate linking between types in different modules.
2020-08-09docs: instructions for loading zsh completions (#6998)Prabhanjan
2020-08-09fix: console.log should see color codes when grouping occurs (#7000)uki00a
2020-08-09Add README for deno_web (#6997)Ryan Dahl
2020-08-08v1.2.3Ryan Dahl
2020-08-08test(cli/wasm_unreachable): don't assume git work dir is named 'deno' (#6991)Bert Belder
2020-08-08test(cli/stat_test): older versions of Linux don't support `birthtime` (#6991)Bert Belder
2020-08-08test(cli/inspector_port_collision): skip test on WSL (#6991)Bert Belder
2020-08-08test(cli/inspector_port_collision): fail rather than hang (#6991)Bert Belder
2020-08-08fix(cli): show error on unrecognized V8 flag, exit on --help (#6980)Bert Belder
2020-08-08upgrade: rusty_v8 0.8.1 / V8 8.6.334 (#6980)Bert Belder
2020-08-08upgrade: rust 1.45.2 (#6980)Bert Belder
2020-08-08upgrade: deno_lint v0.1.21 (#6985)Bartek Iwańczuk
2020-08-07Encode op errors as strings instead of numbers (#6977)Bartek Iwańczuk
2020-08-07fix(deno info): Never type check (#6978)Nayeem Rahman
2020-08-07Op crate for Web APIs (#6906)Bartek Iwańczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-08-06docs: Improve examples (#6958)Rob Waller
2020-08-06refactor: Rewrite globToRegExp() (#6963)Nayeem Rahman
2020-08-05fix: add missing globals to unstable diagnostics (#6960)Luca Casonato
2020-08-05feat(cli): custom http client for fetch (#6918)Luca Casonato
2020-08-05fix(cli/dts): MDN attribution in JSDoc for Console.dirxml (#6961)Luca Casonato
2020-08-04refactor: remove repeated code in main.rs (#6954)Bartek Iwańczuk
2020-08-04Fixed benchmarks url (#6952)josephrocca
2020-08-04docs: Removed unnecessary `await` (#6951)josephrocca
2020-08-03docs: fix some grammar mistakes in permissions.md (#6949)Arseny Kruglikov
2020-08-03fix(std/encoding/toml): Add boolean support to stringify (#6941)Rauf Islam
2020-08-03fix(cli): add support for non-UTF8 source files (#6789)Maayan Hanin
Fixes: #5542
2020-08-03fix(std/toml): parser error with inline comments (#6942)Jarrett Helton
2020-08-03typo (#6937)Chayim Refael Friedman
2020-08-03Fix grammatical error in Linter documentation (#6939)Ben Stolovitz
2020-08-03feat: hash file names in gen cache (#6911)Luca Casonato
2020-08-03upgrade: swc_ecmascript (#6943)Bartek Iwańczuk
2020-07-31v1.2.2Ryan Dahl
2020-07-31upgrade: deno_lint, dprint, swc (#6928)Bartek Iwańczuk
This commit upgrades: deno_lint 0.1.20 dprint-plugin-typescript 0.25.0 swc_ecmascript 0.1.0 SWC is no longer reexported from dprint nor deno_lint.
2020-07-31feat: add $STD_VERSION replacement variable in docs (#6922)Luca Casonato
2020-07-30fix(cli/rt): Fix file URL to path conversion on Windows (#6920)Nayeem Rahman
2020-07-30feat(unstable): add "--ignore" flag to deno fmt (#6890)Divy Srivastava
2020-07-30fix(std/tar): directory type bug (#6905)zfx
2020-07-30docs(std/encoding): Fix TOML docs (#6912)Kid
2020-07-29fix(std/path): Percent-decode in fromFileUrl() (#6913)Nayeem Rahman
2020-07-29feat(std/async): add pooledMap utility (#6898)Luca Casonato
2020-07-28refactor: Use SWC to strip types for "--no-check" flag (#6895)Bartek Iwańczuk
2020-07-28fix: downcast from SwcDiagnosticBuffer to OpError (#6909)Bartek Iwańczuk
2020-07-28Change release build flags to optimize for size (#6907)Ryan Dahl
2020-07-28chore: use matches macro for bool matches (#6904)Kitson Kelly
2020-07-26chore(ci): update actions to run on macos-10.15 (#6884)Trivikram Kamat
2020-07-26test(std): remove unstable from multiple tests (#6882)Trivikram Kamat
2020-07-26fix(std/json): Add newline at the end of json files (#6885)Marcin Puc
2020-07-26Fix typo (#6872)Jordan Cannon