index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
state.rs
Age
Commit message (
Expand
)
Author
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
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
[next]