aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-10-09std.mem: use indexOfScalarPos when indexOf is called where needle.len == 1Karl Seguin
2023-10-09lib/std/fs/test.zig: cleanup (#17443)Pat Tullmann
2023-10-06std.unicode.utf8ValidateSlice: optimize implementation (#17329)Karl Seguin
2023-10-06Update Server.zig:{listen, do} to specify error enumsBecker A
2023-10-06Merge pull request #17419 from ziglang/unsound-native-target-infoAndrew Kelley
2023-10-06Add pause() to linux.zigRatakor
2023-10-06Add filled_sigset to os.zigRatakor
2023-10-06Add filled_sigset to os.linuxRatakor
2023-10-06std.math: add nextAfter (#16894)castholm
2023-10-06std: fix memory bug in getExternalExecutorJakub Konka
2023-10-04x86_64: implement C abi for 128-bit integersJacob Young
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-04Merge pull request #17344 from ziglang/type-erased-readerAndrew Kelley
2023-10-04linux: add fanotify APInikneym
2023-10-04GeneralPurposeAllocator.searchBucket: check current bucket before searching t...Ryan Liptak
2023-10-04Update IORING_OP to reflect upstream (#17388)Kai Jellinghaus
2023-10-03std.macho: remove alignment from LoadCommandIteratorAndrew Kelley
2023-10-03std: add type-erased reader; base GenericReader on itAndrew Kelley
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-03Merge pull request #17383 from squeek502/gpa-optim-treapAndrew Kelley
2023-10-03Merge pull request #17363 from ziglang/tar-symlinksAndrew Kelley
2023-10-03valgrind.memcheck: fix makeMem*()Frank Denis
2023-10-03Treap: do not set key to undefined in `remove` to allow re-use of removed nodesRyan Liptak
2023-10-03GeneralPurposeAllocator: Considerably improve worst case performanceRyan Liptak
2023-10-03correctly detect apple a15 and a16 chipsxdBronch
2023-10-02Treap: Add InorderIteratorRyan Liptak
2023-10-02zig fetch: enhanced error reportingAndrew Kelley
2023-10-02introduce the 'zig fetch' command + symlink supportAndrew Kelley
2023-10-02std.fs: give readLink an explicit error setAndrew Kelley
2023-10-02std.tar: support symlinksAndrew Kelley
2023-10-02std.Build: expose `-idirafter` to the build systemCarl Ã…stholm
2023-10-02illumos: fix dynamic linker pathRyan Zezeski
2023-10-02illumos does not have versionsRyan Zezeski
2023-10-02Add illumos OS tagStephen Gregoratto
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-10-01std.mem.zeroes: Zero out entire `extern union`, including paddingJay Petacat
2023-10-01Merge pull request #17161 from tiehuis/vectorize-index-of-scalarAndrew Kelley
2023-09-30Improve (Unmanaged)ArrayList.insertLucas Santos
2023-09-30solaris: hard-code ABI and dynamic linkerRyan Zezeski
2023-09-30solaris: load CA certs fileRyan Zezeski
2023-09-30solaris: fix path component maxRyan Zezeski
2023-09-30solaris: add missing registersRyan Zezeski
2023-09-30fix indexOfSentinel alignment for types larger than 1 byteMarc Tiehuis
2023-09-30std.mem: check backend vector support for indexOfSentinel/indexOfScalarPosMarc Tiehuis
2023-09-30std.mem: add vectorized indexOfScalarPos and indexOfSentinelMarc Tiehuis
2023-09-29Merge pull request #17312 from LucasSantos91/masterAndrew Kelley
2023-09-29Add include_extensions to InstallDir Options (#17300)Krzysztof Wolicki
2023-09-29std.ArrayList: fixups for the previous commitAndrew Kelley
2023-09-29std.ArrayList: insertSlice avoids extra memcpyLucas Santos
2023-09-29Step.Run: fix assert of the wrong value (#17303)Krzysztof Wolicki