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
/
tests
/
integration
/
compile_tests.rs
Age
Commit message (
Expand
)
Author
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-15
chore: upgrade to rust 1.81.0 (#26261)
林炳权
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-01
fix(compile): adhoc codesign mach-o by default (#24824)
Divy Srivastava
2024-07-25
chore: use `@std` prefix for internal module specifiers (#24543)
Asher Gomez
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-23
Revert "fix(cli): add NAPI support in standalone mode (#24642)" (#24682)
Bartek Iwańczuk
2024-07-22
Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)
Bartek Iwańczuk
2024-07-21
fix(cli): add NAPI support in standalone mode (#24642)
Ivancing
2024-07-21
fix: CFunctionInfo and CTypeInfo leaks (#24634)
Divy Srivastava
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-05-07
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
David Sherret
2024-05-07
chore(test): move npm registries to separate servers and to the `tests/regist...
David Sherret
2024-04-12
test(compile): dynamic JSR imports are working correctly (#23306)
Bartek Iwańczuk
2024-03-08
fix: respect unstable "temporal" configuration in config file (#22134)
Bartek Iwańczuk
2024-02-21
fix(compile): respect compiler options for emit (#22521)
Bartek Iwańczuk
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci