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
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr
2022-08-09
feat: add ext/node for require support (#15362)
Bartek Iwańczuk
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-11-28
chore: re-export `deno_core` from `deno_runtime` (#12923)
DjDeveloper
2021-11-28
feat(runtime): add op_set_exit_code (#12911)
Ben Noordhuis
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-07-12
refactor: deno_http op crate (#11335)
Luca Casonato
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-23
feat(extensions): add BroadcastChannel
Ben Noordhuis
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-05-02
cleanup(runtime): re-export deno_timers like all other deno crates (#10464)
Aaron O'Mullan
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-06
refactor: add deno_file op crate (#10019)
Luca Casonato
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-18
fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)
Aaron O'Mullan
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-03-12
chore: split web op crate (#9635)
Luca Casonato
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-06
refactor: move WebSocket API to an op_crate (#9026)
Luca Casonato
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk