AgeAuthorCommit message
1 year agogravatar for sunb@qmrz.net孙冰lock-openstd.Target: Update default Android API level to 24
1 year agogravatar for shangdizhixia1993@163.comsdzx-1typo: block_two_semicolon -> block_two
1 year agogravatar for carl@astholm.seCarl ÅstholmUse `-unknown` when converting WASI/Emscripten target triples into LLVM triples
1 year agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: fix in-memory coercion of functions introducing new generic parameters
1 year agogravatar for jacobly@ziglang.orgJacob Youngbadge-checkMerge pull request #23209 from jacobly0/x86_64-rewrite
1 year agogravatar for jacobly@ziglang.orgJacob YoungMerge pull request #23256 from xtexx/fix-gh-20113
1 year agogravatar for jacobly@ziglang.orgJacob Youngcodegen: fix packed byte-aligned relocations
1 year agogravatar for carl@astholm.seCarl ÅstholmLower `@returnAddress` to a constant 0 in Emscripten release builds
1 year agogravatar for mlugg@mlugg.co.ukMatthew Lugglink: mark prelink tasks as procesed under `-fno-emit-bin`
1 year agogravatar for squeek502@hotmail.comRyan LiptakTrick the meson build system into thinking `zig rc` is `rc.exe`
1 year agogravatar for robin@voetter.nlRobin Voetterbadge-checkMerge pull request #23297 from igaryhe/dan/more-spirv-optype
1 year agogravatar for alex@alexrp.comAlex Rønne Petersencompiler: Support more GCC code models and fix the mapping to LLVM code models.
1 year agogravatar for robin@voetter.nlRobin Voetterbadge-checkMerge pull request #23158 from alichraghi/ali_spirv
1 year agogravatar for alex@alexrp.comAlex Rønne Petersenmingw: Rename mingw32.lib to libmingw32.lib.
1 year agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: rewrite comptime arithmetic
1 year agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: correctly handle empty by-ref initializers
1 year agogravatar for gautheronjonathan@gmail.comJonathan Gautheronstd.zig.c_translation: fix function pointer casting
1 year agogravatar for rofrol@gmail.comRoman Frołowtypo: was issues -> was issued
1 year agogravatar for remeh@remeh.frRémy Mathieubadge-checkposix/write: catch MSGSIZE error (#23238)
1 year agogravatar for kappaloris@gmail.comLoris Crostd.Build.Watch: fix macos implementation
1 year agogravatar for me@eimmer.meElijah M. Immerbadge-checklib/std/http/Client.zig: Ignore empty proxy environment variables (#23223)
1 year agogravatar for travislange12@gmail.comTCROCbadge-checkglibc: fix uninitialized memory in __pthread_cond_s for <=2.40
1 year agogravatar for mlugg@mlugg.co.ukMatthew Luggbadge-checkMerge pull request #22397 from Techatrix/type-safe-ast
1 year agogravatar for mlugg@mlugg.co.ukMatthew LuggZcu: rename `skip_analysis_errors` to `skip_analysis_this_update` and respect it
1 year agogravatar for mlugg@mlugg.co.ukMatthew Luggstd.mem.Allocator.remap: fix incorrect doc comment (part 2)
1 year agogravatar for sunb@qmrz.net孙冰std.c: fix sysconf names (std.c._SC) for android api
1 year agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #23188 from jacobly0/fix-23143
1 year agogravatar for mail@linusgroh.deLinus Grohstd: Add support for SerenityOS in various places
1 year agogravatar for mail@linusgroh.deLinus Grohstd.c: Add definitions for SerenityOS
1 year agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: fix handling of `@This()` on opaques
1 year agogravatar for mathias.lafeldt@gmail.comMathias Lafeldtbadge-checkMerge pull request #23193 from mlafeldt/fix-macho-detection
1 year agogravatar for mlugg@mlugg.co.ukMatthew Luggstd.mem.Allocator.remap: fix incorrect doc comment
1 year agogravatar for pat.github@tullmann.orgPat TullmannEnable compiler-rt tests for wasm32-wasi
1 year agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #21933 from kcbanner/comptime_nan_comparison
1 year agogravatar for alex@alexrp.comAlex Rønne Petersenstd.Target.Query: Don't append glibc version in zigTriple() if ABI isn't GNU.
1 year agogravatar for carmen@dotcarmen.devCarmenlib/std/os/uefi/status.zig: add error to enum conversion fn
1 year agogravatar for hello@nektro.netMeghan Dennystd: Abi.default: only require an os tag
1 year agogravatar for pat.github@tullmann.orgPat Tullmannstd/lib: {fs,io,posix} test clean up
1 year agogravatar for remeh@remeh.frremehstd/containers: improve consistency using gpa parameter name for allocator.
1 year agogravatar for andrew@ziglang.orgAndrew KelleyReapply "build: Don't check parent directories for git tag"
1 year agogravatar for ian@ianjohnson.devIan JohnsonSema: handle generated tag enums in union field order check
1 year agogravatar for andrew@ziglang.orgAndrew Kelleybadge-checkMerge pull request #22998 from jacobly0/x86_64-rewrite
1 year agogravatar for dev@jhert.comJeremy Hertelstd.time.epoch: change getDaysInMonth to accept the year as an argument
1 year agogravatar for jacobly@ziglang.orgJacob Youngcompiler-rt: fix signed min int from float
1 year agogravatar for andrew@ziglang.orgAndrew KelleyRevert "build: Don't check parent directories for git tag"
1 year agogravatar for lauren@selfisekai.rocksLN Liberdabuild: Don't check parent directories for git tag
1 year agogravatar for alex@alexrp.comAlex Rønne PetersenCompilation: Fix `-fno-rtlib-defaultlib` unused argument warning in ReleaseSafe.
1 year agogravatar for alex@alexrp.comAlex Rønne Petersenllvm: Replace DataLayoutBuilder with a simple target -> string switch.
1 year agogravatar for alex@alexrp.comAlex Rønne Petersentest: Disable `test-elf-ld-script-path-error` for now.
1 year agogravatar for pat.github@tullmann.orgPat Tullmannlib/std/Build/Cache.zig: remove .wasi SkipZigTest checks
Loading...