| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-02 | Source map support (#429) | Ryan Dahl | |
| This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M | |||
| 2018-08-02 | Fix snapshot build dependencies. | Ryan Dahl | |
| 2018-08-02 | Remove dispatch.ts and move assignCmdId to util.ts | Ryan Dahl | |
| 2018-08-01 | Optimize compile time by using asm. | Ryan Dahl | |
| Switches to using asm incbin to embed the V8 snapshot instead of outputing C code and then compiling it. Compile time for from_snapshot.o goes from 44s to 1s. | |||
| 2018-07-31 | Upgrade TypeScript (3.0.1) | Kitson Kelly | |
| Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts) | |||
| 2018-07-29 | Add winapi crate, make 'rand' and 'tempfile' work | Bert Belder | |
| 2018-07-29 | Add sha1 and tempfile crates. | Ryan Dahl | |
| 2018-07-29 | Add from_c() to get a Deno object from ptr. | Ryan Dahl | |
| This is a utility function for CodeCache and other handlers. | |||
| 2018-07-26 | Run tools/format.py | Ryan Dahl | |
| 2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |
| 2018-07-24 | Remove handlers crate target. | Ryan Dahl | |
| - Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler. | |||
| 2018-07-24 | Change copyrights to be 'Deno authors'. | Ryan Dahl | |
| 2018-07-22 | Replace packer with rollup | Kitson Kelly | |
| 2018-07-19 | Link rust_test targets with external linker, fix handlers_test linkage | Bert Belder | |
| 2018-07-18 | Rename deno_nosnapshot to deno_ns. | Ryan Dahl | |
| 2018-07-18 | Better exception output. | Ryan Dahl | |
| 2018-07-18 | Execute JS for the first time in Rust rewrite. | Ryan Dahl | |
| Implements code_fetch handler in Rust. Add ability to embed string assets (for typescript declaration files) Remove deno_cc and deno_cc_nosnapshot targets. | |||
| 2018-07-18 | Minimize snapshot deps by adding deno_base target. | Ryan Dahl | |
| Also adds main.map to bundle outputs in GN. | |||
| 2018-07-18 | Add rust crate log to third_party. | Ryan Dahl | |
| 2018-07-18 | Reduce unnecessary build output. | Ryan Dahl | |
| 2018-07-13 | Run tools/format.py | Ryan Dahl | |
| 2018-07-13 | Add :all target | Ryan Dahl | |
| 2018-07-13 | Move C++ test main function to its own file. | Ryan Dahl | |
| 2018-07-12 | Move buffers between V8 and native | Bert Belder | |
| * send()/recv() now operate on TypedArrays rather than ArrayBuffers. * Remove a copy (through ArrayBuffer.slice()) from the send path. * Remove a copy (through v8::ArrayBuffer::New()) from the return path. * After moving a buffer from JS to native, the ArrayBuffer object and it's views are made inaccessible ('neutered'). * `struct deno_buf` now holds two [ptr, length] tuples, one for the actual memory allocation, and one for the logical data contained therein. This is necessary because flatbuffers fills it's buffer bottom-up, so the serialized blob doesn't start at beginning of the buffer, but somewhere in the middle. | |||
| 2018-07-12 | Add nosnapshot executables for faster incremental builds (#359) | Faris Amali Alis | |
| Fixes #311. | |||
| 2018-07-10 | Add rust url crate. (#355) | Ryan Dahl | |
| 2018-07-09 | Move libc build def to //build_extra/rust | Ryan Dahl | |
| This is preperation for adding many more third_party crates. | |||
| 2018-07-08 | Clean up tools/ | Ryan Dahl | |
| - Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis. | |||
| 2018-07-07 | Move flatbuffers gn files to //build_extra/flatbuffers | Ryan Dahl | |
| Fixes #342. | |||
| 2018-07-07 | Merge flatbuffer.gni and ts_flatbuffer.gni | Ryan Dahl | |
| 2018-07-07 | Add rust_test to gn build, with working example. | Ryan Dahl | |
| 2018-07-06 | Use C++ to do flatbuffer parsing. | Ryan Dahl | |
| - Port protobuf messages to flatbuffers. - Demo linking to rust from C++ executable. - Start using the prototype TS libraries. | |||
| 2018-07-06 | Run tools/format.sh | Ryan Dahl | |
| 2018-07-06 | s/rust_deps/extern/g | Ryan Dahl | |
| 2018-07-06 | Further gn/rust cleanups | Ryan Dahl | |
| Move rust.gni and deno.gni into build_extra/ Removes rust_library which was only an action. This instead defines rust_component, which is an action plus a gn "component" target to expose the resulting object file. This simplifies link code in rust.gni. Support rust modules that can be linked into C++. | |||
| 2018-07-06 | Rename deno.cc to binding.cc and other renames (#339) | Faris Amali Alis | |
| Fixes #336 | |||
| 2018-07-06 | chore: reorganize symlinks | Yoshiya Hinosawa | |
| resolves #332 | |||
| 2018-07-05 | Rename mock_main to deno_cc | Ryan Dahl | |
| 2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
| 2018-07-04 | Separate deno.gni and rust.gni and clean up. | Ryan Dahl | |
| Put rust depfile in target_out_dir because the depfile isn't in the outputs, the gen directory doesn't get created. Prefix rlib files with lib. | |||
| 2018-07-03 | move v8 to third_party/v8 (#322) | Yoshiya Hinosawa | |
| 2018-07-01 | chore: move //src/js to //js | Yoshiya Hinosawa | |
| refs: #285 | |||
| 2018-07-01 | reorg: Move GN files to root (#309) | Yoshiya Hinosawa | |
| refs: #285 | |||
