aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-06-18compiler_rt: fixup exports of PPC routinesJan Philipp Hafer
2023-06-18Merge pull request #16080 from squeek502/windows-vtAndrew Kelley
2023-06-18Merge pull request #15867 from devnexen/haiku_malloc_usable_sizeAndrew Kelley
2023-06-18std.math.isPowerOfTwo: add tests and doc comment and improve assertr00ster91
2023-06-18std.c: exposing timer apiDavid CARLIER
2023-06-18autodoc: Fix rendering of function arguments named `_`Krzysztof Wolicki
2023-06-18Merge branch 'master' into autodoc-searchkeyLoris Cro
2023-06-17Remove unnecessary isatty call from supportsAnsiEscapeCodesRyan Liptak
2023-06-17windows: detect ANSI support in more terminalsChristofer Nolander
2023-06-17std.http: Fix segfault while redirectingMizuochi Keita
2023-06-17Merge pull request #15501 from matu3ba/win_rmwithposixAndrew Kelley
2023-06-17Merge pull request #15265 from tiehuis/optimize-udivmodAndrew Kelley
2023-06-17zlib: naming conventionXavier Bouchoux
2023-06-17std: add zlib stream writerdantecatalfamo
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-17Merge pull request #16052 from mikdusan/bsd-getdentsAndrew Kelley
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-17wyhash: support comptime usageMarc Tiehuis
2023-06-17privatize std.mem.writePackedInt{Big, Little}Evin Yulo
2023-06-16compiler_rt: add missing PPC routinesJan Philipp Hafer
2023-06-16add additional errno (INTR) to tcset,getpgrp callsGregory Mullen
2023-06-16Merge pull request #16003 from g-w1/plan9-lazy-symsAndrew Kelley
2023-06-17disable udivmod asm divq on windowsMarc Tiehuis
2023-06-17optimize udivmodMarc Tiehuis
2023-06-16zig build: add option to only print failed stepsVeikka Tuominen
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-16plan9: flesh out stdlib enough to allow not using simplified start logicJacob G-W
2023-06-15Merge pull request #16053 from ziglang/update-linux-headersAndrew Kelley
2023-06-16std.Build.Step.Run: add stdin to cache manifestIsaac Freund
2023-06-15update linux kernel headers to 6.3.8Andrew Kelley
2023-06-15dragonfly: fix std.c.getdentsMichael Dusan
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-06-15freebsd: fix std.c.getdentsMichael Dusan
2023-06-15target.zig adds ps4 and ps5 type sizes.Dumitru Stavila
2023-06-14std.atomic.Atomic: update tests to new for-loop syntax, re-enable test with iselEric Joldasov
2023-06-14windows.sendto fix (#15831)Marcos O
2023-06-13Merge pull request #15957 from BratishkaErik/deprecated-Andrew Kelley
2023-06-13Fix pdqSort+heapSort for ranges besides 0..len (#15982)Niles Salter
2023-06-13publicize std.rand.zigguratEvin Yulo
2023-06-13allow run step to skip foreign binary execution if executor failsLee Cannon
2023-06-13crypto.pcurves: don't assume that points with X=0 are at infinity (#16017)Frank Denis
2023-06-13os.connect: mark ECONNABORTED as unreachableEvin Yulo
2023-06-13Never implicitly add rpaths for each lib dir, add NixOS libdir to rpathJan200101
2023-06-13Remove CheckObjectStep.runAndCompare (#15973)Zapolsky Anton
2023-06-13fix typo in std.UriEvin Yulo
2023-06-13bpf: expose "syscall" program type and F_SLEEPABLE flagbfredl
2023-06-13std.mem.ValidationAllocator: forward free() callsdweiller
2023-06-13Merge pull request #15985 from erikarvstedt/fix-arena-allocAndrew Kelley
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-13std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi...Eric Joldasov