summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-21fix(std/encoding/yaml): support document separator in parseAll (#3535)Yoshiya Hinosawa
2019-12-20feat: Return null on error in Deno.dir() (#3531)Nayeem Rahman
2019-12-20feat: Add missing mod.ts files in std (#3509)Nayeem Rahman
std/archive/tar.ts: - Remove FileReader. - Remove FileWriter. std/encoding/csv.ts: - ExtendedParseOptions -> ParseOptions - HeaderOption -> HeaderOptions - ParseOptions -> ReadOptions - readAll() -> readMatrix() std/encoding/yaml.ts: - DumpOptions -> StringifyOptions std/fmt/colors.ts: - getEnabled() -> getColorEnabled() - setEnabled() -> setColorEnabled() std/testing/mod.ts: - Re-export sibling modules.
2019-12-20docs(std/encoding/yaml): add usage document (#3529)Yoshiya Hinosawa
2019-12-20repl: do not crash on async op reject (#3527)Kevin (Kun) "Kassimo" Qian
2019-12-18v0.27.0Ryan Dahl
2019-12-18fix permission errors are swallowed by fs.copy() (#3504)Axetroy
2019-12-18fix code example (#3519)Christian Bromann
2019-12-18Reduce all directory functions to Deno.dir() (#3518)Ry Dahl
2019-12-18Improve empty test case error messages (#3514)Yoshiya Hinosawa
2019-12-18fix permission errors are swallowed by fs.emptyDir (#3501)Axetroy
2019-12-15feat: show detailed version with --version (#3507)Yoshiya Hinosawa
2019-12-15upgrade: tokio 0.2 in deno_core_http_bench, take2 (#3435)Bartek Iwańczuk
2019-12-15std/node: better error message for read perm in require() (#3502)Kevin (Kun) "Kassimo" Qian
2019-12-15Feat: Add more dir APIs for Deno (#3491)Axetroy
2019-12-15Use async-await at few places, fix spelling mistake (#3499)Gurwinder Singh
2019-12-14fetch support URL instance as input (#3496)Axetroy
2019-12-14Support utf8 in file_server (#3495)木杉
2019-12-14feat(file_server): add help & switch to flags (#3489)木杉
2019-12-14flag: upgrade std to v0.26.0 (#3492)Axetroy
2019-12-13fix permission errors are swallowed by fs.exists (#3493)Axetroy
2019-12-12file_server: get file and fileInfo concurrently (#3486)Weijia Wang
2019-12-12fix: file_server swallowing permission errors (#3467)木杉
2019-12-12benchmark: align deno_http and node_http response (#3484)Kevin (Kun) "Kassimo" Qian
2019-12-12fix v8-flags example to manual (#3470)dnalborczyk
2019-12-12fix(std/http): close connection on .respond() error (#3475)Kevin (Kun) "Kassimo" Qian
2019-12-12fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479)Nayeem Rahman
2019-12-11Fix release assets not being executable (#3480)Andy Hayden
2019-12-10fix: decoding uri in file_server (#3187)AleksandrukTad
2019-12-10timer: due/now Math.max instead of min (#3477)Kevin (Kun) "Kassimo" Qian
2019-12-10Disable flaky plugin test on windows (#3474)Ry Dahl
2019-12-08fix(installer): installs to the wrong directory on Windows (#3462)木杉
Close: #3443
2019-12-08Replace deprecated GetContent with GetBackingStore (#3458)Kevin (Kun) "Kassimo" Qian
2019-12-08fix: plugin ops should change op count metrics (#3455)Luca Casonato
2019-12-08fix isolate tests (#3459)Bartek Iwańczuk
Some tests were silently failing after #3358 and #3434 because pool.spawn_ok was used which doesn't panic on errors. For reference, the failure looked like this: thread '<unnamed>' panicked at 'assertion failed: match isolate.poll_unpin(cx) { Poll::Ready(Ok(_)) => true, _ => false, }', core/isolate.rs:1408:7
2019-12-05v0.26.0Ryan Dahl
2019-12-05Revert "Synchronize deno and deno_std versions" (#3446)Ry Dahl
Preventing release v0.26.0 This reverts commit 81efa9d938aa169d16e67762d336d75738375cd6.
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-12-04fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441)Christian Moritz
Fixes: #3440 Fixes: #3153
2019-12-03Timer/microtask ordering fix (#3439)Kevin (Kun) "Kassimo" Qian
2019-12-03feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)Nayeem Rahman
2019-12-03remove duplicated argv member from ThreadSafeGlobalState (#3433)Ry Dahl
2019-12-03fix some typos in permissions (#3436)Andy Finch
2019-12-02better html for file_server (#3423)木杉
2019-12-02disable eager polling for ops (#3434)Bartek Iwańczuk
2019-12-02Update .gitignoreVincent LE GOFF
2019-12-01fix realpath behavior in windows (#3425)木杉
2019-11-29synchronize deno and deno_std versions (#3415)Axetroy
2019-11-27Revert "update deno_core_http_bench to Tokio 0.2 (#3408)" Ry Dahl
It seems this has caused CI to go red for an unknown reason. This reverts commit 866dba8aa116677143a354af7f3271e4f9c417e1.
2019-11-26Tweaks to arg_hacks and add v8-flags to repl (#3409)Kevin (Kun) "Kassimo" Qian