summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-20Wrap rust at 80 columns.Ryan Dahl
2018-07-19Make test_resolve_module pass on windowsBert Belder
2018-07-19Link rust_test targets with external linker, fix handlers_test linkageBert Belder
2018-07-19cleanup: Move C extern code to src/binding.rsRyan Dahl
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym
2018-07-18Rename deno_nosnapshot to deno_ns.Ryan Dahl
2018-07-18Better exception output.Ryan Dahl
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl
2018-07-18Minimize snapshot deps by adding deno_base target.Ryan Dahl
2018-07-18Add rust crate log to third_party.Ryan Dahl
2018-07-18Add deno::Basename and deno::BinaryContentAsC utilies.Ryan Dahl
2018-07-18Downgrade typescript to 2.8.3Ryan Dahl
2018-07-18Fix warnings in mock_runtime_test.ccRyan Dahl
2018-07-18Reduce unnecessary build output.Ryan Dahl
2018-07-14update v8 version in readme to match realityMike Reinstein
2018-07-13Run tools/format.pyRyan Dahl
2018-07-13Add :all targetRyan Dahl
2018-07-13gclient sync should be shallowRyan Dahl
2018-07-13Move C++ test main function to its own file.Ryan Dahl
2018-07-13Create .gitattributesKompwu
2018-07-12Add color to rustc output (except windows)Ryan Dahl
2018-07-12Move buffers between V8 and nativeBert Belder
2018-07-12Remove channel argument from Rust message callbackBert Belder
2018-07-12Add nosnapshot executables for faster incremental builds (#359)Faris Amali Alis
2018-07-10Remove -f option from rustfmt. (#356)Ryan Dahl
2018-07-10windows: add .exe extension to executable produced by rust_test templateBert Belder
2018-07-10Add rust url crate. (#355)Ryan Dahl
2018-07-09Move libc build def to //build_extra/rustRyan Dahl
2018-07-09Fix rust depfile problem.Ryan Dahl
2018-07-09chore: use local prettierYoshiya Hinosawa
2018-07-09Regenerate msg_generated.tsBert Belder
2018-07-08Add 'command id' field to messagesBert Belder
2018-07-08tools: fix windowsBert Belder
2018-07-08Clean up tools/Ryan Dahl
2018-07-08tools: generate third_party dir and symlinks from the script. (#346)Yoshiya Hinosawa
2018-07-08Rewrite tools/lint.sh in python (#343)Hao Li
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
2018-07-07Merge flatbuffer.gni and ts_flatbuffer.gniRyan Dahl
2018-07-07Fix command in READMERyan Dahl
2018-07-07Add rust_test to gn build, with working example.Ryan Dahl
2018-07-06Remove channel parameter from deno_send/recv.Ryan Dahl
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
2018-07-06Run tools/format.shRyan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl
2018-07-06Better c++ error handlingRyan Dahl
2018-07-06Improve READMERyan Dahl
2018-07-06s/rust_deps/extern/gRyan Dahl
2018-07-06Further gn/rust cleanupsRyan Dahl
2018-07-06Rename deno.cc to binding.cc and other renames (#339)Faris Amali Alis
2018-07-06chore: add symlink //third_party/yarn.lockYoshiya Hinosawa