Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-06 | error on warnings (#3612) | Ry Dahl | |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-12-01 | fix realpath behavior in windows (#3425) | 木杉 | |
2019-11-26 | Add Deno.realpath (#3404) | Kevin (Kun) "Kassimo" Qian | |
2019-10-11 | Add init methods for each op module (#3087) | Ryan Dahl | |
2019-08-26 | port fs ops to JSON (#2812) | Bartek Iwańczuk | |
2019-08-22 | introduce JSON serialization for ops (#2799) | Ryan Dahl | |
Converts env(), exit(), execPath(), utime() and utimeSync() to use JSON instead of flatbuffers. | |||
2019-08-21 | Organize dispatch a bit (#2796) | Ryan Dahl | |
Just some clean up reorganization around flatbuffer/minimal dispatch code. This is prep for adding a JSON dispatcher. | |||
2019-08-14 | split up ops.rs (#2753) | Bartek Iwańczuk | |
Note cli/dispatch_minimal.rs ops are not yet included in cli/ops. This is part of work towards #2730 |