AgeAuthorCommit message
3 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: build/run all darwin module tests on aarch64-macos
3 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checktest: don't run x86_64-macos module tests
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkdisable some tests that fail on x86_64-macos
4 months agogravatar for ypsvlq@gmail.comElaine Gibsonstd.zig.LibCDirs: add default haiku include directories
4 months agogravatar for mlugg@mlugg.co.ukMatthew Luggstd.Build: clear step inputs when resetting the step
4 months agogravatar for justus@klausecker.deJustus KlauseckerSema: disallow pointer cast from pointer to opaque type to slice
4 months agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: fix crash bitcasting undefined to bitpack type
4 months agogravatar for mlugg@mlugg.co.ukMatthew LuggAir: fix legalization of packed struct init with OPV field
4 months agogravatar for mlugg@mlugg.co.ukMatthew Luggcompiler: correct ABI size of comptime-only optional type
4 months agogravatar for mlugg@mlugg.co.ukMatthew Luggstd.hash_map: fix `removeByPtr` with array key type
4 months agogravatar for jari.vetoniemi@cloudef.pwJari Vetoniemistd.os.linux: local variable for timeout in poll
4 months agogravatar for ahwayakchih@noreply.codeberg.orgahwayakchihAdd missing BPF.TAX and BPF.TXA declarations
4 months agogravatar for pentuppup@noreply.codeberg.orgpentuppupllvm: print linksection when formatting IR
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenzig cc: always enforce -mabi=ieeelongdouble for powerpc
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: bump s390x-linux-debug timeout by 1 hour
4 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'std.meta: Remove Int/Tuple in favor of @Int/@Tuple' (#35188) from linus/zig:deprecated-std-meta into master
4 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'std.fmt, std.mem.Allocator: Remove bufPrintZ()/dupeZ() in favor of bufPrintSentinel()/dupeSentinel()' (#35190) from linus/zig:deprecated-std-fmt-mem into master
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkstd.debug: disable stack traces on avr
4 months agogravatar for alex@alexrp.comAlex Rønne Petersendrop support for powerpc-linux-gnueabi(hf)
4 months agogravatar for 18176443+jeffkdev@users.noreply.github.comjeffkdevwasm futex: fix invalid cast from u64 to i64
4 months agogravatar for 18176443+jeffkdev@users.noreply.github.comjeffkdevemscripten: Use SIG for sigaction types
4 months agogravatar for mlugg@mlugg.co.ukMatthew LuggMerge pull request '`std.builtin` -> `std.lang` migration progress' (#32182) from compiler-std-lang into master
4 months agogravatar for andrew@ziglang.orgAndrew Kelleylangref: fix incorrect description of `>>` operation
4 months agogravatar for andrew@ziglang.orgAndrew Kelleystd.Io: clarify Group semantics with respect to async tasks
4 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'std: fix getCpuCount() for emscripten' (#35206) from jeffkdev/zig:fix-issue-31871 into master
4 months agogravatar for arnaudchesse@outlook.comjohan0AConfig.resolve: don't error on explicit dynamic linker for Lib/Obj outputs
4 months agogravatar for mail@linusgroh.deLinus Grohstd.Io.File: Remove deprecated option types
4 months agogravatar for xsawyerx@gmail.comSawyer XAdd stat for darwin aarch64 (#32178)
4 months agogravatar for paul.verigo@gmail.comPavel Verigostage2-wasm: disable std tests, add failing behavior tests
4 months agogravatar for mail@linusgroh.delinusMerge pull request 'std.zig.LibCInstallation: Add support for serenity' (#32172) from linus/zig:more-serenity into master
4 months agogravatar for prokop@rdck.devProkop RandáčeksetKey shouldn't recompute the entire index
4 months agogravatar for andrew@ziglang.orgAndrew KelleyMerge pull request 'Export wrapper around Zig DllMain function when linking libc + add tests' (#32179) from squeek502/zig:windows-dlls into master
4 months agogravatar for justus@klausecker.deJustus KlauseckerLowerZon: fix `packed` containers
4 months agogravatar for andrew@ziglang.orgAndrew Kelleystd: alias lang to builtin
4 months agogravatar for saurabh.m@proton.meSaurabh Mishra`std:ArrayList`: Merge `getLastOrNull` into `getLast` (#32008)
4 months agogravatar for pentuppup@noreply.codeberg.orgpentuppupZcu: remove optimizeMode(), fix usages
4 months agogravatar for andrew@ziglang.orgAndrew Kelleyllvm builder: add missing comma before predictable metadata
4 months agogravatar for hello@nektro.netMeghan Dennystd.MultiArrayList: add a swap method
4 months agogravatar for sachabarsayuracko@gmail.comsquidy239remove deprecated managed MemoryPool versions (#31483)
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkMerge branch 'ci-jit-cmd'
4 months agogravatar for mlugg@mlugg.co.ukMatthew LuggMerge pull request 'delete the bad features' (#32130) from rejected-for-language-simplicity into master
4 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'implement `.preinit_array` support in `link.Elf`; link libtsan with `-whole-archive`' (#32107) from alexrp/zig:preinit-array into master
4 months agogravatar for mlugg@mlugg.co.ukMatthew Lugglock-openstd.c: fix Haiku definition of `MSF`
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenlink.Elf, link.Lld: executables should not have an image base on Haiku
4 months agogravatar for hi@mihaelm.commihael`libzigc/math`: Implement `rintl`, `lrintl` (#31791)
4 months agogravatar for me@gasinfinity.devGasInfinitystd: rename `bit_set` variants and deprecate the managed one.
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkbuild: use -ffunction-sections -fdata-sections for the Zig compiler on Hexagon
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checklibunwind: unregress x32 and mips n32 build
4 months agogravatar for alex@alexrp.comAlex Rønne Petersenllvm: fix sign extension of 32-bit integers in callconv(.c) on mips
4 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'std: re-enable some tests on loongarch64 and s390x' (#32079) from alexrp/zig:reenable-tests into master
Loading...