Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wasi-libc to d03829489904d38c624f6de9983190f1e5e7c9c5 #19614

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    6b7e1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d0080 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge branch 'master' into wasi-libc-update

    * master:
      translate-c: allow str literals in bool expressions
      std.debug.panic: pass the args
      fetch: combine unpack error validation in a single function
      std.Build: revert the breaking changes only
      remove deprecated LazyPath.path union tag
    jedisct1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8f99a3f View commit details
    Browse the repository at this point in the history
  2. Re-add lazy preopen changes

    jedisct1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b8507d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    a7911df View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into wasi-libc-update

    * master: (29 commits)
      cmake: support setting the dynamic linker
      std.Build: revert --host-target, --host-cpu, --host-dynamic-linker
      Sema: cap depth of value printing in type names
      Sema: correctly make inferred allocs constant
      std.zig.system.linux: Use arm.zig detection for AArch64 CPU features
      Value: convert undefined values to 0xAA for bitwise operations
      Value: fix out-of-bounds slice access writing zero-bit undef value
      compiler: un-implement ziglang#19634
      test: disable newly failing test
      compiler: rework comptime pointer representation and access
      x86_64: fix miscompilation regression in package fetching code
      std: improve std.once tests
      lib/std/Build/Step/CheckObject: dump section as string
      zig init: Replace deprecated LazyPath.path with Build.path()
      std.Build.Step.ConfigHeader: better error message
      windows_argv standalone test: Only test against MSVC if it's available
      ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
      fix namespacing of std.fs.Dir.Walker.Entry
      std.fs.Dir.Walker: maintain a null byte in path names
      wasi: change default os version to `0.1.0`
      ...
    jedisct1 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    96927ae View commit details
    Browse the repository at this point in the history