Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-10-27 | chore: update to rusty_v8 0.33.0 (#12564) | Luca Casonato | |
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder | |
2020-01-05 | Replace libdeno with rusty_v8 (#3556) | Ry Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-07-31 | Use system rustfmt instead of fixed binary (#2701) | Ryan Dahl | |
2019-04-21 | Refactor CLI entry point (#2157) | Bartek IwaĆczuk | |
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" | |||
2019-03-11 | core: Abstract out Behavior from Isolate (#1904) | Ryan Dahl | |
Move v8_set_flags and v8_version to core. (The idea is that src/ should not depend on libdeno.rs anymore. This is a step towards that.) |