Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-26 | travis: don't cache unnecessary cargo and rustup files | Bert Belder | |
2018-09-26 | travis: name CARGO_HOME and RUSTUP_HOME env vars correctly | Bert Belder | |
Because this is what rustup and cargo actually use: https://doc.rust-lang.org/cargo/reference/environment-variables.html | |||
2018-09-26 | travis: use sccache to cache rust targets | Bert Belder | |
2018-09-26 | tools/setup: detect sccache presence and use it to cache rustc targets | Bert Belder | |
2018-09-26 | build: add support for rustc_wrapper | Bert Belder | |
Fixes #690. | |||
2018-09-26 | build: let rustc pick filenames, remove rust depfile hack | Bert Belder | |
Fixes #787. | |||
2018-09-26 | build: do not quote cc_wrapper on windows | Bert Belder | |
This brings behavior inline with the unix toolchain, which also leaves cc_wrapper unquoted. If necessary, add quotes in the setup phase instead. | |||
2018-09-26 | tools/setup: add gn_string() utility function | Bert Belder | |
2018-09-26 | tools: add shell_quote() utility function | Bert Belder | |
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-25 | Disable test_fetch_sync_string. | Ryan Dahl | |
2018-09-25 | Add SetGlobalTimeout(). | Ryan Dahl | |
To be used for a timers implementation soon. | |||
2018-09-25 | Make Deno multithreaded. | Ryan Dahl | |
By using the tokio default runtime. This patch makes all of the ops thread safe. Adds libdeno to JS globals to make for easier testing. Preliminary work for #733. | |||
2018-09-25 | Use lazy_static for HttpsConnector | Ryan Dahl | |
And rename net.rs to http.rs Share HTTP connection. | |||
2018-09-25 | format | Ryan Dahl | |
2018-09-25 | Clean up flags. | Ryan Dahl | |
2018-09-25 | Also plot cold start time. | Ryan Dahl | |
2018-09-25 | Fix trace test code | J2P | |
2018-09-25 | console.warn goes to stderr (#810) | Kevin (Kun) "Kassimo" Qian | |
2018-09-25 | Implement deno.readlink() (#797) | Mani Maghsoudlou | |
2018-09-24 | Add syscall count benchmark for 002_hello.ts (#820) | Kevin (Kun) "Kassimo" Qian | |
* Add syscall count tracking for benchmark * Add fetch_deps thread benchmark * Switch to `strace -c` for syscall parsing * Spawn http_server during benchmark (for fetch) * Rename `benchmarks` to `exec_time_benchmarks` * Update app_test.js | |||
2018-09-24 | libdeno.send(): Use GetContents instead of Externalize | Ryan Dahl | |
Fixes #744. | |||
2018-09-24 | travis: save homebrew/ccache to cache, set ccache size to 1GB | Bert Belder | |
2018-09-24 | Add thread count benchmark (#811) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | build: always enable clang color output | Bert Belder | |
2018-09-24 | build: enable rust color output on windows | Bert Belder | |
2018-09-24 | tools: make color output work on windows | Bert Belder | |
2018-09-24 | Add `toString` for CallSite of eval origin (#809) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | Add flag --recompile (#801) | Bartek IwaĆczuk | |
2018-09-24 | Start testing website (#813) | Yoshiya Hinosawa | |
2018-09-24 | [console] Use constructor.name to print out function type (#664) | Kevin (Kun) "Kassimo" Qian | |
2018-09-23 | benchmark: track the binary size (#804) | Yoshiya Hinosawa | |
2018-09-22 | travis: fix the build, attempt 2 | Bert Belder | |
2018-09-22 | Rename deno.argv, libdeno::DenoC and deno_set_flags (#796) | ztplz | |
2018-09-22 | Update README and Roadmap. (#799) | Ryan Dahl | |
2018-09-22 | travis: fix github pages deploy condition | Bert Belder | |
2018-09-22 | travis: run benchmarks on linux, deploy to github pages | Bert Belder | |
2018-09-22 | travis: clean up & tweaks | Bert Belder | |
2018-09-22 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-09-22 | Implement deno.trace() (#795) | Kevin (Kun) "Kassimo" Qian | |
2018-09-21 | v0.1.5 | Ryan Dahl | |
- Add atob() btoa() #776 - Add deno.arch deno.platform #773 - Add deno.symlink() and deno.symlinkSync() #742 - Add deno.mkdir() and deno.mkdirSync() #746 - Add deno.makeTempDir() #740 - Improvements to FileInfo interface #765, #761 - Add fetch.blob() - Upgrade V8 to 7.0.276.15 - Upgrade Rust crates | |||
2018-09-21 | Revert "Add benchmark tools (#777)" | Bert Belder | |
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff. | |||
2018-09-21 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-09-20 | Add atob() and btoa() (#776) | Kevin (Kun) "Kassimo" Qian | |
2018-09-20 | Fix async-await syntax | Jamie | |
2018-09-20 | Add deno.arch/deno.platform (#773) | Kevin (Kun) "Kassimo" Qian | |
2018-09-18 | Implement deno.symlink() (#742) | Mani Maghsoudlou | |
2018-09-17 | appveyor: show test output in the build log in realtime | Bert Belder | |
2018-09-17 | appveyor: don't persist rollup cache in appveyor cache | Bert Belder | |
Rollups cache usage has turned out to be unreliable, reusing stale data that should be regenerated. |