1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
Commit graph

7688 commits

Author SHA1 Message Date
David Sherret
fb1f210bb8 chore: use gist for release instruction checklist (#15414) 2022-08-11 13:27:38 -04:00
David Sherret
35bc8c53ed fix: various formatting fixes (#15412) 2022-08-11 13:27:38 -04:00
Aapo Alasuutari
7ac58719ab feat(ext/ffi): Add static method variants to Deno.UnsafePointerView (#15146) 2022-08-11 13:27:37 -04:00
Aapo Alasuutari
770d1f1715 fix(ext/ffi): Check CStr for UTF-8 validity on read (#15318)
Co-authored-by: Phosra <phosra@tutanota.com>
2022-08-11 13:27:37 -04:00
SahAssar
74b8859c83 feat(ext/fetch): Add socks proxy support (#15372) 2022-08-11 13:27:37 -04:00
Nayeem Rahman
67f75091ca chore(tools): update wpt setup to new spawn api (#15407) 2022-08-11 13:27:37 -04:00
denobot
44ade24fb2
1.24.2 (#15409) 2022-08-04 22:49:24 +02:00
Nayeem Rahman
96702b5e48
fix(test): output parallel test results independently (#15399) 2022-08-04 21:29:55 +02:00
Leo Kettmeir
18b5debc3f
fix: increase websocket message size (#15406) 2022-08-04 21:29:53 +02:00
David Sherret
967b7f8b5b
fix(vendor): existing import map with bare specifier in remote (#15390) 2022-08-04 21:29:40 +02:00
Yongwook Choi
2205d9345e
fix: Update Object.prototype.__proto__ related comments (#15394) 2022-08-04 21:29:36 +02:00
David Sherret
fc04f8a03d
fix(vendor): error on dynamic imports that fail to load instead of panicking (#15391) 2022-08-04 21:28:52 +02:00
Leo Kettmeir
2728c8fdf1
fix(ext/webgpu): use correct IDL key name (#15278) 2022-08-04 21:28:47 +02:00
Bartek Iwańczuk
e7e7119ab6
chore(compat): update list of supported modules (#15397) 2022-08-04 21:28:43 +02:00
Zach
1e7d699eeb
core: remove heapStats type definition (#15393) 2022-08-04 21:28:40 +02:00
Nayeem Rahman
850a98ce25
fix(test): race condition for cancelled tests (#15233) 2022-08-04 21:28:37 +02:00
Kitson Kelly
58409d24bd
chore: add perf and needs investigation to stalebot (#15381) 2022-08-04 21:28:30 +02:00
Kitson Kelly
6305c9ce1f
fix(lsp): use correct commit chars for completions (#15366)
Fixes: #15252
2022-08-04 21:24:36 +02:00
Outvi V
95fc447012
fix(lsp): remove excessive line breaks in status page (#15364)
Fixes #15359
2022-08-04 21:23:45 +02:00
Nayeem Rahman
5ceaecbae4
refactor(core/error): use evaluated call sites for formatting (#15369) 2022-08-04 21:15:21 +02:00
Bartek Iwańczuk
b50088c247
chore: cycle cache key (#15371) 2022-08-04 21:15:17 +02:00
Zicklag
6ed2bf4043
core: Add types for Deno.core.print() (#15283) 2022-08-04 21:15:13 +02:00
David Sherret
14f74e706e
refactor(emit/cache): move cli version into emit hash (#15348) 2022-08-04 21:15:10 +02:00
David Sherret
ef6968116f
refactor: reuse FastInsecureHasher in get_check_hash (#15354) 2022-08-04 21:15:07 +02:00
Bartek Iwańczuk
f3a496214c
fix(core): BorrowMutError in nested error (#15352) 2022-08-04 21:14:59 +02:00
Mathias Lafeldt
f1a80fb212
docs: turn bare URLs into clickable links (#15347) 2022-08-04 21:12:13 +02:00
Mathias Lafeldt
ad5358ca34
chore: use Rust 1.62.1 (#15346) 2022-08-04 21:12:09 +02:00
David Sherret
838e783a93
fix(compat): use mjs extension for stream/promises (#15341) 2022-08-04 21:12:03 +02:00
Divy Srivastava
4d52f092bc
perf(ext/ffi): use fast api calls for 64bit return types (#15313) 2022-08-04 21:11:52 +02:00
Divy Srivastava
a1b989c842
perf(ext/ffi): support Uint8Array in fast calls (#15319) 2022-08-04 21:11:49 +02:00
Aapo Alasuutari
210e1445f2
chore(ext/ffi): Remove unnecessary byte_offset conditional slicing (#15320) 2022-08-04 21:10:43 +02:00
Divy Srivastava
c416553a6b
chore(ext/ffi): remove dependency on stdint.h (#15294) 2022-08-04 21:03:50 +02:00
Aapo Alasuutari
3893ce848c
feat(ext/ffi): Safe number pointers (#15173) 2022-08-04 20:59:14 +02:00
Aapo Alasuutari
f6f0215d87
feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView (#15143) 2022-08-04 20:58:57 +02:00
denobot
fa9698fe9e
1.24.1 (#15333)
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
2022-07-28 13:22:05 -04:00
Phosra
bf96af9758
fix(ext/fetch): resolve TODOs about WebIDL conversions in body init (#15312) 2022-07-28 12:52:51 -04:00
Arthur Silva
2b460968d3
serde_v8: improvements to avoid hitting unimplemented codepaths (#13915) 2022-07-28 12:52:51 -04:00
Bartek Iwańczuk
ed71a4e894
chore: upgrade rusty_v8 to 0.47.1 (#15324) 2022-07-28 12:52:51 -04:00
David Sherret
a6c2387d8e
chore: update jsonc_parser to 0.20 (#15316) 2022-07-28 12:52:51 -04:00
Aapo Alasuutari
7733597166
chore(ops): Remove unused arguments from ops (#15315) 2022-07-28 12:52:51 -04:00
Bartek Iwańczuk
082c455882
refactor(core): remove unneeded ops for uncaughtException (#15296) 2022-07-28 12:52:51 -04:00
Kitson Kelly
015e2c1a9e
fix(lsp): remove CompletionInfo.flags (#15288)
Fixes: #15287
2022-07-28 12:52:51 -04:00
Bartek Iwańczuk
504d2936ec
fix: unhandledrejection handling for sync throw in top level (#15279)
Fixes an edge in "unhandledrejection" event that prevent synchronous
errors being surfaced when throw from a top-level scope.
2022-07-23 00:40:42 +02:00
Bartek Iwańczuk
72199303d8
fix: Child.unref() unrefs stdio streams properly (#15275) 2022-07-22 18:07:20 +02:00
Divy Srivastava
4db650ddd5
Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)
This reverts commit 03dc3b8972.
2022-07-22 19:06:32 +05:30
Divy Srivastava
03dc3b8972
feat(ops): V8 Fast Calls (#15122)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-07-22 17:54:22 +05:30
Aapo Alasuutari
244c00d95b
perf(ext/ffi): Optimise common pointer related APIs (#15144) 2022-07-22 16:37:35 +05:30
Bartek Iwańczuk
4e71a9424e
fix: proper typings for unhandledrejection event (#15271) 2022-07-21 23:54:53 +02:00
Nassim Zen
b5eb154d74
chore(ci): update actions to run on macos-12 (#15272) 2022-07-21 22:53:52 +02:00
Satya Rohith
6c3d9b981f
fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264) 2022-07-21 14:44:18 +05:30