summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-02Rename EnvPair to KeyValue.Ryan Dahl
2018-11-02test_rs needs deno_deps.Ryan Dahl
2018-11-01Fix performance regression with JSON ModulesKitson Kelly
2018-11-01clarify benchmark chart unitsbdistin
2018-11-01cargo: build in Cargo's out dir if DENO_BUILD_PATH is not setBert Belder
2018-11-01cargo: build only necessary Ninja targets when invoked by RLSBert Belder
2018-11-01build: remove absolute pathBert Belder
2018-10-31.gitignore: dedupeBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-31Better output on panic (#1129)Joseph
2018-10-31Add helper to turn deno.Reader into async iterator (#1130)Bartek Iwańczuk
2018-10-31Mention 'git submodule update' in docs (#1132)Joseph
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
2018-10-30Add ability to load JSON as modules (#1065)Kitson Kelly
2018-10-30Make format.py less verbose.Ryan Dahl
2018-10-30Rename FetchReq op to Fetch.Ryan Dahl
2018-10-30Remove unused asset.Kitson Kelly
2018-10-30Add resources op (#1119)Bartek Iwańczuk
2018-10-29Separate source map from output code.Kitson Kelly
2018-10-28Add application/x-typescript mime type supportKevin (Kun) "Kassimo" Qian
2018-10-27v0.1.10Ryan Dahl
2018-10-27Minor sorting not handled by format.Ryan Dahl
2018-10-27Fix race condition in chmod testRyan Dahl
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-26Remove broken feature: trace()Ryan Dahl
2018-10-26Remove broken feature: --depsRyan Dahl
2018-10-26Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)Kevin (Kun) "Kassimo" Qian
2018-10-26ci: peg rust version to 1.30.0Bert Belder
2018-10-26Support https in fetch.Ryan Dahl
2018-10-26build: snapshot blob is an input for the snapshot objectBert Belder
2018-10-26Add separate http/https cache dirs to DENO_DIR (#971)Kevin (Kun) "Kassimo" Qian
2018-10-26Disable treat_warnings_as_errors on windows when sccache is in useBert Belder
2018-10-25Minor text fixes and improvements to Docs.md (#1091)David Michael Gregg
2018-10-25Turn on treat_warnings_as_errors (#1086)Ryan Dahl
2018-10-25doc: update TS and V8 version in README fileAntoine du Hamel
2018-10-25Add error_001.ts to execution time benchmarks.Ryan Dahl
2018-10-25build: fix compatibility with rustc 1.30.0Bert Belder
2018-10-25appveyor: fix logic in Get-SaveCacheBert Belder
2018-10-24Support CheckJSKitson Kelly
2018-10-24Add libdeno.shared global shared ArrayBuffer.Ryan Dahl
2018-10-24libdeno: Expose snapshot creation.Ryan Dahl
2018-10-24libdeno: clean upRyan Dahl
2018-10-24libdeno: deno_new should take a snapshot parameter.Ryan Dahl
2018-10-24Remove deno_nsRyan Dahl
2018-10-24fix typos (#1083)Joseph
2018-10-24Clean up y-axes on benchmark page. (#1077)Ryan Dahl
2018-10-24Move eager functions into eager_unix.rsBert Belder
2018-10-24Refactor eager_{read,write,accept}_tcp into separate functionsBert Belder
2018-10-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-23Add node_tcp target to http_benchmark. (#1074)Ryan Dahl