Commit Graph

7059 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
d6877e941c
1.19.3 2022-03-10 20:22:24 +09:00
Bartek Iwańczuk
d0de700e00
test: update expected test output for 'deno test' (#13882) 2022-03-10 16:23:29 +09:00
Divy Srivastava
d22a25245b
chore(ext/crypto): remove old todos (#13887) 2022-03-10 16:23:18 +09:00
Bartek Iwańczuk
38e58668dd
refactor(test): use tokio::sync::mpsc::unbounded_channel (#13881)
This causes to block one less thread when running "deno test"
subcommand.
2022-03-10 16:23:05 +09:00
Bartek Iwańczuk
cf7bbea705
refactor: add cli/display.rs module (#13879) 2022-03-10 16:22:56 +09:00
David Sherret
0a5091a6d0
chore: reduce release PRs from 2 to 1 (#13878) 2022-03-10 16:22:44 +09:00
Bartek Iwańczuk
c8be65e176
refactor(test): don't spawn additional thread (#13877) 2022-03-10 16:22:34 +09:00
Divy Srivastava
77ed303483
chore: update regex to 1.5.5 (#13875) 2022-03-10 16:22:24 +09:00
Aaron O'Mullan
c892d9f024
perf(core): micro-optimize OpsTracker (#13868) 2022-03-10 16:22:10 +09:00
Bert Belder
2c4ab1b7d0
fix(ci): restore compatibility with older glibc (#13846)
Fixes: #13516
2022-03-10 16:21:59 +09:00
Geert-Jan Zwiers
8cab5d8062
fix(test): typecheck blocks annotated with long js/ts notations (#13785) 2022-03-10 16:21:48 +09:00
Abdfn
a6d509934d
docs(README): update urls of shell and powershell deno script installers (#13844) 2022-03-10 16:21:31 +09:00
Aaron O'Mullan
842b62a33f
chore(CODEOWNERS): add @AaronO on core/ (#13865) 2022-03-10 16:21:21 +09:00
Satya Rohith
2c205d968e
chore: bump deno_http to 0.33.0 (#13867) 2022-03-10 16:21:12 +09:00
Aaron O'Mullan
d172da09cc
perf(serde_v8): avoid SerializablePkg allocs (#13860)
For common return types such as String/ZeroCopyBuf/ByteString
2022-03-10 16:12:55 +09:00
Aaron O'Mullan
4bdb76db68
cleanup(serde_v8): SerializablePkg verbosity (#13855) 2022-03-10 16:12:47 +09:00
Aaron O'Mullan
f5773cd073
perf(serde_v8): optimize ByteString deserialization (#13853) 2022-03-10 16:12:38 +09:00
Aaron O'Mullan
c6f1ccee4e
bench(common): base64 short strings (#13851) 2022-03-10 16:12:23 +09:00
Satya Rohith
21f2375cff
chore: bump deno_http to 0.32.0 (#13850) 2022-03-10 16:12:12 +09:00
Aaron O'Mullan
d55acb4c0f
perf(ext/web): optimize atob/btoa (#13841)
Follow up to #13839, optimizing `base64_roundtrip` ~20x (~125ms => ~6.5ms)
2022-03-10 16:11:58 +09:00
David Sherret
55a706e0ca
chore: automatically update Releases.md when doing a release (#13837)
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
2022-03-10 16:11:37 +09:00
Satya Rohith
b36176e645
chore: update deps (#13821) 2022-03-10 16:11:17 +09:00
Divy Srivastava
14a9fc2281
bench: add base64 roundtrip (#13839) 2022-03-10 16:11:05 +09:00
Satya Rohith
0912abb0f6
chore: update cut_a_release.md (#13822) 2022-03-10 16:10:41 +09:00
Satya Rohith
84f9a25503
1.19.2 (#13825) 2022-03-03 22:23:16 +05:30
Satya Rohith
2d0baf6ae2
chore: bump crate version for 1.19.2 (#13824) 2022-03-03 21:29:01 +05:30
Kitson Kelly
dab433780c
docs: information about updating TypeScript version (#13810) 2022-03-03 20:26:14 +05:30
David Sherret
bcf6cd4d9b
chore(lsp): log more for "unexpected positions" lsp error (#13815)
Ref #13657
2022-03-03 20:26:13 +05:30
Divy Srivastava
1bec5de87e
chore: add test-flaky-ci label to disable default workflow concurrency (#13813) 2022-03-03 20:26:13 +05:30
Divy Srivastava
f5e1dbefb5
chore: cancel old in-progress CI workflows (#13811) 2022-03-03 20:26:13 +05:30
Yoshiya Hinosawa
0d6c4f9796
fix(repl): fix null eval result (#13804)
Co-authored-by: Satya Rohith <me@satyarohith.com>
2022-03-03 20:26:13 +05:30
David Sherret
e33522b87a
chore(tools): use automation scripts from automation repo (#13796) 2022-03-03 20:26:13 +05:30
Antonio Musolino
9acf7ed7cb
fix(runtime): disable console color for non tty stdout (#13782) 2022-03-03 20:26:13 +05:30
Elisée Maurer
cec3ad13c7
chore: Add "noImplicitOverride" to config-file.v1.json (#13780) 2022-03-03 20:26:13 +05:30
Bartek Iwańczuk
43618e340e
fix(test): use --no-prompt by default (#13777)
This commit changes "deno test" subcommand, to
always never prompt for permissions (ie. as if "deno test"
was run with "--no-prompt" flag).
2022-03-03 20:26:13 +05:30
David Sherret
ba02337ee7
chore(ci): pin setup-gcloud to v0 instead of master (#13764) 2022-03-03 20:26:13 +05:30
Yoshiya Hinosawa
1a0c85d474
fix(cli): disable config discovery for remote script (#13745) 2022-03-03 20:24:17 +05:30
David Sherret
01766ec662
chore: upgrade to Rust 1.59 (#13767) 2022-03-03 20:22:45 +05:30
Bartek Iwańczuk
e8509b443d
chore: update deno_std submodule (#13771) 2022-03-03 20:07:01 +05:30
David Sherret
8eb3f5f377
1.19.1 (#13762) 2022-02-24 15:29:36 -05:00
David Sherret
86d9e7d6b8
chore: bump crate versions for 1.19.1 (#13760) 2022-02-24 14:40:57 -05:00
David Sherret
eae25e1cec chore: upgrade swc_ecmascript to 0.114 (#13758) 2022-02-24 11:19:02 -05:00
Divy Srivastava
4fc9b5f3eb fix(compile): Support import maps (#13756) 2022-02-24 11:19:02 -05:00
mlemesle
4f07ee134d fix(upgrade): move the file permission check to the beginning of the upgrade process (#13726) 2022-02-24 11:19:02 -05:00
Kitson Kelly
9a120e336c refactor: remove dead code from lsp (#13743) 2022-02-24 11:19:02 -05:00
Aaron O'Mullan
291f01d9bd bench: core.encode/decode (#13750) 2022-02-24 11:19:02 -05:00
Geert-Jan Zwiers
b171c19272 docs: code example to structuredClone, CompressionStream, DecompressionStream (#13719)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-02-24 11:19:02 -05:00
David Sherret
c695d03702 chore: use rustfmt cli via dprint for faster format (#13735) 2022-02-24 11:19:02 -05:00
David Sherret
1e617ea2d4 fix(vendor): do not add absolute specifiers to scopes (#13710) 2022-02-24 11:19:02 -05:00
Bartek Iwańczuk
bb5ea17439 chore: update CODEOWNERS (#13712) 2022-02-24 11:19:02 -05:00