Leo Kettmeir
393abed387
feat: bring back WebGPU ( #20812 )
...
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
Co-authored-by: Kenta Moriuchi <moriken@kimamass.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-12-09 01:19:16 +01:00
Matt Mastracci
0379e1082c
chore: Add a local-build.toml to make downstream packaging from sourc… ( #20236 )
...
Supercedes #20230
Assists with https://github.com/Homebrew/homebrew-core/pull/140079
```
# To run a build using a local tree:
#
# 0. Check out these repositories as siblings:
#
# - https://github.com/denoland/deno
# - https://github.com/denoland/deno_core
# - https://github.com/denoland/rusty_v8
#
# 1. From `deno`, run: cargo --config .cargo/local-build.toml build
```
2023-08-24 08:46:57 -06:00
David Sherret
84c793275b
fix: reload config files on watcher restarts ( #19487 )
...
Closes #19468
2023-06-14 22:29:19 +00:00
Bartek Iwańczuk
168eb8e01d
perf: add Tokio runtime monitor ( #19415 )
...
This commit adds ability to print metrics of the Tokio
runtime to the console by passing "DENO_TOKIO_METRICS=1"
env var.
Metrics will be printed every second, but this can be changed
by "DENO_TOKIO_METRICS_INTERVAL=500" env var.
2023-06-09 11:52:51 +00:00
David Sherret
0ee64ad847
fix: upgrade deno_ast to 0.23 ( #17269 )
...
Closes #17172
Closes #15669
Closes #8529
2023-01-04 18:54:54 -05:00
Ben Noordhuis
b1b418b81a
chore: fix clippy warnings ( #15944 )
...
Stop allowing clippy::derive-partial-eq-without-eq and fix warnings
about deriving PartialEq without also deriving Eq.
In one case I removed the PartialEq because it a) wasn't necessary,
and b) sketchy because it was comparing floating point numbers.
IMO, that's a good argument for enforcing the lint rule, because it
would most likely have been caught during review if it had been enabled.
2022-09-19 10:25:03 +02:00
David Sherret
376665d115
fix: avoid global declaration collisions in cjs ( #15608 )
...
* Use a default stack size * 2 in debug for Windows because swc using so much stack size. We should look into this more later though.
2022-08-25 20:24:18 -04:00
Mathias Lafeldt
e96933bc16
chore: use Rust 1.63.0 ( #15464 )
2022-08-21 19:31:14 +02:00
Mathias Lafeldt
883269f1f1
chore: move lint rules to cargo config for better editor integration ( #15453 )
2022-08-11 19:13:27 +05:30
Kayla Washburn
440250c054
chore: rename .cargo/config to .cargo/config.toml ( #14959 )
2022-06-27 10:01:20 -06:00
David Sherret
b4af648c15
chore: release fixes based on doing the v1.20.6 release ( #14289 )
2022-04-15 09:39:41 -04:00
David Sherret
b410937556
chore: fix development issues on Windows ( #14030 )
2022-03-21 14:30:43 +01:00
Divy Srivastava
34c9e16099
chore: use lld on aarch64-apple-darwin ( #13928 )
2022-03-13 22:05:02 +05:30
Bert Belder
449dbe5272
Statically link the C runtime library on Windows ( #4469 )
2020-03-23 20:31:29 +01:00