aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-12Change (read/write)PackedInt to (read/write)PackedIntNative in aro/PreprocessorKrzysztof Wolicki
2024-10-12Remove packed_int_array usage from WasmPageAllocator and BigIntKrzysztof Wolicki
2024-10-12Remove PackedIntArray usage from bundled AroKrzysztof Wolicki
2024-10-12Remove packed_int_array.zig from stdKrzysztof Wolicki
2024-10-11std.mem.readVarInt: assert ReturnType is large enough (#20946)poypoyan
2024-10-11std.MultiArrayList: add empty initalizer valueAndrew Kelley
2024-10-11IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...Jean-Baptiste "Jiboo" Lepesme
2024-10-11add loongarch valist supportYANG Xudong
2024-10-10Merge pull request #21654 from ziglang/embrace-path-abstractionAndrew Kelley
2024-10-11musl: Align _init/_fini symbols correctly on arm.Alex Rønne Petersen
2024-10-11std.os.linux: Use the Thumb-specific syscall helpers for thumbeb too.Alex Rønne Petersen
2024-10-10std.Build.Step.CheckObject: display source file pathAndrew Kelley
2024-10-10std.Build.Cache.Path: fix single-quote escaping formatAndrew Kelley
2024-10-10link: fix false positive crtbegin/crtend detectionAndrew Kelley
2024-10-10Sema: implement @splat for arraysmlugg
2024-10-08link tests: add a way to check prefix and use itAndrew Kelley
2024-10-07freebsd posix: add SystemOutdated to MemFdCreateErrorMichael Dusan
2024-10-07dragonfly std: more std.c supportMichael Dusan
2024-10-07Merge pull request #21611 from alexrp/target-abi-defaultAlex Rønne Petersen
2024-10-07Merge pull request #21615 from linusg/panic-uefiAlex Rønne Petersen
2024-10-07Merge pull request #21614 from alexrp/target-avr-alignAlex Rønne Petersen
2024-10-07Merge pull request #21499 from alexrp/loongarch-gnusfAlex Rønne Petersen
2024-10-06std.Target: Rewrite Abi.default() to have better defaults across the board.Alex Rønne Petersen
2024-10-06Merge pull request #21597 from achan1989/issue_14324Andrew Kelley
2024-10-06Build: Add `option(LazyPath, ...)` supportInKryption
2024-10-07std.debug: Fix defaultPanic() uefi buildLinus Groh
2024-10-06Merge pull request #21608 from mikdusan/ppc64Alex Rønne Petersen
2024-10-06std.Target: Fix cTypePreferredAlignment() to always return 1 for avr.Alex Rønne Petersen
2024-10-06Merge pull request #21605 from alexrp/ohos-stuffAlex Rønne Petersen
2024-10-06Merge pull request #21587 from alexrp/hexagon-portingAlex Rønne Petersen
2024-10-06Merge pull request #21518 from mlugg/incremental-ciMatthew Lugg
2024-10-06Explain why POLL_FD_READWRITE is not dangerous at sites of useachan1989
2024-10-06Copy in WASI rights_t documentationachan1989
2024-10-06Merge pull request #21037 from alexrp/target-dyldAlex Rønne Petersen
2024-10-06std: async read into small temporary buffer between `poll` calls on Windowsmlugg
2024-10-06Merge pull request #21331 from bobf/std-meta-DeclEnum-empty-structAlex Rønne Petersen
2024-10-06Merge pull request #21581 from zigmd/fix-typo-in-segset_tAlex Rønne Petersen
2024-10-05std ppc64: add nop to start inline-asmMichael Dusan
2024-10-05stage1 ppc64: remove inline-asm overlapping clobbersMichael Dusan
2024-10-05Create/open file on WASI targets should have POLL_FD_READWRITE rightsachan1989
2024-10-05std.Target: Introduce Abi.ohoseabi to distinguish the soft float case.Alex Rønne Petersen
2024-10-05std.Target: Rewrite DynamicLinker.standard() and fill in some missing details.Alex Rønne Petersen
2024-10-05std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATIONJonathan Marler
2024-10-05Merge pull request #21595 from alexrp/objcopy-seg-paddrAlex Rønne Petersen
2024-10-04Merge pull request #21591 from patrickwick/issue-19009Andrew Kelley
2024-10-05Merge pull request #21593 from alexrp/dlopen-nullAlex Rønne Petersen
2024-10-04remove `@fence` (#21585)David Rubin
2024-10-04std.Target: add missing propeller switch prongsAndrew Kelley
2024-10-04Merge pull request #21532 from marler8997/putDependencyCacheInGraphAndrew Kelley
2024-10-04Adds new cpu architectures propeller1 and propeller2. (#21563)Felix Queißner