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