summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-12Update various links to deno_std (#3096)Ryan Dahl
2019-10-11Add init methods for each op module (#3087)Ryan Dahl
2019-10-11Ensure DENO_DIR when saving the REPL history (#3106)Nayeem Rahman
2019-10-11update prettier type definition (#3101)罗文
2019-10-10Merge deno_std in main repo (#3091)Ryan Dahl
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Merge branch 'std_modified' into merge_std3Ryan Dahl
2019-10-09remove std submoduleRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl
2019-10-08ci: bump deno to v0.20.0 (denoland/deno_std#627)Bert Belder
2019-10-07Fix some examples in the manual (#3084)Ryan Dahl
2019-10-07fix: Update echo_server to new listen API (denoland/deno_std#625)Bartek Iwańczuk
2019-10-07v0.20.0Ryan Dahl
2019-10-07use single thread runime in tokio_util::block_on (#3080)Bartek Iwańczuk
2019-10-06remove more calls to tokio_util::block_on (#3059)Bartek Iwańczuk
2019-10-06refactor benchmark results posting (#3076)Christian Moritz
2019-10-06Upgrade V8 to 7.9.218 (#3067)Ryan Dahl
2019-10-05remove appveyor specific code paths (#3071)Christian Moritz
2019-10-05Update eslint and @typescript-eslint (denoland/deno_std#621)Yoshiya Hinosawa
2019-10-05CI: don't build while linting and publish in forks (#3070)Christian Moritz
2019-10-05merge build.yml and lint.yml (#3066)Ryan Riginding
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-04add timeout to CI (#3061)Bartek Iwańczuk
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl
2019-10-04Use xeval from deno_std (#3058)Nayeem Rahman
2019-10-03Fix iterators on UrlSearchParams (#3044)Kitson Kelly
2019-10-03Remove travis and appveyor. Release with github actions (#3052)Ryan Dahl
2019-10-03Use github action badges (#3056)Ryan Dahl
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-10-03Upgrade sccache binaries to 0.2.11 (#3051)Ryan Dahl
2019-10-03Async compiler processing (#3043)Kitson Kelly
2019-10-03Fix deno_typescript repository url in Cargo.toml (#3053)JaePil Jung
2019-10-02fix typo in deno_typescript readme (#3048)Tyr Chen
2019-10-02Run benchmarks from GH actions instead of Travis (#3049)Ryan Dahl
2019-10-02Implement expandGlob() and expandGlobSync() (denoland/deno_std#617)Nayeem Rahman
2019-10-02remove legacy Isolate.set_dispatch API (#3041)Bartek Iwańczuk
2019-10-02feat: Add support for passing a key to Deno.env() (#2952)Jed Fox
2019-10-02feat: window.onunload (#3023)Bartek Iwańczuk
2019-10-02feat: JSX Support (#3038)Yusuke Sakurai
2019-10-01Implement ignoreBOM option of UTF8Decoder in text_encoding (#3040)Tomohito Nakayama
2019-10-01use Isolate::register_op in deno_cli (#3039)Bartek Iwańczuk
2019-09-30feat: op registration in core (#3002)Bartek Iwańczuk
2019-09-30Support top-level-await in TypeScript (#3024)Ryan Dahl
2019-09-30Use 0.0.0.0 for servers in benchmarks and tests (#3010)Ryan Dahl
2019-09-29added type number to 'size' parameter (denoland/deno_std#618)timonson
2019-09-29bump deps version on homepage (#3036)Bartek Iwańczuk
2019-09-28bump deno_std deps (#3034)Bartek Iwańczuk
2019-09-28fix(ws) mask must not be set by default for server (denoland/deno_std#616)Yusuke Sakurai
2019-09-28feat: wss support with dialTLS (denoland/deno_std#615)Yusuke Sakurai
2019-09-28Test runner v2 (denoland/deno_std#604)Nayeem Rahman