Age | Commit message (Expand) | Author |
2020-10-13 | refactor(cli): rename GlobalState to ProgramState (#7914) | Bartek Iwańczuk |
2020-10-02 | fix(cli/repl): use a default referrer when empty (#7794) | Casper Beyer |
2020-09-21 | refactor: use futures and serde_json from deno_core (#7614) | Bartek Iwańczuk |
2020-09-20 | refactor: remove CliState, use OpState, add CliModuleLoader (#7588) | Bartek Iwańczuk |
2020-09-18 | refactor: move fields from CliState to OpState (#7558) | Bartek Iwańczuk |
2020-09-18 | refactor: deno_fetch op crate (#7524) | Bartek Iwańczuk |
2020-09-16 | Re-export deno_core::url (#7525) | Ryan Dahl |
2020-09-15 | Remove http_client from CliState, store in OpState directly (#7497) | Ryan Dahl |
2020-09-14 | Rename deno::state::State to deno::state::CliState (#7480) | Ryan Dahl |
2020-09-15 | refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) | Bert Belder |
2020-09-12 | Revert "feat(unstable): Support data: urls (#5157)" (#7432) | Bartek Iwańczuk |
2020-09-11 | feat(unstable): Support data: urls (#5157) | Valentin Anger |
2020-09-10 | Use gotham-like state for ops (#7385) | Ryan Dahl |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder |
2020-08-28 | refactor: migrate ops to new dispatch wrapper (#7118) | Bartek Iwańczuk |
2020-08-26 | Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195) | Bert Belder |
2020-08-26 | refactor: remove OpError, use ErrBox everywhere (#7187) | Bert Belder |
2020-08-19 | Make Rc/Arc wrapper around State/GlobalState visible (#7104) | Bert Belder |
2020-08-18 | refactor: permissions (#7074) | Nayeem Rahman |
2020-08-18 | Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095) | Bert Belder |
2020-08-12 | Undo JsonOpDispatcher and OpDispatcher traits (#7023) | Ryan Dahl |
2020-07-18 | Share reqwest client between fetch calls (#6792) | Luca Casonato |
2020-07-14 | refactor: new trait JsonOpDispatcher (#6742) | Gurwinder Singh |
2020-07-13 | refactor: Make OpDispatcher a trait (#6736) | Gurwinder Singh |
2020-07-08 | BREAKING(core): Remove control slice from ops (#6048) | Valentin Anger |
2020-06-30 | refactor: Improvements to TsCompiler and its tests (#6576) | Kitson Kelly |
2020-06-01 | feat(core): Ops can take several zero copy buffers (#4788) | Valentin Anger |
2020-05-29 | refactor: Split isolate and state using safe get_slot() (#5929) | Ryan Dahl |
2020-05-29 | fix(cli/permissions): Fix CWD and exec path leaks (#5642) | Nayeem Rahman |
2020-05-29 | refactor: TS compiler and module graph (#5817) | Bartek Iwańczuk |
2020-05-25 | fix: BorrowMutError when evaluating expression in inspector console (#5822) | Bert Belder |
2020-05-21 | fix: --inspect flag working like --inspect-brk (#5697) | Bartek Iwańczuk |
2020-05-21 | fix: disallow http imports for modules loaded over https (#5680) | Bartek Iwańczuk |
2020-05-18 | refactor: rewrite TS dependency analysis in Rust (#5029) | Bartek Iwańczuk |
2020-05-13 | Make --inspect-brk pause on the first line of _user_ code (#5250) | Bert Belder |
2020-05-11 | refactor: check permissions in SourceFileFetcher (#5011) | Bartek Iwańczuk |
2020-05-08 | refactor: Remove cli::compilers module (#5138) | Bartek Iwańczuk |
2020-05-07 | fix(imports): fix panic on unsupported scheme (#5131) | Bartek Iwańczuk |
2020-05-04 | Rename DenoPermissions, add abs path asserts (#5076) | Ryan Dahl |
2020-05-02 | BREAKING: disallow static import of local modules from remote modules (#5050) | Bartek Iwańczuk |
2020-04-30 | refactor(core): add "prepare_load" hook to ModuleLoader trait (#4866) | Bartek Iwańczuk |
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 |