Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-02-05 14:07:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/zig
History
Andrew Kelley d4bd1b1a60
Merge pull request #14618 from Vexu/fixes
small misc fixes
2023-02-13 01:58:01 -05:00
..
system
Merge pull request #14418 from ifreund/assume-sentinel-sux
2023-01-23 21:01:54 -05:00
Ast.zig
use build.zig.zon instead of build.zig.ini for the manifest file
2023-02-03 00:06:11 -07:00
c_builtins.zig
update uses of overflow arithmetic builtins
2022-12-27 15:13:14 +02:00
c_translation.zig
implement @qualCast
2023-01-30 18:55:57 +02:00
CrossTarget.zig
all: rename i386 to x86
2022-11-04 00:09:27 +03:30
fmt.zig
std: disable tests regressed from LLVM 14
2022-07-03 15:39:39 -07:00
number_literal.zig
update uses of overflow arithmetic builtins
2022-12-27 15:13:14 +02:00
Parse.zig
use build.zig.zon instead of build.zig.ini for the manifest file
2023-02-03 00:06:11 -07:00
parser_test.zig
introduce ZON: Zig Object Notation
2023-02-03 00:06:11 -07:00
perf_test.zig
introduce ZON: Zig Object Notation
2023-02-03 00:06:11 -07:00
primitives.zig
fmt: canonicalize identifiers
2022-11-18 19:22:42 +00:00
render.zig
zig fmt: do not consider tuples blocks
2023-02-11 14:36:54 +02:00
string_literal.zig
add behavior test for while(true) not needing else unreachable
2022-12-06 17:57:27 -07:00
system.zig
improve detection of how to execute binaries on the host
2021-12-02 21:51:14 -07:00
tokenizer.zig
don't tokenize an invalid string literal
2023-02-11 14:25:25 +02:00