aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-06-25x86_64: fix crash emitting a packed undefined u128Jacob Young
2023-06-25update Ascon.zig to use @min builtinMaciej 'vesim' KuliƄski
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-25std.c: few freebsd's kinfo api fixes.David CARLIER
2023-06-25std: re-pub new json symbols in json.zigJosh Wolfe
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24fmt: add rewrite for cast builtin type parametersmlugg
2023-06-24std.c: fix few capcisum api calls, following-up on 6ae19fa.David CARLIER
2023-06-24Revert "fix parseInt failing when a correct base is given"Andrew Kelley
2023-06-24fix parseInt failing when a correct base is givenMikko Kaihlavirta
2023-06-24std.c: fix host_basic_info definition for darwin.David CARLIER
2023-06-24std.c: freebsd fix typo for PROC.PROCCTL_MD_MIN constant.David CARLIER
2023-06-23ErrorBundle: fix integer overflow printing caretr00ster91
2023-06-23Merge pull request #16037 from Jan200101/PR/cmakedefine-fixAndrew Kelley
2023-06-23openbsd: fix NativeTargetInfo semverMichael Dusan
2023-06-24Removed unnecessary return switch on void methodZachary Raineri
2023-06-23std.http: fix the http.Client.wait() hanging when there is 1 more byte leftEd Yu
2023-06-22[heapsort] Protect against integer overflowNiles Salter
2023-06-22Merge pull request #16110 from dweiller/force-tty-colorAndrew Kelley
2023-06-22std.c: update netbsd/openbsd mman constantsDavid CARLIER
2023-06-22[priority_dequeue] Fix out-of-bounds accessNiles Salter
2023-06-22[priority_deque] simplify & optimize isMinLayerNiles Salter
2023-06-22http: fix getting Transfer-Encoding valuePiotr Sarna
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-22std.io.tty: add detectTtyConfigForce for forcing colordweiller
2023-06-21std.Build: implement variable substitutionJan200101
2023-06-21std.Build: correctly implement cmakedefine and cmakedefine01Jan200101
2023-06-20Merge pull request #16098 from ziglang/musl-v1.2.4jacobly0
2023-06-20Merge pull request #15415 from ehaas/c-char-signednessAndrew Kelley
2023-06-20std: json.parseFromValue() (#15981)Josh Wolfe
2023-06-20std: prevent random CI failuresJacob Young
2023-06-20std.os: update logic for 64-bit symbol choiceAndrew Kelley
2023-06-20std.Target: c_char is unsigned on RISC-VEvan Haas
2023-06-20std.Target: Add a function for determining char signedessEvan Haas
2023-06-19Merge pull request #16046 from BratishkaErik/issue-6128Andrew Kelley
2023-06-19std.fmt: fix error set of formatDurationdweiller
2023-06-19Merge pull request #15012 from xxxbxxx/objcpy-elf-compressAndrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite themEric Joldasov
2023-06-19std.mem.order: use for loop syntaxAndrew Kelley
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-06-19objcopy: add support for `--compress-debug-sections`Xavier Bouchoux
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-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