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
/
modules.rs
Age
Commit message (
Expand
)
Author
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-07-28
chore: use matches macro for bool matches (#6904)
Kitson Kelly
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-04-30
refactor(core): add "prepare_load" hook to ModuleLoader trait (#4866)
Bartek Iwańczuk
2020-04-26
core: add id field to RecursiveModuleLoad (#4905)
Bartek Iwańczuk
2020-03-02
refactor: rename structures related to Modules (#4217)
Bartek Iwańczuk
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-02-15
refactor: replace Arc<Box<..>> with Rc<..> (#3996)
Bartek Iwańczuk
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
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-25
refactor: Modules and Loader trait (#3791)
Bartek Iwańczuk
2020-01-08
refactor: module loading in EsIsolate (#3615)
Bartek Iwańczuk
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
merge libdeno::DenoIsolate into core::Isolate (#3605)
Bartek Iwańczuk
2020-01-02
Add missing year ranges to copyright notices (#3582)
Waldir Pimenta
2020-01-02
fix typos (#3573)
EnokMan
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-08
fix isolate tests (#3459)
Bartek Iwańczuk
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-10-23
refactor DenoPermissions.check_net & resolve_addr (#3182)
EnokMan
2019-10-19
feat: Allow "deno eval" to run code as module (#3148)
Kevin (Kun) "Kassimo" Qian
2019-08-13
Dynamic import should respect permissions (#2764)
Ryan Dahl
2019-08-09
Dynamic import (#2516)
Bert Belder
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-08
core: clearly define when module lookup is path-based vs URL-based
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-18
Add dyn to be rust nightly compatible (#2538)
Kitson Kelly
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk
2019-06-05
RecursiveLoad shouldn't own the Isolate (#2453)
Ryan Dahl
2019-05-09
core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324)
Bartek Iwańczuk
2019-05-03
core,cli: fix clippy warnings
Bert Belder
2019-04-27
core: add Deps::to_json() (#2223)
Greg Altman
2019-04-23
core: make Isolate concrete, remove Dispatch trait (#2183)
Ryan Dahl
2019-04-19
core: test Modules::deps and handle error cases better (#2141)
Ryan Dahl
2019-04-19
Improve test slow_never_ready_modules (#2145)
Ryan Dahl
2019-04-18
Fix redirects under async load (#2133)
Kevin (Kun) "Kassimo" Qian
2019-04-17
Fix clippy warnings
Bert Belder
[next]