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
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
2019-10-23
core: Add ResourceTable (#3150)
Bartek Iwańczuk
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-30
core: return useful error when import path has no prefix like ./
Bert Belder
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-05-09
core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324)
Bartek Iwańczuk
2019-05-01
Refactor zero-copy buffers for performance and to prevent memory leaks
Bert Belder
2019-04-02
Add deno_core::RecursiveLoad for async module loading (#2034)
Ryan Dahl
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-03-15
core: Behavior shouldn't be generic
Ryan Dahl
2019-03-11
core: Abstract out Behavior from Isolate (#1904)
Ryan Dahl
2019-02-28
Use deno_core::JSError in deno (#1855)
Ryan Dahl
2019-02-26
deno_core (#1827)
Ryan Dahl