Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-11 | Implement deno.stat() and deno.lstat() | Sajjad Hashemian | |
2018-09-11 | Move writeFileSync to write_file.ts, add writeFile and tests (#728) | Kevin (Kun) "Kassimo" Qian | |
2018-09-10 | Implement deno.mkdir() | Sajjad Hashemian | |
2018-09-10 | Implement deno.readFile() | Ryan Dahl | |
As an example of how to implement ops that have both sync and async versions. | |||
2018-09-10 | fbs_util.ts -> dispatch.ts | Ryan Dahl | |
And send() -> sendSync() | |||
2018-09-09 | Remove namespace from src/msg.fbs | Ryan Dahl | |
2018-09-09 | Add better assert message for CodeFetchRes | Ryan Dahl | |
2018-09-07 | Add and edit comments | J2P | |
2018-09-04 | lStat -> lstat | Ryan Dahl | |
2018-09-04 | Implement renameSync | Mani Maghsoudlou | |
2018-09-03 | Implement mkdirSync | Sajjad Hashemian | |
2018-09-01 | Minor code refactoring | ShinDarth | |
2018-09-01 | Bundle most types into globals.d.ts (#642) | Kitson Kelly | |
2018-08-31 | Document lStatSync & statSync and correct FileInfo. | Aaron Power | |
2018-08-31 | Implemented deno.env and refactored flags.rs | Aaron Power | |
2018-08-31 | Refactor libdeno.send() code to reduce boilerplate. | Ryan Dahl | |
Also removes assignCmdId as it's currently unused. | |||
2018-08-30 | format | Ryan Dahl | |
2018-08-30 | Implemented statSync and lStatSync | Aaron Power | |
2018-08-29 | Implement makeTempDirSync() | Bert Belder | |
2018-08-25 | Prevent circular imports in ts code (#576) | Francesco Borzì | |
2018-08-22 | Implement writeFileSync | Ryan Dahl | |
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
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-15 | Use typescript strict mode (#505) | Kitson Kelly | |
2018-08-09 | Add readFileSync | Ryan Dahl | |
2018-08-08 | Organize libdeno functions. | Ryan Dahl | |
2018-08-03 | Implement os.exit | Ryan Dahl | |
2018-07-29 | Implement CodeCache | Ryan Dahl | |
2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |
2018-07-24 | Change copyrights to be 'Deno authors'. | 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. |