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