AgeAuthorCommit message
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggfrontend: incremental compilation progress
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggtools: add CBE option to incr-check
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: don't set union tag type if it's not an enum
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggInternPool: don't remove outdated types
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggCompilation: actually do codegen on non-initial updates
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggtest: add new incremental test
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: don't delete reified enum type with error in field
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggcompiler: be more cautious about source locations
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggCompilation: don't queue std analysis twice when testing std
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggZcu: panic on usingnamespace with -fincremental
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggZcu: typo
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: disable comptime call memoization under -fincremental
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggtools,test: improve incr-check and add new incremental tests
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggfrontend: yet more incremental work
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggZcu: construct full reference graph
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggtools: improve incr-check
2 years agogravatar for mlugg@mlugg.co.ukMatthew Luggfrontend: incremental progress
2 years agogravatar for jacobly@ziglang.orgJacob Youngbadge-checkMerge pull request #21111 from jacobly0/self-dwarf
2 years agogravatar for forestix@nom.oneForestcmake: CLANG_LIBRARIES: find libclang-cpp.so.18.1
2 years agogravatar for kubkon@jakubkonka.comJakub Konkabadge-checkMerge pull request #21098 from ziglang/macho-zig-got
2 years agogravatar for jacobly@ziglang.orgJacob Youngbadge-checkMerge pull request #21078 from jacobly0/new-dwarf
2 years agogravatar for kubkon@jakubkonka.comJakub Konkabadge-checkMerge pull request #21065 from ziglang/elf-zig-got
2 years agogravatar for david@vortan.devDavid Rubinbadge-checkadd an error for stack allocations in naked functions (#21082)
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21073 from alexrp/test-changes
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21020 from alexrp/target-fixes
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21056 from alexrp/start-fix-precedence
2 years agogravatar for igor.anic@gmail.comIgor Anićbadge-checkstd.tar: add writer (#19603)
2 years agogravatar for mail@linusgroh.deLinus Grohstd.time.epoch: Fix comments referring to epoch as 1970-10-01
2 years agogravatar for yangxudong@ymatrix.cnYANG Xudongbadge-checkloongarch: fix asm to set thread pointer (#21086)
2 years agogravatar for jacobly@ziglang.orgJacob Youngstart: fix passing comptime-only value to inline asm
2 years agogravatar for clickingbuttons@pm.meclickingbuttonsbadge-checkstd.mem.writeVarPackedInt: handle write_size == 0 (#19745)
2 years agogravatar for reokodoku@lyboc.dns.navyreokodokustd.os.linux: add mseal syscall
2 years agogravatar for yangxudong@ymatrix.cnYANG Xudongbadge-checkloongarch: add glibc start.S to make zig-bootstrap work for loongarch64-linux-gnu (#21015)
2 years agogravatar for meyerja.2013@gmail.comJarrod MeyerWatch.zig: fixes for windows implementation
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21031 from linusg/std-target-naming
2 years agogravatar for torque@users.noreply.github.comTbadge-checklangref: clarify functionality of the round builtin (#19503)
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21075 from ziglang/fuzz
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenstd.debug: Support sparc32 in StackIterator.init().
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenstd.Thread: Merge riscv32/riscv64 assembly in freeAndExit().
2 years agogravatar for robin@voetter.nlRobin Voetterbadge-checkMerge pull request #21030 from Snektron/nv-gpu-builtins
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21053 from alexrp/mips-tests
2 years agogravatar for yangxudong@ymatrix.cnYANG Xudongadd getcontext
2 years agogravatar for alex@alexrp.comAlex Rønne Petersentest: Re-enable armv8-linux-gnueabihf tests.
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenstd.Thread: Fix freeAndExit() syscall numbers for mips64.
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenstd.Thread: Fix freeAndExit() assembly for powerpc.
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenbadge-check`std.os.linux`: Add clone() implementation for mips64. (#21038)
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenall: Handle spirv in addition to spirv(32,64) where applicable.
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenstd.Thread: Explain apparently pointless mips instruction in freeAndExit().
2 years agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21019 from alexrp/target-os-cleanup
2 years agogravatar for alex@alexrp.comAlex Rønne Petersenllvm: Disable lowering to f16 on s390x.
Loading...