summaryrefslogtreecommitdiff
path: root/cli/ops/runtime.rs
AgeCommit message (Expand)Author
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-28refactor: migrate ops to new dispatch wrapper (#7118)Bartek Iwańczuk
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-19Make Rc/Arc wrapper around State/GlobalState visible (#7104)Bert Belder
2020-08-10feat: Stabilize Deno.mainModule (#6993)Nayeem Rahman
2020-07-08feat(unstable): Deno.ppid (#6539)uki00a
2020-06-10feat: Add Deno.mainModule (#6180)John Gardner
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-01BREAKING: remove window.location and self.location (#5034)Bartek Iwańczuk
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-03-02feat: update metrics to track different op types (#4221)Bartek Iwańczuk
2020-02-26rewrite normalize_path (#4143)Bartek Iwańczuk
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-11refactor: Remove atomics from metrics (#3968)Bartek Iwańczuk
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk