1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Commit graph

  • 83c9e2c4c8
    Merge branch 'main' into deno-doc-html-extration Leo Kettmeir 2024-11-18 13:01:38 -0800
  • f9f1e57724
    fix path for included files crowlkats 2024-11-18 21:58:26 +0100
  • 5c1ba961ce
    adress comments crowlkats 2024-11-18 21:56:29 +0100
  • 19bbf83e47
    perf(windows): delay load webgpu and some other dlls (#26917) David Sherret 2024-11-18 15:44:17 -0500
  • b54306bd49 fix: don't parse script value as task Marvin Hagemeister 2024-11-18 21:32:40 +0100
  • dd4570ed85
    perf(compile): code cache (#26528) David Sherret 2024-11-18 15:09:28 -0500
  • 3204378a6c
    Merge branch 'main' into lsp-editor-indent-settings-deprioritise Bartek Iwańczuk 2024-11-18 19:44:04 +0000
  • 114aa0d573
    Merge branch 'main' into perf_windows_delay_loading_dlls David Sherret 2024-11-18 14:35:43 -0500
  • 71209f77b7
    Merge branch 'main' into feat_task_dependencies Bartek Iwańczuk 2024-11-18 19:35:35 +0000
  • f486667e9b
    Merge branch 'main' into promisify-generateKeyPair Bartek Iwańczuk 2024-11-18 19:35:20 +0000
  • b1a784bead
    Merge branch 'main' into perf_compile_code_cache David Sherret 2024-11-18 14:33:53 -0500
  • 3ba464dbc4
    chore: temporarily disable dns tests for Node compat (#26915) Bartek Iwańczuk 2024-11-18 19:27:44 +0000
  • 6107a3d8aa Do not delay load psapi David Sherret 2024-11-18 14:05:43 -0500
  • 8fe8eafed5 perf(windows): delay loading webgpu and some other dlls David Sherret 2024-11-18 13:50:13 -0500
  • fa91bfbecb
    fiox Bartek Iwańczuk 2024-11-18 19:43:41 +0100
  • 0e38fab191 lint David Sherret 2024-11-18 13:29:01 -0500
  • 0b3aa1c898
    fix: LTO v8 aggro-lto snek 2024-11-18 19:08:48 +0100
  • 488f6dcd92 update after merge David Sherret 2024-11-18 13:14:23 -0500
  • d360dda8f3 Merge branch 'main' into perf_compile_code_cache David Sherret 2024-11-18 13:11:21 -0500
  • e8a291ee49
    chore: temporarily disable dns tests for Node compat Bartek Iwańczuk 2024-11-18 18:49:07 +0100
  • 292211654a fix(node/crypto): support promisify on generateKeyPair Marvin Hagemeister 2024-11-18 17:49:10 +0100
  • a9301c1111
    fix Luca Casonato 2024-11-18 17:48:52 +0100
  • 4bbf1531f5
    lint + fmt Luca Casonato 2024-11-18 17:21:49 +0100
  • 9ef3bfaa9d
    feat(runtime): remove public OTEL trace API Luca Casonato 2024-11-13 10:56:50 +0100
  • bd3f468ac3
    Merge pull request #1 from dovakin0007/DENO_ROOT_INSTALL_fix2 Gowtham K 2024-11-18 21:37:16 +0530
  • a0868d203c added test dovakin0007 2024-11-18 21:33:39 +0530
  • efd9c8084c fix: make clippy happy Marvin Hagemeister 2024-11-18 16:18:36 +0100
  • 2e73474ccc feat: run task chains in topological order Marvin Hagemeister 2024-11-18 16:14:02 +0100
  • a7e527db2b casing Divy Srivastava 2024-11-18 20:21:04 +0530
  • 7833a50507 fix(lsp): ignore editor indent settings if deno.json is present Nayeem Rahman 2024-11-18 14:32:25 +0000
  • 55b272025d
    disable sanitization for 'destroyed requests should not be sent' on windows Yoshiya Hinosawa 2024-11-18 23:36:01 +0900
  • 80ab756969
    add debug log Yoshiya Hinosawa 2024-11-18 23:35:36 +0900
  • 25a9c93745
    close underlying conn at afterConnect timing Yoshiya Hinosawa 2024-11-18 19:14:08 +0900
  • 89b869799f
    feat(ext/fetch): Make fetch client parameters configurable Yusuke Tanaka 2024-11-18 18:30:14 +0900
  • 849bc934b0
    feat: events for ng x/ng-events snek 2024-11-18 10:12:48 +0100
  • 18cbca8d88
    use random port in a case in http_test Yoshiya Hinosawa 2024-11-18 17:59:21 +0900
  • dedb047a3a rc Divy Srivastava 2024-11-18 14:02:47 +0530
  • 14ff34828a Merge remote-tracking branch 'upstream/main' into open-flag-on-serve HasanAlrimawi 2024-11-18 09:56:48 +0200
  • e2dc215e11
    cancel 'connection: close', instead add wait for windows Yoshiya Hinosawa 2024-11-18 15:44:00 +0900
  • 972ad9679e
    customize http server configuration via hook functions Yusuke Tanaka 2024-11-18 15:13:39 +0900
  • 236e5b12a2
    try connection: close header for preventing op leak Yoshiya Hinosawa 2024-11-18 14:09:59 +0900
  • 05432d8ed2
    Merge branch 'main' into feat_task_dependencies Bartek Iwańczuk 2024-11-17 23:19:55 +0000
  • cff6e280c7
    feat(cli): support multiple env file argument (#26527) Bhuwan Pandit 2024-11-17 22:49:35 +0000
  • ed367a2dc9
    change diamond dep test for now Bartek Iwańczuk 2024-11-17 23:47:02 +0100
  • caedab6b04
    Merge branch 'main' into feat_task_dependencies Bartek Iwańczuk 2024-11-17 23:42:21 +0100
  • df0cea4c3e
    Merge branch 'main' into support-multiple-env-file-26425 Bartek Iwańczuk 2024-11-17 23:12:30 +0100
  • ac096288d0
    fix a test Bartek Iwańczuk 2024-11-17 23:12:10 +0100
  • 9123d74a0c x Divy Srivastava 2024-11-17 22:06:10 +0530
  • 2b64393e1a Add test Divy Srivastava 2024-11-17 22:02:54 +0530
  • 45cdc141e4 Add error Divy Srivastava 2024-11-17 21:48:26 +0530
  • b72c29b41b deps Divy Srivastava 2024-11-17 21:41:06 +0530
  • bd6135aa9a
    windows wildcards :))) Bartek Iwańczuk 2024-11-17 14:26:52 +0100
  • 4b2b357720
    cleanup Bartek Iwańczuk 2024-11-17 14:25:25 +0100
  • 600d042468
    Merge branch 'env_wildcard' into Enhance---allow-env-to-Support-Prefix,-Suffix,-and-Wildcard-Matching Bartek Iwańczuk 2024-11-17 14:22:51 +0100
  • 372266b9aa
    wip Bartek Iwańczuk 2024-11-17 14:17:37 +0100
  • 73411bb98a
    chore: Make ext/net/tcp.rs public (#26891) Benjamin Swerdlow 2024-11-17 04:36:55 -0800
  • 5c861e60f2
    add tests Bartek Iwańczuk 2024-11-17 13:32:30 +0100
  • 561362cff1
    add file Bartek Iwańczuk 2024-11-17 13:26:28 +0100
  • 92ddddbd16 accessors Divy Srivastava 2024-11-17 12:05:56 +0530
  • 80098bfeab
    fix(ext/webgpu): Create GPUQuerySet converter before usage (#26883) reczkok 2024-11-17 04:14:36 +0100
  • ee1626359a
    Merge branch 'main' into tcppub Benjamin Swerdlow 2024-11-16 11:12:27 -0800
  • 56df61677e
    chore: reenable some tests disabled during Deno 1->2 migration (#26898) Bartek Iwańczuk 2024-11-16 18:15:42 +0000
  • 0c5a06d272
    Merge branch 'main' into deno_init_npm Bartek Iwańczuk 2024-11-16 16:33:42 +0000
  • 9e61a43a21
    Merge branch 'main' into fmt_lint_use_gitignore Bartek Iwańczuk 2024-11-16 16:33:38 +0000
  • 171a0b4f74
    Merge branch 'main' into fix_workspace_tests Bartek Iwańczuk 2024-11-16 16:33:33 +0000
  • f2cd5655c6
    fix(ext/node): increase tolerance for interval test (#26899) Bartek Iwańczuk 2024-11-16 16:31:55 +0000
  • 20abf5540b
    fix(ext/node): increase tolerance for interval test Bartek Iwańczuk 2024-11-16 16:45:18 +0100
  • f33d7a8876
    Merge branch 'main' into fix_workspace_tests Bartek Iwańczuk 2024-11-16 15:42:06 +0000
  • 45dfac9320 ELDHistogram API Divy Srivastava 2024-11-16 21:07:28 +0530
  • f4afb7d93f
    fix npm_workspace_jsr_pkg_with_npm_dep Bartek Iwańczuk 2024-11-16 16:19:06 +0100
  • f708a92405
    fix npm::workspace_basic Bartek Iwańczuk 2024-11-16 16:17:45 +0100
  • a1bcdf17a5
    feat(jupyter): Add Deno.jupyter.image API (#26284) Bartek Iwańczuk 2024-11-16 15:13:50 +0000
  • f144352dd8
    fix tests for workspace_sub_deno_json Bartek Iwańczuk 2024-11-16 16:11:43 +0100
  • d41a385907
    feat: fmt and lint respect .gitignore file Bartek Iwańczuk 2024-11-16 16:04:42 +0100
  • 8d2960d7cc
    fix(ext/node): New async setInterval function to improve the nodejs compatibility (#26703) /usr/bin/cat 2024-11-16 20:31:19 +0530
  • abf06eb87f
    feat(watch): log which file changed on HMR or watch change (#25801) HasanAlrimawi 2024-11-16 16:59:31 +0200
  • 114a63b47e
    simplify tests Bartek Iwańczuk 2024-11-16 15:57:37 +0100
  • a6433bcfd8
    Merge branch 'main' into support-multiple-env-file-26425 Bartek Iwańczuk 2024-11-16 15:45:47 +0100
  • 70a66d4f39
    Merge branch 'main' into jupyter_image Bartek Iwańczuk 2024-11-16 15:38:28 +0100
  • c60e0e878d
    fix tests Bartek Iwańczuk 2024-11-16 15:37:06 +0100
  • 3f13931835
    Merge branch 'main' into jupyter_image Bartek Iwańczuk 2024-11-16 15:34:45 +0100
  • 768c5ea2bb
    fix(ext/cache): gracefully error when cache creation failed (#26895) Bartek Iwańczuk 2024-11-16 14:29:36 +0000
  • 508d522778
    feat(init): support initializing npm projects Bartek Iwańczuk 2024-11-16 15:25:46 +0100
  • 99d5c6e423
    fix(cli): show prefix hint when installing a package globally (#26629) Miguel Rodrigues 2024-11-16 13:57:14 +0000
  • f3e660d1fa
    lint Bartek Iwańczuk 2024-11-16 14:54:49 +0100
  • 52762f917f
    update schema file Bartek Iwańczuk 2024-11-16 14:39:34 +0100
  • e21c41f031
    fix(ext/cache): gracefully error when cache creation failed Bartek Iwańczuk 2024-11-16 14:37:53 +0100
  • 84ceac040b fix(cli): add prefix hint when installing a package globally Miguel Rodrigues 2024-10-29 20:49:49 +0000
  • 32b04fe86a
    add failing test for 'diamond' dependencies Bartek Iwańczuk 2024-11-16 13:21:14 +0100
  • e8a5459b40
    fmt and lint Bartek Iwańczuk 2024-11-16 13:12:38 +0100
  • 8e2cb550c2
    add cross package test Bartek Iwańczuk 2024-11-16 13:09:57 +0100
  • 9e206dbad9
    update tests Bartek Iwańczuk 2024-11-16 13:03:36 +0100
  • b835b450fd
    add basic tests Bartek Iwańczuk 2024-11-16 12:55:33 +0100
  • 1bddb7c9e6
    Merge branch 'main' into feat_task_dependencies Bartek Iwańczuk 2024-11-16 12:20:13 +0100
  • 84e1238648
    feat(task): support object notation, remove support for JSDocs (#26886) Bartek Iwańczuk 2024-11-16 11:18:17 +0000
  • 86a230fd78
    Merge branch 'main' into tcppub Benjamin Swerdlow 2024-11-15 20:23:27 -0800
  • 48b94c0995
    refactor: use boxed_error in some places (#26887) David Sherret 2024-11-15 23:22:50 -0500
  • dfc7ae4c3e make tcppublic Benjamin Swerdlow 2024-11-15 20:20:27 -0800
  • 6c7fc66de7
    Merge branch 'main' into DENO_ROOT_INSTALL_Fix Gowtham K 2024-11-16 07:55:28 +0530
  • 4e5bd6c88c chore: update lint.js according to the error Bhuwan Pandit 2024-11-16 00:54:40 +0000