summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-26build: let rustc pick filenames, remove rust depfile hackBert Belder
2018-09-26build: do not quote cc_wrapper on windowsBert Belder
2018-09-26tools/setup: add gn_string() utility functionBert Belder
2018-09-26tools: add shell_quote() utility functionBert Belder
2018-09-26Revert "Expand binary size benchmark (#830)"Bert Belder
2018-09-25Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-25Disable test_fetch_sync_string.Ryan Dahl
2018-09-25Add SetGlobalTimeout().Ryan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
2018-09-25Use lazy_static for HttpsConnectorRyan Dahl
2018-09-25formatRyan Dahl
2018-09-25Clean up flags.Ryan Dahl
2018-09-25Also plot cold start time.Ryan Dahl
2018-09-25Fix trace test codeJ2P
2018-09-25console.warn goes to stderr (#810)Kevin (Kun) "Kassimo" Qian
2018-09-25Implement deno.readlink() (#797)Mani Maghsoudlou
2018-09-24Add syscall count benchmark for 002_hello.ts (#820)Kevin (Kun) "Kassimo" Qian
2018-09-24libdeno.send(): Use GetContents instead of ExternalizeRyan Dahl
2018-09-24travis: save homebrew/ccache to cache, set ccache size to 1GBBert Belder
2018-09-24Add thread count benchmark (#811)Kevin (Kun) "Kassimo" Qian
2018-09-24build: always enable clang color outputBert Belder
2018-09-24build: enable rust color output on windowsBert Belder
2018-09-24tools: make color output work on windowsBert Belder
2018-09-24Add `toString` for CallSite of eval origin (#809)Kevin (Kun) "Kassimo" Qian
2018-09-24Add flag --recompile (#801)Bartek IwaƄczuk
2018-09-24Start testing website (#813)Yoshiya Hinosawa
2018-09-24[console] Use constructor.name to print out function type (#664)Kevin (Kun) "Kassimo" Qian
2018-09-23benchmark: track the binary size (#804)Yoshiya Hinosawa
2018-09-22travis: fix the build, attempt 2Bert Belder
2018-09-22Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)ztplz
2018-09-22Update README and Roadmap. (#799)Ryan Dahl
2018-09-22travis: fix github pages deploy conditionBert Belder
2018-09-22travis: run benchmarks on linux, deploy to github pagesBert Belder
2018-09-22travis: clean up & tweaksBert Belder
2018-09-22Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-22Implement deno.trace() (#795)Kevin (Kun) "Kassimo" Qian
2018-09-21v0.1.5Ryan Dahl
2018-09-21Revert "Add benchmark tools (#777)"Bert Belder
2018-09-21Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-20Add atob() and btoa() (#776)Kevin (Kun) "Kassimo" Qian
2018-09-20Fix async-await syntaxJamie
2018-09-20Add deno.arch/deno.platform (#773)Kevin (Kun) "Kassimo" Qian
2018-09-18Implement deno.symlink() (#742)Mani Maghsoudlou
2018-09-17appveyor: show test output in the build log in realtimeBert Belder
2018-09-17appveyor: don't persist rollup cache in appveyor cacheBert Belder
2018-09-17formatBert Belder
2018-09-17Remove unused .gclient_entries file.Ryan Dahl
2018-09-17Upgrade V8 to 7.0.276.15Ryan Dahl
2018-09-17Isolate::execute doesn't need mutability.Ryan Dahl
2018-09-17Rename Deno to Isolate and move to own file.Ryan Dahl