Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | add "deno run" subcommand (#2215) | Bartek Iwańczuk | |
2019-05-01 | Rename test targets (#2262) | Bartek Iwańczuk | |
2019-04-25 | Rename deno prefetch to deno fetch (#2210) | Bartek Iwańczuk | |
2019-03-18 | Re-enable permissions prompt tests (#1957) | andy finch | |
2019-03-18 | Integrate //core into existing code base | 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 | |||
2019-03-18 | Re-order tests for sanity | Ryan Dahl | |
2019-03-15 | core: Behavior shouldn't be generic | Ryan Dahl | |
We always pass around Box<[u8]>, and adding this generic is an unnecessary complication. Add deno_core_http_bench_test to test.py sharedQueue works on deno_core_http_bench | |||
2019-02-26 | deno_core (#1827) | Ryan Dahl | |
A new low-level crate with focus on speed. This doesn't yet hook into the existing code base. | |||
2019-02-15 | Add execPath function (#1743) | Dmitry Sharshakov | |
2019-02-12 | Decouple ts_library_builder from std/testing (#1749) | Ryan Dahl | |
2019-02-11 | fix: improve formatting (#1732) | Yoshiya Hinosawa | |
2019-02-08 | Adds deno.noColor (#1716) | Ryan Dahl | |
2019-02-02 | Add isTTY function (#1622) | Dmitry Sharshakov | |
2019-02-02 | Support --fmt | Ryan Dahl | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-15 | Add --prefetch flag for deps prefetch without running (#1475) | Kevin (Kun) "Kassimo" Qian | |
2018-11-05 | Add repl (#998) | Andy Hayden | |
- Running repl from js side. - Add tests for repl behavior. - Handle ctrl-C and ctrl-D. | |||
2018-11-04 | Improve integration test harness (#1142) | Kitson Kelly | |
2018-10-27 | Ergonomics: Prompt TTY for permission escalation (#1081) | Ryan Dahl | |
2018-10-24 | Remove deno_ns | Ryan Dahl | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-15 | Specify deno_dir location with env var DENO_DIR (#970) | Amos Lim | |
(Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.) | |||
2018-09-26 | Expand binary size benchmark (#830) | Kevin (Kun) "Kassimo" Qian | |
2018-09-26 | Revert "Expand binary size benchmark (#830)" | Bert Belder | |
This reverts commit 8c7416b3f666c62327a2306e955ec59823b1f239. | |||
2018-09-25 | Expand binary size benchmark (#830) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | Add thread count benchmark (#811) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | tools: make color output work on windows | Bert Belder | |
2018-09-08 | tools/setup: replace generated args.gn unless handcrafted | Bert Belder | |
2018-09-06 | Move installer to its own repo. | 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. | |||
2018-08-31 | Add release installer (#639) | Mirko Jotic | |
2018-08-27 | Add ability to unit test by permissions. | Ryan Dahl | |
2018-08-22 | Implement writeFileSync | Ryan Dahl | |
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
2018-08-20 | Enable http server for tests. | Ryan Dahl | |
2018-08-10 | Support wildcard matching of output in tests | Kitson Kelly | |
2018-08-09 | Adds js/unit_tests.ts (#448) | Ryan Dahl | |
2018-07-24 | Remove handlers crate target. | 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. | |||
2018-07-21 | Add tools/test.py test runner. (#384) | Ryan Dahl | |