summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-01rename parse_core_args to v8_set_flags_preprocess (#871)ztplz
2018-09-30Limit depth of output in console.log for nested objects, and add console.dir ...Yingbo (Max) Wang
2018-09-30Add copyFile/copyFileSync (#863)Kevin (Kun) "Kassimo" Qian
2018-09-30Remove unused table WriteFileSyncKevin (Kun) "Kassimo" Qian
2018-09-30Add fetch_deps syscall count benchmark.Ryan Dahl
2018-09-30FormatRyan Dahl
2018-09-30tools: define ERROR_INVALID_PARAMETER in utils.pyBert Belder
2018-09-30Add deno.truncate (#805)ztplz
2018-09-30Add top-level await issue link to readme (#860)Eric Lewis
2018-09-30Improve fetch headers (#853)ztplz
2018-09-29v0.1.6Ryan Dahl
2018-09-28Adds basic File I/O and FD table.Ryan Dahl
2018-09-28appveyor: re-enable python stdout bufferingBert Belder
2018-09-28libdeno: use cstream instead of printf to write to stderrBert Belder
2018-09-28libdeno: remove dead codeBert Belder
2018-09-27Better build instructions for windowsNisheet Sinvhal
2018-09-27third_party: gitignore depot_tools/.cipd_client temporary filesBert Belder
2018-09-27Print 'Compiling' when compiling TS.Ryan Dahl
2018-09-27Support zero-copy data in libdeno.send(). (#838)Ryan Dahl
2018-09-27Ensure spawning python server twice raises an exception.Andy Hayden
2018-09-27Add benchmark descriptions.Ryan Dahl
2018-09-27Benchmarks: github link and truncate sha1 (#845)Kevin (Kun) "Kassimo" Qian
2018-09-26Travis benchmark (#832)ztplz
2018-09-26Error pretty print (print stack)Kevin (Kun) "Kassimo" Qian
2018-09-26Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-26Use the thread pool for blocking I/ORyan Dahl
2018-09-26travis: don't cache unnecessary cargo and rustup filesBert Belder
2018-09-26travis: name CARGO_HOME and RUSTUP_HOME env vars correctlyBert Belder
2018-09-26travis: use sccache to cache rust targetsBert Belder
2018-09-26tools/setup: detect sccache presence and use it to cache rustc targetsBert Belder
2018-09-26build: add support for rustc_wrapperBert Belder
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