AgeAuthorCommit message
2 months agogravatar for sinon@vortan.devDavid RubinSema: catch missing @intCast case
2 months agogravatar for sinon@vortan.devDavid RubinSema: preserve alignment when performing function field call
2 months agogravatar for sinon@vortan.devDavid RubinSema: copy alignment for try pointer expression
2 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checktest: disable C ABI tests for x86_64-linux-muslx32
2 months agogravatar for alichraghi@proton.meAli Chraghi@extern: add flat decoration
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: implement tuple types
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: implement switch with ranges and loop_switch_br switch_dispatch
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: composite integers
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: fix endianness in object read/write
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: object file linking
2 months agogravatar for quint@daenen.emailQuint Daenenfix(spirv): convert composite_integer unreachables to cg.todo
2 months agogravatar for quint@daenen.emailQuint Daenenfix(spirv): error cleanly on integer types wider than 64 bits
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: int/bool fixes
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: emit debug info for invocation globals
2 months agogravatar for alichraghi@proton.meAli Chraghistd.spirv: add Scope, MemorySemantics, and barrier primitives
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: make codegen multi-threaded
2 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'add full support for libc-less `x86_64-linux-x32` and `mips64(el)-linux-abin32`' (#35828) from alexrp/zig:x32-n32 into master
2 months agogravatar for rmehri01@tutamail.comRyan MehriSema: check for undefined values in zirArrayCat
2 months agogravatar for squeek502@hotmail.comRyan LiptakMerge pull request 'mingw: Only preprocess .def.in files' (#35829) from squeek502/zig:mingw-def-followup into master
2 months agogravatar for rpkak@noreply.codeberg.orgrpkakWriter.writeBytePreserve: preserve only 'preserve -| 1' already buffered bytes
2 months agogravatar for arthurcarvalhot@yahoo.com.brArthur TeixeiraMinGW: remove dependency on a C preprocessor for MinGW .def.in files (#35679)
2 months agogravatar for carmooo@noreply.codeberg.orgcarmoooAdd zip.extractTo test cases (#35748)
2 months agogravatar for jari.vetoniemi@cloudef.pwJari Vetoniemistd.debug: add TargetInfo function which returns the default SelfInfo
2 months agogravatar for arandomosdever@noreply.codeberg.orgARandomOSDeverbadge-checkstd.Target: add wiiu OS tag
2 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request '`std.Io.Threaded`: only use `llseek()` on Linux if `@sizeOf(syscall_arg_t) == 4`' (#35820) from alexrp/zig:x32-n32-llseek into master
2 months agogravatar for code@ryank.ingRyan Kingwasm: add externref and funcref address spaces (#35813)
2 months agogravatar for mlugg@mlugg.co.ukMatthew LuggElf2: make synthesized __dso_handle symbol weak
2 months agogravatar for squeek502@hotmail.comRyan Liptakflate: Correct math when calculating number of available bits
2 months agogravatar for manlio.perillo@gmail.comManlio PerilloMaker/ScannedConfig: Fix alignment of -fincremental
2 months agogravatar for hello@nektro.netMeghan Dennystd.Io.Threaded: remove trailing slash from default_PATH entry
2 months agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-checkci: bump aarch64-macos-debug timeout by 1 hour
2 months agogravatar for hello@nektro.netMeghan Dennystd.Io.Threaded: fix off-by-one in netLookup for '.localhost' detection
2 months agogravatar for justus@klausecker.deJustus KlauseckerSema: allow overwriting previous analysis results when using switch inst to store temporary information
2 months agogravatar for jacobly@ziglang.orgJacob YoungDynLib: fix elf loading
2 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request '`std.debug.Dwarf`: fix unwinding when address size is smaller than register size' (#35807) from alexrp/zig:std-debug-ilp32 into master
2 months agogravatar for mlugg@mlugg.co.ukMatthew LuggElf2: always define `__init_array_start` and friends
2 months agogravatar for justus@klausecker.deJustus Klauseckerfrontend: guarantee references to dereference expressions to be single-item pointers
2 months agogravatar for diegopyl1209@gmail.comDiego Peña y LilloHandle TERM=dumb for stdout/stderr (#35767)
2 months agogravatar for justusk@noreply.codeberg.orgJustus KlauseckerMerge pull request 'Sema: make struct fields referencing comptime vars not comptime' (#31462) from rmehri01/zig:struct_comptime_var_ref into master
2 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'fix struct field alignment for big ints on s390x + fix `VaList` for hexagon and s390x' (#35780) from alexrp/zig:s390x-stuff into master
2 months agogravatar for alex@alexrp.comAlex Rønne PetersenMerge pull request 'Linux 7.1 headers + syscalls' (#35782) from alexrp/zig:linux-7.1 into master
2 months agogravatar for justus@klausecker.deJustus KlauseckerSema: make switch prong item duplicate validation go faster
2 months agogravatar for alex@alexrp.comAlex Rønne Petersencbe: fix helper call generation for int types that lower to 128-bit ints
2 months agogravatar for alichraghi@proton.meAli Chraghitest: skip failing/crashing behavior tests for spirv backend
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: codegen and linker fixes for logical-addressing
2 months agogravatar for alichraghi@proton.meAli Chraghistd: rename gpu.zig to spirv.zig
2 months agogravatar for alichraghi@proton.meAli Chraghispirv: set execution mode via cc info
2 months agogravatar for jacobly@ziglang.orgJacob YoungAstGen: make local align expression implicitly comptime
2 months agogravatar for iamlazynic@gmail.coml1yefengZip.Entry.extractTo (#35232)
2 months agogravatar for evyatar.shafran@gmail.comEJstd.Io.Dir: support `renamePreserve` on Darwin systems (#35358)
Loading...