summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
AgeCommit message (Expand)Author
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-05-02cleanup(runtime): re-export deno_timers like all other deno crates (#10464)Aaron O'Mullan
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-18fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)Aaron O'Mullan
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk