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