1. 17 4月, 2019 2 次提交
  2. 15 4月, 2019 1 次提交
  3. 13 4月, 2019 1 次提交
  4. 11 4月, 2019 1 次提交
  5. 10 4月, 2019 1 次提交
  6. 09 4月, 2019 1 次提交
  7. 08 4月, 2019 1 次提交
    • R
      core: snapshot improvements (#2052) · f7fdb90f
      Ryan Dahl 提交于
      * Moves how snapshots are supplied to the Isolate. Previously they were
        given by Behavior::startup_data() but it was only called once at
        startup. It makes more sense (and simplifies Behavior) to pass it to the
        constructor of Isolate.
      * Adds new libdeno type deno_snapshot instead of overloading
        deno_buf.
      * Adds new libdeno method to delete snapshot deno_snapshot_delete().
      * Renames deno_get_snapshot() to deno_snapshot_new().
      * Makes StartupData hold references to snapshots. This was implicit when
        it previously held a deno_buf but is made explicit now. Note that
        include_bytes!() returns a &'static [u8] and we want to avoid
        copying that.
      f7fdb90f
  8. 07 4月, 2019 1 次提交
  9. 05 4月, 2019 1 次提交
  10. 04 4月, 2019 1 次提交
  11. 02 4月, 2019 2 次提交
  12. 31 3月, 2019 1 次提交
  13. 29 3月, 2019 1 次提交
  14. 28 3月, 2019 1 次提交
  15. 26 3月, 2019 1 次提交
  16. 20 3月, 2019 3 次提交
  17. 19 3月, 2019 2 次提交
    • A
      Re-implement init scripts in core (#1958) · cdfd32dd
      andy finch 提交于
      Re-enables arm64 CI test
      cdfd32dd
    • 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
  18. 13 3月, 2019 1 次提交
  19. 08 3月, 2019 1 次提交
  20. 05 3月, 2019 1 次提交
  21. 02 3月, 2019 1 次提交
    • A
      Permissions refactor (#1864) · 8c310d3d
      andy finch 提交于
      Refactored permissions to be assignable on a per-isolate 
      basis, and added a fix for #1858 to op_fetch_module_meta_data.
      8c310d3d
  22. 01 3月, 2019 1 次提交
  23. 27 2月, 2019 2 次提交
  24. 26 2月, 2019 1 次提交
  25. 19 2月, 2019 1 次提交
  26. 18 2月, 2019 1 次提交
  27. 09 2月, 2019 2 次提交
  28. 07 2月, 2019 1 次提交
  29. 03 2月, 2019 2 次提交
  30. 02 2月, 2019 1 次提交
  31. 31 1月, 2019 1 次提交
  32. 24 1月, 2019 1 次提交