Ryan Dahl
|
21c4b8a42d
|
Use 2 space indent.
Apologies for the churn, but my screen is small. rustfmt assumes big
monitors.
|
2018-07-20 03:46:26 -04:00 |
|
Ryan Dahl
|
a7bf154cb8
|
Wrap rust at 80 columns.
|
2018-07-20 03:46:26 -04:00 |
|
Bert Belder
|
c67d98eb7f
|
Make test_resolve_module pass on windows
|
2018-07-19 21:55:43 +02:00 |
|
Ryan Dahl
|
ae393879a7
|
cleanup: Move C extern code to src/binding.rs
|
2018-07-19 08:29:26 -04:00 |
|
Ryan Dahl
|
b892188878
|
Better exception output.
|
2018-07-18 15:43:50 -04:00 |
|
Ryan Dahl
|
3e51605bc9
|
Execute JS for the first time in Rust rewrite.
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 15:43:50 -04:00 |
|
Ryan Dahl
|
c4f2097c7b
|
Run tools/format.py
|
2018-07-13 14:38:50 -04:00 |
|
Ryan Dahl
|
d160de7f44
|
Add rust url crate. (#355)
|
2018-07-10 14:56:12 -04:00 |
|
Bert Belder
|
8a17db8266
|
Add 'command id' field to messages
This allows for correlating response messages to the command message that
caused them.
|
2018-07-08 21:01:24 +02:00 |
|
Ryan Dahl
|
6bff970d69
|
Add rust_test to gn build, with working example.
|
2018-07-07 17:24:46 -04:00 |
|
Ryan Dahl
|
9778eceaf5
|
Use C++ to do flatbuffer parsing.
- Port protobuf messages to flatbuffers.
- Demo linking to rust from C++ executable.
- Start using the prototype TS libraries.
|
2018-07-06 17:33:06 -04:00 |
|