AgeAuthorCommit message
5 months agogravatar for mail@linusgroh.deLinus Grohlibc: Update macOS headers to SDK 26.4
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checklink.MachO.Dylib: allow aarch64-macos to match arm64e-macos TBD entries
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checktest: don't run test-zigc on targets that don't support libzigc
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checktest: partial revert of ac793232eeeca87378b6b6cf4bec6e610859b5b1
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkstd.Target: don't claim that OpenBSD requires libc
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkcompiler: do not enforce PIC for Android
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkcompiler: default to PIC if the target defaults to PIE
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkstd.c: audit some time types for non-Linux OSs
5 months agogravatar for evgenii@eorlov.orgEvgenii Orlovstd.Io.net.HostName.netLookup: make `canonical_name_buffer` optional
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenstd.mem: delete illegal code in findSentinel()
5 months agogravatar for techatrix@mailbox.orgTechatrixstd.Uri: reject invalid URI schemes according to RFC3986
5 months agogravatar for goon.pri.low@gmail.comKendall Condonlibfuzzer: fix SkipZigTest with new inputs
5 months agogravatar for 124872+jedisct1@users.noreply.github.comFrank DenisMerge pull request 'crypto: correct aes-siv s2v' (#31623) from sinon/zig:fix-aes-siv into master
5 months agogravatar for me@gasinfinity.devGasInfinityfix: use no_builtin when including zigc in the Zcu
5 months agogravatar for rpkak@noreply.codeberg.orgrpkakstd.c.MFD: support linux
5 months agogravatar for jacobly@ziglang.orgJacob Youngstd.Io.net: disable unix socket test due to presumed windows kernel bug
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkRevert "std.Progress: use `cmpxchgStrong` instead of `cmpxchgWeak` for locking/unlocking IPC"
5 months agogravatar for mlugg@mlugg.co.ukMatthew LuggZcu: correctly handle tid when main thread recurses
5 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'std: audit (most) usages of `cmpxchgWeak`' (#31608) from justusk/zig:cmpxchg-xchg into master
5 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'linux: fix handling of O_TMPFILE flag on filesystems that do not support it' (#31543) from eshom/zig:tmpfile-not-supported into master
5 months agogravatar for sachabarsayuracko@gmail.comsquidy239remove various workarounds for issues that are now fixed (#31567)
5 months agogravatar for jacobly@ziglang.orgJacob Youngwindows: trigger automatic fetching of root certificates
5 months agogravatar for andrew@ziglang.orgAndrew KelleyCLI: use zon format for clang options
5 months agogravatar for jacobly@ziglang.orgJacob YoungnetReceiveOneWindows: fix typo
5 months agogravatar for michaldrozd@protonmail.chfardragonbootstrap.c: work around the gcc sra miscomp using preprocessor checks rather than CLI arg (#31589)
5 months agogravatar for jacobly@ziglang.orgJacob Youngwindows: use enums for boolean types
5 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'basic `loongarch32-linux` support' (#31587) from alexrp/zig:loongarch32 into master
5 months agogravatar for mlugg@mlugg.co.ukMatthew Lugglock-openAir.Legalize: fix typo in bitcast legalization
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenstd.Build.WebServer: fix endianness of written update/exit messages
5 months agogravatar for jacobly@ziglang.orgJacob Youngstd.Io.Threaded: windows networking without ws2_32
5 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: build compiler for baseline instead of spacemit_x60 on riscv64-linux
5 months agogravatar for uraniazpm@noreply.codeberg.orgUraniaZPMMake benchmarking use std.Io.Clock.awake for timing (#31553)
5 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'cbe: fix `switch` statements on large types' (#31557) from justusk/zig:cbe-switch-128 into master
5 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request '`libzigc`: Implement `tanhf`, `tanh`, `modfl`, `modff`, `modf`, `acoshf`, `asin`' (#31536) from mihael/zig:libzigc/more-math-functions into master
5 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'llvm: some random fixes' (#31552) from llvm-fixes into master
5 months agogravatar for mlugg@mlugg.co.ukMatthew Luggllvm: disable loop vectorization for now
5 months agogravatar for antonin.decimo@gmail.comAntonin Décimozld: fix null dereference parsing Mach-O non-existing atom or FDE
5 months agogravatar for infirms@protonmail.cominffeat: remove kernel32.CreateThread, implement ntdll.NtCreateThreadEx inside WindowsThreadImpl (#31519)
5 months agogravatar for here-leslie-lau@noreply.codeberg.orgLeslie Laufix (Io/Dispatch): alignment type reflection compile errors (#31538)
5 months agogravatar for hello@nektro.netMeghan Dennytools: better detect '=' in clang options
5 months agogravatar for antonin.decimo@gmail.comAntonin DécimoCLI: parse ld64 `-w` "suppress all warnings" option (#31545)
5 months agogravatar for techatrix@mailbox.orgTechatrixlib: always pass `process.Environ.Map` as const pointer if applicable
5 months agogravatar for red.black.liquorice@gmail.comHila Friedmaneven tighter return type for `std.math.sign` (#31485)
5 months agogravatar for techatrix@mailbox.orgTechatrixdetect when switch on error shadows it's own switch case capture
5 months agogravatar for justus@klausecker.deJustus KlauseckerSema: handle containers as inline assembly output types correctly
5 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'std.math.pow: fix wrong answer for large even exponents' (#31537) from TemariVirus/zig:master into master
5 months agogravatar for sachabarsayuracko@gmail.comsquidy239add cancelable rwlock functions (#31497)
5 months agogravatar for nmcdaniel@tty.gardenNicholas McDaniellinker: Don't copy protected visibility from shared object symbols
5 months agogravatar for leon@makase.roLeon Lombarlink(ELF): add ZSTD decompression support for compressed sections
5 months agogravatar for kcbanner@gmail.comCasey Bannerbit_set: specify the backing integer for IntegerBitSet, allowing it to be used in extern structs
Loading...