Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | Rationalise startup for compiler/main (#1737) | Kitson Kelly | |
2019-02-08 | Adds deno.noColor (#1716) | Ryan Dahl | |
2019-02-02 | Add isTTY function (#1622) | Dmitry Sharshakov | |
2019-02-02 | Compiler cleanups and minor improvements (#1656) | Kitson Kelly | |
2019-01-28 | Split out compiler snapshot (#1566) | Kitson Kelly | |
Speeds up startup time, reduces runtime heap size. | |||
2019-01-23 | fix: set env,key for string and value for string (#1567) | jingweicai | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-06 | Add deno.pid (#1464) | Ryan Dahl | |
2019-01-03 | Revert "use byte array instead of string for code fetch (#1307)" (#1455) | Ryan Dahl | |
This reverts commit e976b3e0414dc768624b77e431ee7f55b03b76a4. There is nothing technically wrong with this commit, but it's adding complexity to a big refactor (native ES modules #975). Since it's not necessary and simply a philosophical preference, I will revert for now and try to bring it back later. | |||
2018-12-12 | use byte array instead of string for code fetch (#1307) | F001 | |
2018-12-11 | Minor rename for CodeFetch parameters | Ryan Dahl | |
This bring it inline with terminology used in V8 See ResolveCallback in v8.h | |||
2018-11-02 | Rename EnvPair to KeyValue. | Ryan Dahl | |
2018-10-29 | Separate source map from output code. | Kitson Kelly | |
2018-10-23 | Enforce media types | Kitson Kelly | |
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-14 | Align JSDoc to style guide. | Kitson Kelly | |
2018-10-07 | Updates to js to clean up default library | Kitson Kelly | |
2018-10-04 | Rename fbs to msg. | Ryan Dahl | |
2018-10-04 | Rename flatbuffer base.msg to base.inner | Ryan Dahl | |
This better disambiguates with the msg_generated.ts module, which in JS we call "fbs", but would be better called "msg". | |||
2018-09-12 | feat: add deno.makeTempDir | Yoshiya Hinosawa | |
2018-09-12 | Implement deno.rename() (#731) | Mani Maghsoudlou | |
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 | |