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
2023-06-13
chore(core): Split modules.rs into multiple files (no code changes) (#19486)
Matt Mastracci
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-05-31
refactor(core): don't pass op state to prepare_module_load() (#19332)
Nayeem Rahman
2023-05-31
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-05-28
refactor(core): Refactor and re-organize code for easier maintenance (#19287)
Matt Mastracci
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-10
chore(core): fix a warning (#19072)
Bartek Iwańczuk
2023-05-09
fix(core): let V8 drive extension ESM loads (#18997)
Luca Casonato
2023-05-06
refactor(core): remove run_in_task helper, use tokio::test macro (#19009)
Bartek Iwańczuk
2023-05-04
fix(core): allow esm extensions not included in snapshot (#18980)
Nayeem Rahman
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-23
fix(core): panic at build time if extension code contains anything other than...
Matt Mastracci
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-18
perf(core): use static specifier in ExtensionFileSource (#18271)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): use static specifier in ExtensionFileSource (#182… (#18...
Bartek Iwańczuk
2023-03-18
perf(core): use static specifier in ExtensionFileSource (#18264)
Divy Srivastava
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-16
refactor(core): op initialization and snapshot creator (#18221)
Bartek Iwańczuk
2023-03-09
perf(core): over-allocate in ModuleMap when running from snapshot (#18083)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): InternalModuleLoader checks if all files were used (#18005)
Bartek Iwańczuk
2023-02-21
refactor(core): More efficient serde for ES modules in snapshot (#17856)
Bartek Iwańczuk
2023-02-20
build: add "include_js_files_for_snapshotting" Cargo feature (#17826)
Bartek Iwańczuk
2023-02-20
refactor(core): definition of "ExtensionFileSource" (#17823)
Bartek Iwańczuk
2023-02-14
feat(core): allow to specify entry point for snapshotted ES modules (#17771)
Bartek Iwańczuk
2023-02-08
refactor: internal runtime code TS support (#17672)
Leo Kettmeir
2023-02-08
fix(core): don't allow to import internal code is snapshot is loaded (#17694)
Bartek Iwańczuk
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-06
refactor: create JsRuntime outside of run_in_task (#17667)
Leo Kettmeir
2023-01-29
refactor(core): derive equality traits for `ResolutionKind` enum (#17578)
Satya Rohith
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-19
refactor: cleanup ModuleMap (#17469)
Leo Kettmeir
2023-01-19
feat: ES module snapshotting (#17460)
Leo Kettmeir
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-28
feat(core): show unresolved promise origin (#16650)
Bartek Iwańczuk
2022-10-15
refactor(core): use isolate get_data/set_data instead of slots (#16286)
Bartek Iwańczuk
2022-09-06
fix(core): Register external references for imports to the SnapshotCreator (#...
Giovanny Gutiérrez
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-25
fix(modules): Immediately resolve follow-up dyn imports to a dyn imported mod...
Andreu Botella
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-05-07
refactor(core): add AssertedModuleType enum (#14501)
Bartek Iwańczuk
2022-05-05
refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)
Bartek Iwańczuk
2022-04-26
refactor(core): Remove ErrWithV8Handle (#14394)
Nayeem Rahman
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
[next]