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-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-05
fix(doc): fix rustdoc bare_urls warning (#11921)
Feng Yu
2021-08-31
feat(core): facilitate op-disabling middleware (#11858)
Aaron O'Mullan
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-06-28
chore: release deno_core (#11164)
Bartek Iwańczuk
2021-06-26
fix(fetch): encode and decode headers as byte strings (#11070)
Andreu Botella
2021-06-26
feat(core): Re-export serde_v8 (#11125)
Nick Randall
2021-06-25
fix(runtime/signal): use op_async_unref for op_signal_poll (#11097)
Yoshiya Hinosawa
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-19
refactor(core): move ModuleMap to separate RefCell (#10656)
Bartek Iwańczuk
2021-05-07
fix: align plugin api with Extension (#10427)
Elias Sjögreen
2021-05-02
refactor(core): convert core.print() to a builtin op (#10436)
Aaron O'Mullan
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-30
feat(serde_v8): ZeroCopyBuf (#10432)
Aaron O'Mullan
2021-04-28
core: introduce extensions (#9800)
Aaron O'Mullan
2021-04-25
refactor(core): move builtin ops to their own file (#10336)
Aaron O'Mullan
2021-04-19
refactor(core): move SerializablePkg to serde_v8 (#10231)
Aaron O'Mullan
2021-04-12
perf(core/ops): avoid allocs when returning primitives (#10149)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-04
perf(serde_v8): introduce Serializable boxable object (#9983)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon
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
[next]