aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-01-19Add framework paths from NIX_CFLAGS_COMPILEMarco Munizaga
2023-01-19Mutex deadlock detection in debugIntegratedQuantum
2023-01-19fix selectSymbol function pointersstar-tek-mb
2023-01-19wasm: avoids allocating zero length buffers for args or envAdrian Cole
2023-01-19macho: port arm64 and x86_64 compact unwind defs verbatimJakub Konka
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-17Merge pull request #14333 from Vexu/fixesAndrew Kelley
2023-01-17tokenizer: detect null as non-first byte of a line commentVeikka Tuominen
2023-01-17Add std.os.darwin.cssmfn ⌃ ⌥
2023-01-17std.crypto.Certificate.Bundle: use parseCert in rescanWindowsfn ⌃ ⌥
2023-01-17std.crypto.Certificate.Bundle: clear bundle before macOS rescanfn ⌃ ⌥
2023-01-17Merge pull request #14344 from ziglang/config-header-stepAndrew Kelley
2023-01-17std.build.LibExeObjStep: change installHeader APIAndrew Kelley
2023-01-17std.build.ConfigHeaderStep: support cmake syntaxAndrew Kelley
2023-01-17std.crypto.Certificate: add more object idAndrew Kelley
2023-01-17std.crypto.Certificate: skip unknown attributesAndrew Kelley
2023-01-17std.net.getAddressList: call WSAStartup on WindowsAndrew Kelley
2023-01-17std.crypto.Certificate: add more object idsAndrew Kelley
2023-01-17clean up windows cert scanningAndrew Kelley
2023-01-17windows root certificate scanningstar-tek-mb
2023-01-17std.http.Client: default to lazy root cert scanningAndrew Kelley
2023-01-16Merge pull request #14336 from Vexu/field-reorderAndrew Kelley
2023-01-16add std.build.LibExeObjStep.installHeadersDirectoryOptionsAndrew Kelley
2023-01-16Find system-installed root SSL certificates on macOS (#14325)fn ⌃ ⌥
2023-01-16std.os.linux.io_uring: fix ABI errorVeikka Tuominen
2023-01-16autodoc: Better handling of variable decls (#14301)Krzysztof Wolicki
2023-01-16std: Handle field struct defaults in std.mem.zeroInitMichael Bartnett
2023-01-16Add fromOwnedSliceSentinel to ArrayList ArrayList and ArrayListUnmanaged, add...Michael Bartnett
2023-01-16std.Thread: make Id smaller where possibler00ster91
2023-01-15std.crypto.Certificate.Bundle: add more Linux directoriesAndrew Kelley
2023-01-15std.crypto.Certificate: support v1Andrew Kelley
2023-01-13Fix buffer overflow in fmt when DAZ is setRobert Burke
2023-01-12Merge pull request #14265 from ziglang/init-package-managerAndrew Kelley
2023-01-12wasi-libc: use __heap_end if available (#14273)Frank Denis
2023-01-12autodoc: use js instead of details for collapsing descriptionsClement Espeute
2023-01-12UEFI pool allocator changesantlilja
2023-01-12Merge pull request #14257 from Vexu/compile-errorsAndrew Kelley
2023-01-11Package: handle Windows PathAlreadyExists error codeAndrew Kelley
2023-01-11fix std.io.Reader regressionAndrew Kelley
2023-01-11fix build failures on 32-bit arm due to u64/usize coercionAndrew Kelley
2023-01-11zig build: add Artifact.installHeadersDirectoryAndrew Kelley
2023-01-11zig build: support libraries aware of installed headersAndrew Kelley
2023-01-11zig build: support dependenciesAndrew Kelley
2023-01-11std.tar: add strip_components optionAndrew Kelley
2023-01-11add std.tar for tar file unpackingAndrew Kelley
2023-01-11add std.Ini for basic .ini file parsingAndrew Kelley
2023-01-11expose std.io.bufferedReaderSizeAndrew Kelley
2023-01-11std.http.Client: support the Reader interfaceAndrew Kelley
2023-01-11water cooler complaint about gzip stream namespaceAndrew Kelley
2023-01-11parser: add helpful note for missing const/var before container level declVeikka Tuominen