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-07-06
clean up code in cli/js (#6611)
Stanislav
2020-07-06
fix: Deno.setRaw shouldn't panic on ENOTTY (#6630)
uki00a
2020-07-06
feat: deno upgrade --output (#6352)
crowlKats
2020-07-06
Fix definition of URL constructor (#6653)
Ryan Dahl
2020-07-06
Update Cargo.lock (#6665)
Ryan Dahl
Erroneously excluded from 75d991.
2020-07-06
share HTTP server between threads (attempt 2) (#6652)
Ryan Dahl
2020-07-06
Remove tools/hyper_hello (#6651)
Ryan Dahl
2020-07-06
Fix scope in std/md5 (#6662)
crowlKats
2020-07-06
chore: Only use one set of tokio features (#6655)
Ryan Dahl
2020-07-06
feat: Deno.chown() make uid, gid args optional (#4612)
dubiousjim
2020-07-05
feat(cli): Added support for the --cert flag with 'deno upgrade' (#6609)
Jacob Gee-Clarke
2020-07-05
std/log - Expose Logger type and improve public interface for get & set log ↵
Paul Thompson
levels (#6617)
2020-07-05
chore: re-enable tests using media_types (#6642)
Bartek Iwańczuk
2020-07-05
fix(std/tesing/asserts): assertEquals/NotEquals should use milliseconds in ↵
uki00a
Date (#6644)
2020-07-05
fix(std/wasi): return errno::success from fd_tell (#6636)
Casper Beyer
2020-07-05
fix(cli/fetch): response constructor default properties (#6650)
Marcos Casagrande
2020-07-05
test(std/wasi) add std::fs::File seek test (#6648)
Casper Beyer
2020-07-05
chore: improve type safety of cli/js/compiler (#6647)
Kitson Kelly
2020-07-06
Remove test_server dependency from benchmarks (#6645)
Ryan Dahl
2020-07-05
fix(std/mime): boundary random hex values (#6646)
Anton Dmytriichuk
2020-07-05
re-enable follow symlinks walk test on Windows (#6626)
Casper Beyer
2020-07-05
feat(std/wasi): implement fd_readdir (#6631)
Casper Beyer
2020-07-05
test(std/node): include windows in link tests (#6620)
Casper Beyer
2020-07-05
refactor(cli/body): use Deno.Buffer in bufferFromStream (#6632)
Marcos Casagrande
2020-07-05
test(std/wasi): explicitly assert each expected arg (#6633)
Casper Beyer
2020-07-05
fix(std/node): add encoding argument to Buffer.byteLength (#6639)
Marcos Casagrande
2020-07-05
feat(std/node): add buf.equals method (#6640)
Marcos Casagrande
2020-07-04
fix(tools): command line args parsing bug, unused function parameter (#6629)
Bert Belder
2020-07-04
Update timers to ignore Date Override (#6552)
Kyle June
2020-07-04
chore: port http_server.py to rust (#6364)
Ryan Dahl
2020-07-04
test(cli): enable realpath symlink tests on Windows (#6627)
Casper Beyer
2020-07-03
v1.1.3
Bartek Iwańczuk
2020-07-03
upgrade: dprint-typescript-plugin 0.19.5, deno_lint 0.1.15 (#6614)
Bartek Iwańczuk
2020-07-03
fix: move ImportMeta to deno.ns lib (#6588)
Kitson Kelly
2020-07-02
improve(std/asserts): allow assert functions to specify type parameter (#6413)
WJH
2020-07-02
refactor: lock file (#6569)
Bartek Iwańczuk
- refactor lock file creation - provide deterministic output in lock file (alphabetically sorted) - dynamic imports are checked against lock file
2020-07-02
fix: net permissions didn't account for default ports (#6606)
Jacob Gee-Clarke
2020-07-02
doc: add unstable note to Deno.ftruncateSync and ftruncate (#6590)
Casper Beyer
2020-07-02
typo (#6598)
uki00a
2020-07-02
docs: update discord link (#6599)
Stanislav
2020-07-02
test(std/wasi): add create directory and file tests (#6603)
Casper Beyer
2020-07-01
upgrade: swc_ecma_visit, dprint, deno_lint (#6580)
Bartek Iwańczuk
2020-06-30
Update std/http/cookie types to not require full ServerRequest object (#6577)
Kitson Kelly
2020-06-30
refactor: Improvements to TsCompiler and its tests (#6576)
Kitson Kelly
2020-06-30
fix(std/log): print "{msg}" when log an empty line (#6381)
Water Zheng
2020-06-29
test(std/wasi): add rename test (#6573)
Casper Beyer
2020-06-29
test(std/wasi): add hard-link test (#6571)
Casper Beyer
2020-06-29
feat(std/wasi): implement fd_sync (#6560)
Casper Beyer
2020-06-29
ignore PoisonError in test_server (#6567)
Ryan Dahl
2020-06-29
fix(std/node): do not use absolute urls (#6562)
Ryan Dahl
[next]