summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-23format: don't format files in third_partyBert Belder
It's annoying, and it also makes appveyor slow because it will re-upload the third_party cache every time something changes in there.
2018-10-23third_party: install yapf with pipBert Belder
2018-10-23Bundle pywin32 in third_partyBert Belder
2018-10-23Revert "Support CheckJS"Ryan Dahl
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28.
2018-10-23Support CheckJSKitson Kelly
2018-10-23Enforce media typesKitson Kelly
2018-10-23Make Headers more idiomatic (#1062)Kitson Kelly
2018-10-23improve file_info.tsztplz
2018-10-22Improve globals for runtime type libraryKitson Kelly
2018-10-21Implemente clone for FetchResponse (#1054)ztplz
2018-10-21CI should fail when code isn't formatted.Ryan Dahl
2018-10-21Add the right mac rustfmt binaryRyan Dahl
2018-10-21Add yapf to third_party.Ryan Dahl
2018-10-21third_party: add the right rustfmt.exe binaryBert Belder
2018-10-21Add URLSearchParams (#1049)Kyra
2018-10-20Add Rust hyper http benchmark (#1043)Kevin (Kun) "Kassimo" Qian
* Add go net/http benchmark * Forget about Go. Let's do Rust Hyper * Update BUILD.gn * Rename
2018-10-20v0.1.9Ryan Dahl
- Performance and stability improvements on all platforms. - Add cwd() and chdir() #907 - Specify deno_dir location with env var DENO_DIR #970 - Make fetch() header compliant with the current spec #1019 - Upgrade TypeScript to 3.1.3 - Upgrade V8 to 7.1.302.4
2018-10-20Upgrade V8 to 7.1.302.4Ryan Dahl
2018-10-20Optimization: eager acceptRyan Dahl
2018-10-20Optimization: eager writeRyan Dahl
2018-10-20Optimization: eager readRyan Dahl
TCP sockets should attempt the non-blocking read in the main thread.
2018-10-20Allow partial writes.Ryan Dahl
Do not use tokio_io::io:write_all(). Adds src/tokio_write.rs
2018-10-20Windows: dont use ts-node symlinked pathRyan Dahl
2018-10-20y label fixKevin (Kun) "Kassimo" Qian
2018-10-20feat: show only 20 benchmark data in inde.htmlYoshiya Hinosawa
2018-10-20build: clean up the gn template for rust targets a bitBert Belder
2018-10-20Add rustfmt to third_party.Ryan Dahl
2018-10-20Format.Ryan Dahl
2018-10-20fix some typo in Docs.mdztplz
2018-10-20Exit http_server.py if it's crashedAndy Hayden
2018-10-20build: make rollup generate a depfile for the bundle buildBert Belder
2018-10-19Upgrade cratesRyan Dahl
2018-10-19Upgrade node_modules.Ryan Dahl
2018-10-19Add style to benchmark pageRyan Dahl
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-19Sort ops.Ryan Dahl
2018-10-19Disable warning on linux.Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-19 Make fetch header compliant with the current spec (#1019)ztplz
2018-10-19Fix a typo in http_benchmark.pyJ2P
2018-10-19libdeno: store v8::Persistent in map by value instead of by referenceBert Belder
2018-10-19formatBert Belder
2018-10-18Optimization: Use std::map for tracking zero-copy buffersRyan Dahl
Instead of V8 map.
2018-10-18add test case for metricsBartek Iwańczuk
2018-10-18fix metrics logicBartek Iwańczuk
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-17Add tools/build_test.pyRyan Dahl
2018-10-17Reduce ArrayBuffer allocations in ImportBuf()Ryan Dahl
2018-10-17Only run deno during ./tools/http_benchmark.pyRyan Dahl
2018-10-17Fix a bug that copyFile reports different error codesJinho Bang
This is a workaroud. Once the issue is resolved in Rust side, we should remove it. Fixes #895