summaryrefslogtreecommitdiff
path: root/ext/webstorage/lib.rs
AgeCommit message (Expand)Author
2024-10-14refactor(ext/webstorage): use concrete error types (#26173)Leo Kettmeir
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-09-12refactor: rewrite ext/io, ext/webstorage ops to op2 (#20461)Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-09refactor: Split extension registration for runtime and snapshotting (#18095)Bartek Iwańczuk
2023-03-09fix(ext/webstorage): check size of inputs before insert (#18087)Divy Srivastava
2023-03-09refactor(core): Extension::builder_with_deps (#18093)Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-04-19perf(fmt/lint): incremental formatting and linting (#14314)David Sherret
2022-04-04chore(ext/webstorage): custom arity (#14201)Divy Srivastava
2022-03-17fix: cargo publish fails without absolute paths (#13993)Ryan Dahl
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-14chore: improve build times for `ext/` changes (#13927)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-27feat(ext/webstorage): use implied origin when --location not set (#12548)Kitson Kelly
2021-08-14perf: improve localStorage throughput (#11709)Luca Casonato
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl