Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | runtime.ts refactor into compiler.ts (#564) | Ryan Dahl | |
Adds compiler_test.ts | |||
2018-08-21 | Better error handling in src/handlers.rs | Ryan Dahl | |
Introduces error codes that are shared between JS/RS Fixes #526. | |||
2018-08-19 | add notImplemented and unreachable util functions (#540) | Bartek IwaĆczuk | |
2018-08-17 | chore: format files in tests/ | Yoshiya Hinosawa | |
2018-08-15 | Use typescript strict mode (#505) | Kitson Kelly | |
2018-08-08 | Organize libdeno functions. | Ryan Dahl | |
2018-08-08 | Better error for 'No such asset' | Ryan Dahl | |
2018-08-08 | Generate declarations | Kitson Kelly | |
2018-08-08 | Create ASSETS const in runtime.ts | Kitson Kelly | |
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-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-24 | Change copyrights to be 'Deno authors'. | 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-09 | chore: use local prettier | Yoshiya Hinosawa | |
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 | Import ts file from prototype without change | Ryan Dahl | |
From commit 559453cf6cc88283bcf8fdeccd387458f5c63165 Excluding v8worker.d.ts, main.ts, and deno.d.ts. Updates tslint.json to be original settings. |