summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-26update deno_core_http_bench to Tokio 0.2 (#3408)Bartek Iwańczuk
2019-11-26v0.25.0Ryan Dahl
2019-11-26better error messages for 'relative import path not prefixed with / or ./ or ...Bartek Iwańczuk
2019-11-26feat: add ignore parser for std/prettier (#3399)Axetroy
2019-11-26refactor: reorganize flags (#3389)Ry Dahl
2019-11-26Add Deno.realpath (#3404)Kevin (Kun) "Kassimo" Qian
2019-11-25better error message for missing module (#3402)Bartek Iwańczuk
2019-11-24refactor: Elevate DenoPermissions lock to top level (#3398)Kevin (Kun) "Kassimo" Qian
2019-11-24Make private namespaces in lib.deno_runtime.d.ts more private (#3400)Kitson Kelly
2019-11-22remove tokio_util::block_on (#3388)Bartek Iwańczuk
2019-11-22minor clean ups in TS compiler (#3394)Bartek Iwańczuk
2019-11-20feat: Support named exports on bundles. (#3352)Kitson Kelly
2019-11-19remove tokio_util::block_on from ops/workers.rs (#3381)Bartek Iwańczuk
2019-11-19std/node: add some Node.js polyfill to require() (#3382)Kevin (Kun) "Kassimo" Qian
2019-11-19fix: use AF_INET6 in ./tools/http_server.py (#3374)Bartek Iwańczuk
2019-11-19feat(std/node) add CommonJS require (#3380)Kevin (Kun) "Kassimo" Qian
2019-11-18chore: improve examples (#3377)Ry Dahl
2019-11-18support load yaml/yml prettier config (#3370)罗文
2019-11-18feat: op registration during calls (#3375)Andy Finch
2019-11-18chore: remove unneeded tokio deps (#3376)Bartek Iwańczuk
2019-11-18feat: std/node/process (#3368)Rafał Pocztarski
2019-11-18feat: add --check for deno fmt (#3369)罗文
2019-11-18feat: Add std/encoding/yaml module (#3361)Lilian Saget-Lethias
2019-11-17fix deno_core_http_bench (#3364)Bartek Iwańczuk
2019-11-17refactor: fixes for futures (#3363)Bartek Iwańczuk
2019-11-16Use async to replace FutureExt in lib.rs (#3359)Kevin (Kun) "Kassimo" Qian
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-16fmt: respect prettierrc and prettierignore (#3346)罗文
2019-11-16fix: std/datetime toIMF bug (#3357)Leo Chandra
2019-11-15run std test with cargo test (#3344)Bartek Iwańczuk
2019-11-15Add wasm example to manual (#3353)Andy Hayden
2019-11-15Fix remote .wasm import content type issue (#3351)Kevin (Kun) "Kassimo" Qian
2019-11-14v0.24.0Ryan Dahl
2019-11-14fix: error handling in std/fs/walk() (#3318)Nayeem Rahman
2019-11-14Turn on TS strict mode for deno_typescript (#3330)Ry Dahl
2019-11-14refactor: per-worker resource table, take 2 (#3342)Bartek Iwańczuk
2019-11-14add RUST_BACKTRACE to ciBartek Iwańczuk
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-11-13Revert "refactor: per-worker resource table (#3306)"Ryan Dahl
2019-11-13refactor: per-worker resource table (#3306)Bartek Iwańczuk
2019-11-13Revert "tests: share http server between tests (#3336)"Ryan Dahl
2019-11-13Ignore some files that facilitate editors. (#3337)Kitson Kelly
2019-11-13tests: share http server between tests (#3336)Bartek Iwańczuk
2019-11-13Disable flaky tests lock_check_ok2 again (#3334)Ry Dahl
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-11-13Disable flaky tests lock_check_ok2 and lock_check_err2 (#3331)Ry Dahl
2019-11-13fmt: allow configuration of Prettier options (#3314)罗文
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-11-12feat: std/node (#3319)Vincent LE GOFF
2019-11-12fix url parse bug (#3316)木杉