AgeAuthorCommit message
7 months agogravatar for vprodan@proton.meVadym Prodanlink/MachO: enhance unwind info size calculation and add page size handling
7 months agogravatar for mlugg@mlugg.co.ukMatthew Luggstd: halve the number of mutexes per mutex
7 months agogravatar for mlugg@mlugg.co.ukMatthew Luggstd.Io.Threaded: spurious unparks are possible
7 months agogravatar for me@gasinfinity.devGasInfinityfeat(libzigc): avoid division/multiplication in `drand48` and `erand48`
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkcompiler: remove -exported_symbols_list from zig build-exe --help
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: bump s390x-linux timeouts by 1 hour
7 months agogravatar for anttiharju@noreply.codeberg.orgAntti Harjuzig cc: Add support for `-exported_symbols_list` (#30628)
7 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'libc: use common `rand` and `*rand48` implementations' (#30826) from GasInfinity/zig:libc-rand into master
7 months agogravatar for squeek502@hotmail.comRyan Liptakresinator: Sync with upstream
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkstd.Io.test: disable `Group.concurrent` on linux w/o libc
7 months agogravatar for hello@nektro.netMeghan Dennycli: add --test-execve option
7 months agogravatar for squeek502@hotmail.comRyan LiptakNtSetInformationFile: remove const from FileInformation buffer param
7 months agogravatar for sertonix@posteo.netSertonixaro: define arch macros for riscv
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkstd.crypto.kangarootwelve: disable more flaky tests
7 months agogravatar for mlugg@mlugg.co.ukMatthew Luggstd: use sigaltstack for default segfault handler
7 months agogravatar for 124872+jedisct1@users.noreply.github.comFrank DenisFix benchmarks after the randomness changes
7 months agogravatar for jay@jayschwa.netJay Petacatstd.mem.sliceTo: Return slice with sentinel from unbounded pointers
7 months agogravatar for justus@klausecker.deJustus KlauseckerSema: fix single-range switch prong capture (for real this time)
7 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'Fix wasi-libc miscompilations and make `std.Io` compile on Emscripten' (#30796) from castholm/zig:retrim-libc-fat into master
7 months agogravatar for me@gasinfinity.devGasInfinityfix(libzigc): properly handle EOF in `ctype`
7 months agogravatar for me@gasinfinity.devGasInfinityfix(libzigc): negative bases are also invalid
7 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'link/MachO: fix eh_frame handling on macOS' (#30768) from vprodan/zig:fix-macos-eh-frame into master
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkstd.http.test: disable tests on openbsd
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: cut down the amount of stuff being run on riscv64-linux
7 months agogravatar for xtex@astrafall.orgxtexCompilation: fix incorrect saved buf count
7 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'A few Windows fixes' (#30757) from squeek502/zig:windows-misc-fixes into master
7 months agogravatar for me@gasinfinity.devGasInfinityfeat(libzigc): use common integer `ato*` and `strto*` implementations
7 months agogravatar for justus@klausecker.deJustus KlauseckerSema: fix single-range switch prong capture
7 months agogravatar for mlugg@mlugg.co.ukMatthew LuggMerge pull request 'frontend: rewrite `switch` logic' (#30776) from justusk/zig:have-you-tried-switching-it-off-and-on-again into master
7 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request '`std.process`: add `PermissionDenied` to `ProtectMemoryError` (for OpenBSD)' (#30781) from alexrp/zig:openbsd-mprotect-immutable into master
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkbuild: bump test-libc max_rss to 2_496_066_355
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkRevert "ci: bump loongarch64-linux timeouts by 1 hour"
7 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: temporarily remove riscv64-linux while I investigate its performance issues
7 months agogravatar for jay@jayschwa.netJay PetacatSema: Allow small integer types to coerce to floats
7 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'libc: use compiler_rt/libzigc for some math functions and add some libc-tests' (#30767) from rpkak/zig:libc-compiler_rt-math into master
7 months agogravatar for nash1111@users.noreply.github.comnash1111crypto: correct checkHostName docs about wildcard matching
7 months agogravatar for kubkon@jakubkonka.comJakub Konkastd: ignore -fmacro-prefix-map flag when parsing NIX_CFLAGS_COMPILE
7 months agogravatar for inkryption07@gmail.comInKryptionlock-openfix semantic UAFs in std.Io.Threaded
7 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'std: move memory locking and memory protection to process' (#30758) from mmap into master
7 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'libc: use common `ctype.h` implementation' (#30763) from GasInfinity/zig:libc-ascii-ctype into master
8 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'crypto.scrypt: accept an std.Io parameter instead of direct entropy' (#30738) from jedisct1/zig:scryptfixes into master
8 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'crypto.ed25519.Signer: get an std.io parameter rather than entropy' (#30736) from jedisct1/zig:edsigned into master
8 months agogravatar for mail@linusgroh.deLinus Grohstd.c: Make clock_nanosleep available on serenity
8 months agogravatar for kfprimm@gmail.comKevin Primm`std.Io.Threaded`: Raise specific error when DNS lookup returns no A/AAAA records
8 months agogravatar for jon@indelible.orgJon Parisestd.Io.net: make HostName.validate RFC 1123-compliant
8 months agogravatar for mlugg@mlugg.co.ukMatthew Lugglink.Wasm: reserve sufficient capacity for `@tagName` function code
8 months agogravatar for mlugg@mlugg.co.ukMatthew Luggbuild runner: refactor step evaluation logic
8 months agogravatar for dev@luna.glLuna Schwalbeandroid: detect native ABI and API level correctly
8 months agogravatar for robotbrainify@gmail.comKhitiaraFix format on uefi guid type, was hitting unreachable
8 months agogravatar for me@gasinfinity.devGasInfinityfeat(libzigc): add `nan`, `nanf`, `nanl` and `bsearch`
Loading...