Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-25 | Rename CLI flags to subcommands (#2212) | Bartek Iwańczuk | |
2019-04-25 | Rename deno prefetch to deno fetch (#2210) | Bartek Iwańczuk | |
2019-04-21 | Refactor CLI entry point (#2157) | Bartek Iwańczuk | |
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" | |||
2019-04-17 | Fix clippy warnings | Bert Belder | |
2019-04-13 | Add deno eval subcommand (#2102) | Bartek Iwańczuk | |
2019-04-11 | fix --v8-options (#2093) | Bartek Iwańczuk | |
2019-04-09 | Silence clippy warnings and format source code | Bert Belder | |
2019-04-08 | Allow high precision performance.now() (#1977) | Vincent LE GOFF | |
2019-04-07 | Flags clean up: DenoFlags::from (#2068) | Bartek Iwańczuk | |
2019-04-07 | Refactor CLI flag parsing (#2025) | Bartek Iwańczuk | |
2019-03-30 | Rename crate deno_core to deno (#2022) | Ryan Dahl | |
2019-03-28 | Merge the --recompile and --reload flags (#2003) | Ryan Dahl | |
2019-03-19 | Rename //src/ to //cli/ (#1962) | Ryan Dahl | |
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally. |