1. 28 4月, 2019 1 次提交
  2. 24 4月, 2019 1 次提交
  3. 17 4月, 2019 1 次提交
  4. 15 4月, 2019 1 次提交
  5. 20 3月, 2019 1 次提交
    • R
      Rename //src/ to //cli/ (#1962) · fa3c3530
      Ryan Dahl 提交于
      To better distinguish the deno_core crate from the executable deno,
      which will now be called "the cli" internally.
      fa3c3530
  6. 19 3月, 2019 1 次提交
    • R
      Integrate //core into existing code base · 44773c9b
      Ryan Dahl 提交于
      This disables a few tests which are broken still:
      - tests/error_004_missing_module.test
      - tests/error_005_missing_dynamic_import.test
      - tests/error_006_import_ext_failure.test
      - repl_test test_set_timeout
      - repl_test test_async_op
      - repl_test test_set_timeout_interlaced
      - all of permission_prompt_test
      44773c9b
  7. 13 3月, 2019 1 次提交
  8. 13 2月, 2019 1 次提交
  9. 02 2月, 2019 1 次提交
  10. 16 1月, 2019 1 次提交
  11. 15 1月, 2019 1 次提交
  12. 02 1月, 2019 1 次提交
  13. 11 12月, 2018 1 次提交
  14. 20 10月, 2018 1 次提交
  15. 04 10月, 2018 1 次提交
  16. 26 9月, 2018 1 次提交
    • R
      Make Deno multithreaded. · 4fd2b19f
      Ryan Dahl 提交于
      By using the tokio default runtime.
      
      This patch makes all of the ops thread safe.
      
      Adds libdeno to JS globals to make for easier testing.
      
      Preliminary work for #733.
      4fd2b19f