Age | Commit message (Expand) | Author |
2020-04-28 | Make import maps unstable (#4934) | Luca Casonato |
2020-04-25 | introduce unstable flag, make a few things unstable (#4892) | Ryan Dahl |
2020-04-23 | Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) | Ryan Dahl |
2020-04-21 | Move resource_table from deno::State to deno_core::Isolate (#4834) | Ryan Dahl |
2020-04-19 | Modify op dispatcher to include &mut Isolate argument (#4821) | Ryan Dahl |
2020-04-18 | Fix Op definitions (#4814) | Ryan Dahl |
2020-04-15 | Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca... | Ryan Dahl |
2020-04-10 | implement Worker.terminate() and self.close() (#4684) | Bartek Iwańczuk |
2020-04-03 | clippy (#4618) | Kitson Kelly |
2020-04-03 | Make inspector more robust, add --inspect-brk support (#4552) | Bert Belder |
2020-03-02 | feat: update metrics to track different op types (#4221) | Bartek Iwańczuk |
2020-03-02 | refactor: rename structures related to Modules (#4217) | Bartek Iwańczuk |
2020-02-25 | Clean up how we use opIds (#4118) | Ryan Dahl |
2020-02-23 | refactor: use OpError instead of ErrBox for errors in ops (#4058) | Bartek Iwańczuk |
2020-02-18 | refactor: remove run_worker_loop (#4028) | Bartek Iwańczuk |
2020-02-11 | refactor: Remove atomics from metrics (#3968) | Bartek Iwańczuk |
2020-02-11 | workers: basic event loop (#3828) | Bartek Iwańczuk |
2020-02-08 | refactor: rename ThreadSafeState, use RefCell for mutable state (#3931) | Bartek Iwańczuk |
2020-02-06 | Rename ThreadSafeGlobalState to GlobalState (#3907) | Ryan Dahl |
2020-02-05 | Move create_channels into worker constructor (#3889) | Ryan Dahl |
2020-02-04 | refactor: CLI subcommands and argv (#3886) | Bartek Iwańczuk |
2020-02-03 | refactor: Use Tokio's single-threaded runtime (#3844) | Ryan Dahl |
2020-01-29 | workers: proper TS libs, more spec-compliant APIs (#3812) | Bartek Iwańczuk |
2020-01-25 | refactor: Modules and Loader trait (#3791) | Bartek Iwańczuk |
2020-01-24 | s/PinnedBuf/ZeroCopyBuf (#3782) | Ryan Dahl |
2020-01-21 | feat: add AsyncUnref ops (#3721) | Yoshiya Hinosawa |
2020-01-21 | refactor: split cli::Worker (#3735) | Bartek Iwańczuk |
2020-01-21 | refactor: split worker and worker host logic (#3722) | Bartek Iwańczuk |
2020-01-20 | refactor: Improve path handling in permission checks (#3714) | Nayeem Rahman |
2020-01-17 | workers: minimal error handling and async module loading (#3665) | Bartek Iwańczuk |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl |
2020-01-04 | Use async at places, use &self instead of self: &Self (#3594) | Gurwinder Singh |
2020-01-02 | Happy new year! (#3578) | Ry Dahl |
2019-12-23 | Upgrades rust to 1.40.0 (#3542) | Axetroy |
2019-12-05 | feat: first pass at native plugins (#3372) | Andy Finch |
2019-11-25 | better error message for missing module (#3402) | Bartek Iwańczuk |
2019-11-24 | refactor: Elevate DenoPermissions lock to top level (#3398) | Kevin (Kun) "Kassimo" Qian |
2019-11-16 | Use futures 0.3 API (#3358) | Bartek Iwańczuk |
2019-11-14 | refactor: per-worker resource table, take 2 (#3342) | Bartek Iwańczuk |
2019-11-13 | Revert "refactor: per-worker resource table (#3306)" | Ryan Dahl |
2019-11-13 | refactor: per-worker resource table (#3306) | Bartek Iwańczuk |
2019-11-09 | refactor: worker is no longer a resource (#3290) | Bartek Iwańczuk |
2019-11-06 | Remove CoreResource::inspect_repr method (#3274) | Ry Dahl |
2019-11-04 | Refactor Worker and ThreadSafeState (#3242) | Bartek Iwańczuk |
2019-11-03 | feat: lockfiles (#3231) | Ry Dahl |
2019-10-23 | refactor DenoPermissions.check_net & resolve_addr (#3182) | EnokMan |
2019-10-17 | feat: --reload flag to take arg for partial reload (#3109) | Michał Sabiniarz |
2019-10-11 | Add init methods for each op module (#3087) | Ryan Dahl |
2019-10-03 | Update rust to 1.38.0 (#3030) | Andy Hayden |
2019-10-02 | feat: JSX Support (#3038) | Yusuke Sakurai |