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
/
core
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-01
chore: make all tests annotated with `#[cfg(test)]` (#9347)
Yusuke Tanaka
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-14
Revert "build: Factor out common code into core/build_util.rs (#8756)" (#8763)
Bartek Iwańczuk
2020-12-14
build: Factor out common code into core/build_util.rs (#8756)
Ryan Dahl
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-12-09
core: add plumbing for canceling ops when closing a resource (#8661)
Bert Belder
2020-12-01
fix(compile): disable source mapping of errors (#8581)
Bartek Iwańczuk
2020-11-27
feat(core): Add FsModuleLoader that supports loading from filesystem (#8523)
Yusuke Tanaka
2020-11-25
core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)
Bert Belder
2020-10-17
refactor(core): more control over isolate creation (#8000)
Ben Noordhuis
2020-10-09
Implement Serialize for ModuleSpecifier (#7900)
Ryan Dahl
2020-09-22
Actually remove js_check (#7636)
Ryan Dahl
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-14
Make JsRuntimeState private (#7484)
Ryan Dahl
2020-09-14
refactor: Remove dependency on downcast_rs. (#7475)
Scott Olson
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-11
refactor(core): JsRuntime initialization (#7415)
Bartek Iwańczuk
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-07
feat(info): Dependency count and sizes (#6786)
KrisChambers
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
refactor(core): merge CoreIsolate and EsIsolate (#7370)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-01
Remove unused crate_modules feature (#7311)
Ryan Dahl
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-20
First pass at json ops in core (#7033)
Ryan Dahl
2020-08-18
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Bert Belder
2020-08-14
Add missing export of HeapLimits (#7047)
Moritz Gunz
2020-08-12
unify path normalization utility (#6865)
Divy Srivastava
2020-08-12
Undo JsonOpDispatcher and OpDispatcher traits (#7023)
Ryan Dahl
2020-07-13
refactor: Make OpDispatcher a trait (#6736)
Gurwinder Singh
2020-07-08
feat(cli): json option for "deno info" (#6372)
Emmanuel
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-05-28
tidy up deno_core modules (#5923)
Ryan Dahl
2020-05-11
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Bert Belder
2020-04-20
Remove core/plugin.rs (#4824)
Ryan Dahl
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-02-01
feat: support crate imports in deno_typescript (#3814)
Andy Finch
2020-01-07
core: factor out EsIsolate from Isolate (#3613)
Bartek Iwańczuk
2020-01-06
refactor: remove core/libdeno.rs (#3611)
Bartek Iwańczuk
2020-01-06
error on warnings (#3612)
Ry Dahl
2020-01-06
merge libdeno::DenoIsolate into core::Isolate (#3605)
Bartek Iwańczuk
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
[next]