Some comments fixes
I don't want to run CI on this PR because it doesn't change code, but @andrewrk wrote in ziglang/zig#30875 (comment):
Some comments fixes
Some comments fixes
No, --zig-lib-dir was removed for the build subcommand. Iniatialy I thought that I need to set ZIG_LIB_DIR, but no.
Rename the
packed keyword to bitpack
@ennui I sugested this TODO elsewhere: ziglang/zig#36043 (comment). You don't need to handle this anymore.
Some comments fixes
This is now ready for review after the force-push.
b9bbeaee3c
remove stale comment from
Parse.zig about StringList
ab1a889135
update comments that contain commands to benchmark various
std namespaces
659e0910db
remove remaining redundant license headers
3723cc85d4
make the doc comments in
src/Zir.zig more consistent
dba8487721
added @ to some builtins in comments
Inconsistencies in ways of reffering to commands, directories, files and code in comments
Wrong backround color when my username is referenced
3f46c14859
make
lib/std/crypto/benchmark.zig compile
make
lib/std/crypto/benchmark.zig compile
ae435ef919
make
lib/std/crypto/benchmark.zig compile
2f7e082381
libc: Add missing macOS mach-o headers
fd62635d78
ci: bump aarch64-linux-release timeout by 1 hour
e4b325c195
Merge branch 'splat'
072744f1ac
langref: remove incorrect claim in
@splat section
lib/std/crypto/benchmark.zig doen't compile
compiler: implement @divCeil builtin
I suggest to also handle this TODO from src/main.zig:
a68c466442
Don't be doubtful it is a bug