0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00

Commit graph

  • 16f5323581 remove old generics Benjamin Swerdlow 2025-01-21 15:22:51 -08:00
  • 112d892259 ooops god damn it Benjamin Swerdlow 2025-01-21 15:17:25 -08:00
  • ddccd312e3 node resolver small tweak to make it configurable Benjamin Swerdlow 2025-01-21 15:13:38 -08:00
  • 9caf278436 Merge branch 'main' of https://github.com/freestyle-sh/deno Benjamin Swerdlow 2025-01-21 15:03:40 -08:00
  • b5faeff932 update lsp David Sherret 2025-01-21 16:58:27 -05:00
  • c373951410 Report restarts in continuous run stefnotch 2025-01-21 21:56:13 +01:00
  • 2969ea843d perf: externalize op names in snapshot Divy Srivastava 2025-01-21 22:12:50 +05:30
  • 1972cfa5c5 start splitting up factories because of import map being deferred and needing other services to be constructed David Sherret 2025-01-21 11:13:06 -05:00
  • b27da4279a
    move from reqwest to hyper Bartek Iwańczuk 2025-01-21 13:52:33 +01:00
  • e14c3b78c3 chore: add comments for Resolve trait zino23 2025-01-21 20:14:23 +08:00
  • 1399dbcb83 feat(ext/fetch): support custom DNS resolver zino23 2025-01-20 20:35:24 +08:00
  • fb14bd72c7
    Merge branch 'main' into update_deno_lint Bartek Iwańczuk 2025-01-21 13:10:52 +01:00
  • 4e0bf4b093
    fix(ext/node): add FileHandle#sync (#27677) ZYSzys 2025-01-21 13:52:40 +08:00
  • 6ba99be819
    fix(deps): update yanked crates (#27512) Dimitris Apostolou 2025-01-21 07:47:14 +02:00
  • f8c2f5155e
    update expectation.json crowlkats 2025-01-21 05:50:31 +01:00
  • a2f00641f4
    use future crowlkats 2025-01-21 04:55:43 +01:00
  • 55052715f5
    Merge branch 'main' into fix-net-enable-edns0 Yoshiya Hinosawa 2025-01-21 12:29:41 +09:00
  • 64f763e7c0 creating a deno resolver David Sherret 2025-01-20 19:52:57 -05:00
  • d30a0a31d7 refactor: add ResolverFactory David Sherret 2025-01-20 19:16:29 -05:00
  • 4bd913a51f
    Merge c888f22cd0 into 0d3d4f5466 David Sherret 2025-01-20 23:27:15 +01:00
  • 96448587a5
    Merge branch 'main' into fix_warn_config_deno_install David Sherret 2025-01-20 16:51:25 -05:00
  • 0d3d4f5466
    fix(install/global): remove importMap field from specified config file (#27744) David Sherret 2025-01-20 16:50:34 -05:00
  • 1e9e24f1f2 scoped jsx import source config Nayeem Rahman 2025-01-20 18:33:17 +00:00
  • 971ec9b194 Merge remote-tracking branch 'upstream/main' into check-workspace-member-compiler-options Nayeem Rahman 2025-01-20 16:57:12 +00:00
  • 36fcff8670 coverage fixture Nayeem Rahman 2025-01-20 16:56:57 +00:00
  • c1f144a296 clippy again David Sherret 2025-01-20 11:18:09 -05:00
  • 54b9703b5c fix(install/global): warn about not including auto-discovered config file David Sherret 2025-01-20 11:05:09 -05:00
  • b89ebc4e9f clippy David Sherret 2025-01-20 10:59:06 -05:00
  • 18ded442ac
    use env var Bartek Iwańczuk 2025-01-20 16:50:50 +01:00
  • 6f0496dada fix(install/global): remove importMap field from specified config file David Sherret 2025-01-20 10:47:08 -05:00
  • e1c707e661
    Merge branch 'main' into lsc_cache Bartek Iwańczuk 2025-01-20 16:44:56 +01:00
  • 6e05c24ea8
    fix(deps): update yanked crates Dimitris Apostolou 2024-12-31 19:48:13 +02:00
  • 563e07df54
    fix registry entry Yoshiya Hinosawa 2025-01-20 23:53:12 +09:00
  • 22e9d74c53
    Merge 8cca53b044 into 5e9b3712de Mohammad Sulaiman 2025-01-20 16:40:03 +02:00
  • 5e9b3712de
    feat(unstable): add basic support for otel trace links (#27727) Luca Casonato 2025-01-20 15:39:59 +01:00
  • 395628026f
    fix(ext/os): pass SignalState to web worker (#27741) Bartek Iwańczuk 2025-01-20 14:13:15 +00:00
  • 509faa64c4
    fix(ext/os): pass SignalState to web worker Bartek Iwańczuk 2025-01-20 14:37:11 +01:00
  • 279899071a
    Merge branch 'main' into lsc_cache Bartek Iwańczuk 2025-01-20 13:51:24 +01:00
  • 87e2e005a6 Hook up file watching stefnotch 2025-01-20 13:48:27 +01:00
  • 4f27d7cdc0
    fix(ext/node): GCM auth tag check on DechiperIv#final (#27733) Divy Srivastava 2025-01-20 18:16:44 +05:30
  • 5f45051edb Add debug logging stefnotch 2025-01-20 13:35:01 +01:00
  • b90785e066 Implement continuous run stefnotch 2025-01-20 13:34:50 +01:00
  • ca084b6bba
    Merge branch 'main' into webgpu-wrap crowlkats 2025-01-20 13:31:50 +01:00
  • eafec84357
    use future crowlkats 2025-01-20 12:51:49 +01:00
  • 798f733c09 workspace_files Nayeem Rahman 2025-01-20 10:13:42 +00:00
  • 1dd361492d remote CliFactoryWithWorkspaceFiles::initial_cwd() Nayeem Rahman 2025-01-20 09:35:28 +00:00
  • 1e073ee1d6 don't store specifier info Nayeem Rahman 2025-01-20 09:26:08 +00:00
  • 7d3c4ac956
    move test case to tests/specs as NPM_CONFIG_REGISTRY is not set in js unit test Yoshiya Hinosawa 2025-01-20 18:10:38 +09:00
  • 766452fca4 single factory Nayeem Rahman 2025-01-20 08:15:23 +00:00
  • e1381e6f84 Fix Divy Srivastava 2025-01-20 13:20:52 +05:30
  • 69bab0352e
    add dns2 dep Yoshiya Hinosawa 2025-01-20 15:53:06 +09:00
  • e36fa4b665
    fix lint error Yoshiya Hinosawa 2025-01-20 14:49:08 +09:00
  • a4e46000f5
    add test Yoshiya Hinosawa 2025-01-20 14:33:16 +09:00
  • f619b1d354
    fix(ext/net): enable EDNS0 for Deno.resolveDns Yoshiya Hinosawa 2025-01-20 14:19:53 +09:00
  • 9d9a88f7c3 Merge remote-tracking branch 'upstream/main' into check-workspace-member-compiler-options Nayeem Rahman 2025-01-20 05:13:32 +00:00
  • e4a16e91fa
    docs(readme): update redirected links (#27726) ryu 2025-01-20 12:01:25 +09:00
  • 94596dc870
    Apply suggestions from code review David Sherret 2025-01-19 21:15:18 -05:00
  • 2f927b731c
    Merge 2131c6214a into 9aa02769c8 Livia Medeiros 2025-01-19 20:52:29 +00:00
  • 3cb1dcf919
    Merge a65b9ba5c7 into 9aa02769c8 ricfrst 2025-01-19 20:49:35 +00:00
  • 928ef2d638
    Merge c07ee552f8 into 9aa02769c8 David Sherret 2025-01-19 20:38:39 +00:00
  • fd3d576f10
    Merge 104a07ffe7 into 9aa02769c8 Sebastien Guillemot 2025-01-19 20:38:28 +00:00
  • a7747448fa
    Merge 58f41c9fc9 into 9aa02769c8 雨溪 2025-01-19 20:29:50 +00:00
  • 848b760680
    Merge ff329e2d52 into 9aa02769c8 Paweł Rychlicki 2025-01-19 20:27:29 +00:00
  • 141609d7bd
    Merge 44c0af0695 into 9aa02769c8 Connor Didericksen 2025-01-19 20:24:22 +00:00
  • 0add9198e6
    Merge 2a0830d0d6 into 9aa02769c8 Divy Srivastava 2025-01-19 20:05:52 +00:00
  • b2384e5b1b
    Merge b7a1fb4dd0 into 9aa02769c8 MujahedSafaa 2025-01-19 19:59:05 +00:00
  • 8c6dd25d6c
    Merge aea0711805 into 9aa02769c8 Divy Srivastava 2025-01-19 19:58:53 +00:00
  • 2f8dd846be
    Merge 882c67f9cf into 9aa02769c8 Sai Karthik 2025-01-19 19:57:27 +00:00
  • 9aa02769c8
    perf(compile): remove swc from denort (#27721) David Sherret 2025-01-19 14:23:07 -05:00
  • d15b772a47
    remove drop_link Luca Casonato 2025-01-19 19:18:20 +01:00
  • efc1c92f1f
    feat(unstable): add basic support for otel trace links Luca Casonato 2025-01-19 19:11:36 +01:00
  • 3b3b6d7fba fix(ext/node): GCM auth tag check on DechiperIv#final Divy Srivastava 2025-01-19 18:38:08 +05:30
  • 8f37b4b452 chore: update redirected links ryu 2025-01-19 21:43:15 +09:00
  • b962b87cfe
    chore: fix canary version (#27723) David Sherret 2025-01-19 05:19:47 -05:00
  • 68e3ab55aa clippy David Sherret 2025-01-18 15:54:43 -05:00
  • 43e4e55faf revert David Sherret 2025-01-18 15:21:50 -05:00
  • 5794599ec4 chore: fix canary version David Sherret 2025-01-18 15:19:24 -05:00
  • ae177cee37 more self review David Sherret 2025-01-18 14:57:29 -05:00
  • 8668db3cfa small fixes David Sherret 2025-01-18 14:51:54 -05:00
  • a9f83ac7e5 perf(compile): remove swc from denort David Sherret 2025-01-18 14:48:16 -05:00
  • 17c9c18ac7 chore(lsp): factor out test event handler stefnotch 2025-01-18 20:41:34 +01:00
  • 9d3044e529 Enable dyn-symbols for libuv stefnotch 2025-01-18 16:24:54 +01:00
  • 0ae3090fa0 fix merge Nayeem Rahman 2025-01-18 06:08:17 +00:00
  • 8d5fb5afca Merge remote-tracking branch 'upstream/main' into check-workspace-member-compiler-options Nayeem Rahman 2025-01-18 06:01:12 +00:00
  • 289a7e0893
    fix Bartek Iwańczuk 2025-01-18 00:07:51 +01:00
  • 2a9d6fea77
    Merge branch 'main' into lsc_cache Bartek Iwańczuk 2025-01-18 00:07:01 +01:00
  • 2ab5d9ac4a
    refactor: move denort to separate crate (#27688) David Sherret 2025-01-17 15:39:29 -05:00
  • 6aec36178a
    refactor: update deno_core and use more concrete errors (#27620) Leo Kettmeir 2025-01-17 18:41:52 +01:00
  • 3ae9f0c04c
    fix(ext/node): tls.connect regression (#27707) Yoshiya Hinosawa 2025-01-18 00:10:26 +09:00
  • 9404dfc8cb
    move surface and byow to objectwrap crowlkats 2025-01-17 23:45:55 +01:00
  • e01eda07b2 refactor(compile): store specifiers once David Sherret 2025-01-17 11:42:27 -05:00
  • 57dd66ec3d
    refactor: move denort to separate crate (#27688) David Sherret 2025-01-17 15:39:29 -05:00
  • 705305b9b2 fix merge conflicts and review feedback David Sherret 2025-01-17 15:04:52 -05:00
  • 705d888dec Merge branch 'main' into refactor_deno_rt_crate David Sherret 2025-01-17 14:23:40 -05:00
  • 679a46d6f0
    Merge branch 'main' into webgpu-wrap crowlkats 2025-01-17 18:50:19 +01:00
  • 054075730c
    refactor: update deno_core and use more concrete errors (#27620) Leo Kettmeir 2025-01-17 18:41:52 +01:00
  • b55451b178
    fix(ext/node): tls.connect regression (#27707) Yoshiya Hinosawa 2025-01-18 00:10:26 +09:00
  • 07c0fd5177 fix merge issues David Sherret 2025-01-17 10:05:00 -05:00
  • 37d563f756 Merge branch 'main' into refactor_deno_rt_crate David Sherret 2025-01-17 09:59:20 -05:00
  • b1eaefb3cb
    Merge branch 'main' into lsc_cache Bartek Iwańczuk 2025-01-17 14:44:58 +00:00