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
/
test_plugin
/
tests
/
integration_tests.rs
Age
Commit message (
Expand
)
Author
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-11
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Bert Belder
2020-05-04
BREAKING: remove CLI 'deno script.ts' hack (#5026)
Bartek Iwańczuk
2020-04-25
introduce unstable flag, make a few things unstable (#4892)
Ryan Dahl
2020-04-20
Remove core/plugin.rs (#4824)
Ryan Dahl
2020-03-03
assert build success for test plugin (#4223)
João Souto
2020-01-17
Fix warnings on windows build (#3697)
Ry Dahl
2020-01-15
Revert "feat(flags): script arguments come after '--'" (#3681)
Ry Dahl
2020-01-08
feat(flags): script arguments come after '--' (#3621)
Ry Dahl
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-12-10
Disable flaky plugin test on windows (#3474)
Ry Dahl
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch