index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BUILD.gn
Age
Commit message (
Expand
)
Author
2018-08-20
First pass at fetch()
Ryan Dahl
2018-08-20
Add hyper dependencies
Thomas Ghysels
2018-08-19
chore: move libdeno files to //libdeno/
Yoshiya Hinosawa
2018-08-18
Rename :all target to :default
Ryan Dahl
2018-08-16
Remove dead code: src/flatbuffer_builder.cc
Ryan Dahl
2018-08-16
Implement deno_handle_msg_from_js in Rust
Ryan Dahl
2018-08-13
fix: change :test_cc to v8_executable
Yoshiya Hinosawa
2018-08-13
Fix transitive rust deps.
Ryan Dahl
2018-08-11
Rename mock_runtime_test to libdeno_test
Ryan Dahl
2018-08-10
Fix stacktraces in deno_ns
Kitson Kelly
2018-08-09
Add TextEncoder/TextDecoder support.
Ryan Dahl
2018-08-09
First pass at setTimeout with Tokio (#434)
Ryan Dahl
2018-08-08
Use sourcemapFile to reroot sourcemap sources
Kitson Kelly
2018-08-09
Fix test_cc build dependencies
Bert Belder
2018-08-09
Make 'tokio' build on windows, add windows deps
Bert Belder
2018-08-09
Add 'tokio' and dependencies
Robby Madruga
2018-08-08
Generate declarations
Kitson Kelly
2018-08-08
Rename lib.deno.d.ts to lib.globals.d.ts
Kitson Kelly
2018-08-02
Source map support (#429)
Ryan Dahl
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
2018-07-31
Upgrade TypeScript (3.0.1)
Kitson Kelly
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
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
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
2018-07-18
Minimize snapshot deps by adding deno_base target.
Ryan Dahl
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
2018-07-12
Add nosnapshot executables for faster incremental builds (#359)
Faris Amali Alis
2018-07-10
Add rust url crate. (#355)
Ryan Dahl
2018-07-09
Move libc build def to //build_extra/rust
Ryan Dahl
2018-07-08
Clean up tools/
Ryan Dahl
2018-07-07
Move flatbuffers gn files to //build_extra/flatbuffers
Ryan Dahl
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
[next]