summaryrefslogtreecommitdiff
path: root/runtime/shared.rs
AgeCommit message (Expand)Author
2024-11-18feat(runtime): remove public OTEL trace API (#26854)Luca Casonato
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-09-06BREAKING(buffer): remove `Deno.Buffer` (#25441)Asher Gomez
2024-09-04chore: remove some dead code around DENO_FUTURE env var (#25418)Bartek Iwańczuk
2024-08-19feat: Deprecate "import assertions" with a warning (#24743)Bartek Iwańczuk
2024-08-02Revert "feat: async context" (#24856)snek
2024-08-02feat: async context (#24402)snek
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-17fix(publish): support import equals (#23421)Luca Casonato
2024-04-14perf: do not clone swc `Program` when transpiling (#23365)David Sherret
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-06fix: Provide source map for internal extension code (#22716)Bartek Iwańczuk
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-04chore: bump deno core (#22243)Matt Mastracci
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk
2024-01-06refactor: split runtime/98_global_scope.js (#21785)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-28refactor(runtime): factor out code between build.rs and worker.rs (#20299)Nayeem Rahman