1. 25 9月, 2018 2 次提交
  2. 09 9月, 2018 1 次提交
  3. 06 9月, 2018 1 次提交
    • R
      Move installer to its own repo. · 7784b0e1
      Ryan Dahl 提交于
      https://github.com/denoland/deno_install
      
      1. This allows the installer to use a more aggressive CI build matrix
         with different version of python.
      
      2. Running the installer during tools/test.py artificially inflates our
         download stats.
      
      3. Running the installer during tools/test.py makes the test script
         dependent on having an internet connection.
      
      4. Running the installer during tools/test.py introduces a race
         condition during release - where it tries and fails to download the
         latest release in build process that should be uploading that release.
      7784b0e1
  4. 01 9月, 2018 1 次提交
  5. 28 8月, 2018 1 次提交
  6. 23 8月, 2018 1 次提交
  7. 21 8月, 2018 1 次提交
  8. 11 8月, 2018 1 次提交
  9. 10 8月, 2018 1 次提交
  10. 25 7月, 2018 1 次提交
    • R
      Remove handlers crate target. · 02130538
      Ryan Dahl 提交于
      - Add build scripts for Rust flatbuffers.
      - Rewrites some reply.cc methods in Rust.
      - Changes some struct elements to table in msg.fbs (rust flatbuffers
        lacks support currently)
      - Renames handlers_test to test_rs.
      - This reorg is needed to make progress on the code cache handler.
      02130538
  11. 22 7月, 2018 1 次提交