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
/
ext
/
web
/
message_port.rs
Age
Commit message (
Expand
)
Author
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek IwaĆczuk
2023-09-11
chore: update inner #\![allow] to #[allow] (#20463)
Matt Mastracci
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-07-11
chore(web, worker): Use `DetachedBuffer` for `postMessage` ops (#15133)
Andreu Botella
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl