aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-01-29std.Thread: fix off-by-one in PosixThreadImpl (#18711)Christian Flicker
2024-01-27std: remove meta.globalOptionVeikka Tuominen
2024-01-27os.windows: Fix missing correction from #18657Krzysztof Wolicki
2024-01-27Merge pull request #18676 from MrDmitry/feat/improve_cmake_replace_valuesAndrew Kelley
2024-01-27parser: fix "else" followed by "comptime"Pavel Verigo
2024-01-26Get rid of direct dependency on std.fmtMrDmitry
2024-01-26Minor formatting, removed duplicate test caseMrDmitry
2024-01-26Add escaped character processingMrDmitry
2024-01-26Rewrite replace_variables with CMake-specific versionMrDmitry
2024-01-26align naming and fix module creation from TranslateCTobias Simetsreiter
2024-01-26std.os.wasi | Fix comment linksZachary Raineri
2024-01-24std.macho: add segment flagsJakub Konka
2024-01-24Merge pull request #17155 from winterqt/ignore-nix-ldflags-linkage-directivesAndrew Kelley
2024-01-23os.windows: Fix error 258 name in Win32ErrorKrzysztof Wolicki
2024-01-23NativePaths: support -L and -l arguments in NIX_LDFLAGSAndrew Kelley
2024-01-23std.zig.system.NativePaths: ignore linkage directives in `NIX_LDFLAGS`Winter
2024-01-23std.fmt: fix unecessary deref on user-defined format functionKhang Nguyen Duy
2024-01-23std.process: return u64 in totalSystemMemoryTristan Ross
2024-01-22Free threads in std.Thread.Pool.init only with pool.joinLittleote
2024-01-22std.io: replace readStructBig with readStructEndianTristan Ross
2024-01-21langref: make more consistentAndrew Kelley
2024-01-21std.fmt: clarify the use of "character"Andrew Kelley
2024-01-21Merge pull request #18634 from MrDmitry/bug/ConfigHeader_cmake_neighborsAndrew Kelley
2024-01-21Handle all errors on std.net.Ipv4address.resolveIPChristiano Haesbaert
2024-01-21Fix last_index after variable substitutionMrDmitry
2024-01-20Merge pull request #18596 from ypsvlq/mingwAndrew Kelley
2024-01-20Merge pull request #18622 from ziglang/zig-mod-edge-caseAndrew Kelley
2024-01-20std.math: make hypot infer type from argument (#17910)expikr
2024-01-19std/math/pow: Fix #18553, isOddInteger: Return false if float value is greate...hdert
2024-01-19std.Build.Compile: handle modules sans root source filesAndrew Kelley
2024-01-19Merge pull request #18293 from g-cassie/array-list-replace-range-assumeAndrew Kelley
2024-01-20mingw: update build logicElaine Gibson
2024-01-20mingw-w64: remove msvcrt sourcesElaine Gibson
2024-01-20mingw-w64: add missing CRT sourcesElaine Gibson
2024-01-19do not enforce function parameters to be marked comptime if only called at co...Meghan Denny
2024-01-19std.ArrayList: pedantic fixups to previous commitAndrew Kelley
2024-01-19std.ArrayList: add replaceRangeAssumeCapacity methodGordon Cassie
2024-01-19Merge pull request #18615 from ziglang/langrefAndrew Kelley
2024-01-19Merge pull request #18611 from erikarvstedt/array-list-overflowAndrew Kelley
2024-01-18zig build: add doc comments for functions related to optionsAndrew Kelley
2024-01-19std.ArrayList.replaceRange: remove unneded overflow checksErik Arvstedt
2024-01-19std.ArrayList: remove `+ 1` overflow checksErik Arvstedt
2024-01-18openbsd: add proper support for aarch64Sebastien Marie
2024-01-18std.http.Client: read response messages with no length until eofNameless
2024-01-18Merge pull request #17499 from rootbeer/makepath-dangling-symlinkAndrew Kelley
2024-01-18std.Uri: change specifier for printing with scheme to semicolon `;`Krzysztof Wolicki
2024-01-16Build: add namedWriteFiles to BuildLoris Cro
2024-01-16byos: Ease `GeneralPurposeAllocator` integrationJay Petacat
2024-01-16Merge pull request #15565 from xEgoist/spawnWindowsAndrew Kelley
2024-01-16Fix TLS record overflow by limiting inner record length to 2^14melonedo