1. 09 6月, 2019 1 次提交
  2. 08 6月, 2019 1 次提交
  3. 07 6月, 2019 1 次提交
  4. 04 6月, 2019 1 次提交
  5. 29 5月, 2019 1 次提交
    • R
      TS compiler refactor · 856c4421
      Ryan Dahl 提交于
      * Compiler no longer has its own Tokio runtime. Compiler handles one
        message and then exits.
      
      * Uses the simpler ts.CompilerHost interface instead of
        ts.LanguageServiceHost.
      
      * avoids recompiling the same module by introducing a hacky but simple
        `hashset<string>` that stores the module names that have been already
        compiled.
      
      * Removes the CompilerConfig op.
      
      * Removes a lot of the mocking stuff in compiler.ts like `this._ts`. It
        is not useful as we don't even have tests.
      
      * Turns off checkJs because it causes fmt_test to die with OOM.
      856c4421
  6. 11 5月, 2019 1 次提交
  7. 29 4月, 2019 1 次提交
  8. 24 4月, 2019 1 次提交
  9. 15 4月, 2019 1 次提交
  10. 11 4月, 2019 1 次提交
  11. 10 4月, 2019 2 次提交
  12. 09 4月, 2019 1 次提交
  13. 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
  14. 05 4月, 2019 1 次提交
  15. 04 4月, 2019 1 次提交
  16. 03 4月, 2019 2 次提交
  17. 02 4月, 2019 2 次提交
  18. 31 3月, 2019 1 次提交
  19. 29 3月, 2019 1 次提交
  20. 28 3月, 2019 1 次提交
  21. 26 3月, 2019 1 次提交
  22. 21 3月, 2019 1 次提交
  23. 20 3月, 2019 3 次提交
  24. 19 3月, 2019 3 次提交
  25. 14 3月, 2019 1 次提交
  26. 05 3月, 2019 1 次提交
  27. 04 3月, 2019 1 次提交
  28. 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
  29. 18 2月, 2019 1 次提交
  30. 02 2月, 2019 1 次提交
  31. 16 1月, 2019 1 次提交
  32. 15 1月, 2019 2 次提交