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
/
runtime
/
build.rs
Age
Commit message (
Expand
)
Author
2023-10-09
refactor: remove TimersPermissions::check_unstable (#20831)
Bartek Iwańczuk
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-08-28
refactor(runtime): factor out code between build.rs and worker.rs (#20299)
Nayeem Rahman
2023-08-06
build: allow disabling snapshots for dev (#20048)
Nayeem Rahman
2023-08-05
refactor: remove snapshot_module_load_cb (#20043)
Nayeem Rahman
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-07-31
feat(node/os): implement getPriority, setPriority & userInfo (#19370)
Leo Kettmeir
2023-07-31
refactor: update core extension api usage (#19952)
Nayeem Rahman
2023-07-23
chore: update deno_core to 0.196.0 (#19897)
Bartek Iwańczuk
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-07-02
Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)
Nayeem Rahman
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
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
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-05-27
refactor(node/http): don't use readablestream for writing to request (#19282)
Leo Kettmeir
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-10
refactor(core): http_next generic over request extractor (#19071)
Matt Mastracci
2023-05-09
fix(core): let V8 drive extension ESM loads (#18997)
Luca Casonato
2023-05-05
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
David Sherret
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-05-04
refactor(ext/node): remove NodeEnv trait (#18986)
Luca Casonato
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-12
refactor(ext/fs): abstract FS via FileSystem trait (#18599)
Luca Casonato
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-03-30
refactor(ext/node): add NodeEnv::Fs associated type (#18484)
Bartek Iwańczuk
2023-03-28
refactor(ext/node): change extension type parameter (#18483)
Bartek Iwańczuk
2023-03-23
fix(core): panic at build time if extension code contains anything other than...
Matt Mastracci
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-20
refactor(ext/node): untangle dependencies between js files (#18284)
Bartek Iwańczuk
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
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-17
perf: disable runtime snapshot compression (#18239)
Bartek Iwańczuk
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-16
refactor: reorder op initialization (#18228)
Bartek Iwańczuk
2023-03-10
chore: forward v1.31.2 release commit to main (#18114)
denobot
2023-03-09
refactor(core): remove RuntimeOptions::extensions_with_js (#18099)
Bartek Iwańczuk
2023-03-09
fix: Split extension registration and snapshotting (#18098)
Bartek Iwańczuk
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-08
Revert "perf: disable snapshot compression (#18061)" (#18074)
Bartek Iwańczuk
2023-03-08
refactor(runtime): conditionally register Extension with source files (#18068)
Bartek Iwańczuk
[next]