1. 08 12月, 2018 1 次提交
  2. 07 12月, 2018 1 次提交
    • R
      Process source maps in Rust instead of JS (#1280) · c113df1b
      Ryan Dahl 提交于
      - Improves speed and binary size significantly.
      - Makes deno_last_exception() output a JSON structure.
      - Isolate::execute and Isolate::event_loop now return
        structured, mapped JSError objects on errors.
      - Removes libdeno functions:
        libdeno.setGlobalErrorHandler()
        libdeno.setPromiseRejectHandler()
        libdeno.setPromiseErrorExaminer()
      
      In collaboration with Ryan Dahl.
      c113df1b
  3. 30 11月, 2018 2 次提交
  4. 16 11月, 2018 2 次提交
  5. 09 11月, 2018 1 次提交
  6. 06 11月, 2018 1 次提交
  7. 04 11月, 2018 1 次提交
  8. 29 10月, 2018 2 次提交
  9. 26 10月, 2018 1 次提交
  10. 23 10月, 2018 1 次提交
  11. 11 10月, 2018 1 次提交
  12. 03 10月, 2018 1 次提交
  13. 26 9月, 2018 1 次提交
  14. 17 9月, 2018 1 次提交
  15. 15 9月, 2018 1 次提交
  16. 12 9月, 2018 1 次提交
  17. 10 9月, 2018 1 次提交
  18. 06 9月, 2018 1 次提交
    • R
      Improve module resolution. · e4990804
      Ryan Dahl 提交于
      Windows can't handle ":" in path names, so we use a special directory
      format .deno/deps/localhost_PORT4545/ to represent hosts with
      non-default ports.
      
      Fixes #645.
      e4990804
  19. 30 8月, 2018 1 次提交
    • R
      Support https imports. · d8d5c421
      Ryan Dahl 提交于
      Adds hyper-rustls to the build.
      
      Use ring for sha1 instead of "ssh1" crate.
      
      Fixes #528.
      d8d5c421
  20. 26 8月, 2018 1 次提交
  21. 23 8月, 2018 2 次提交
  22. 22 8月, 2018 1 次提交
  23. 10 8月, 2018 1 次提交
  24. 09 8月, 2018 2 次提交
  25. 03 8月, 2018 1 次提交
  26. 29 7月, 2018 1 次提交