index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2024-08-05
Merge pull request #20934 from alexrp/sparc32-leon3
Andrew Kelley
2024-08-05
std.zig.target: Set minimum glibc version for csky to 2.29.
Alex Rønne Petersen
2024-08-05
std.Target: Use v9 as the baseline CPU for sparc32.
Alex Rønne Petersen
2024-08-04
std.sort: Remove key argument from binary-search-like functions (#20927)
Fri3dNstuff
2024-08-04
std.Target: Specify dynamic linker and C type sizes for serenity
Linus Groh
2024-08-02
reintroduce std.Dwarf.abi.supportsUnwinding
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-08-01
std.debug: rename Info to SelfInfo
Andrew Kelley
2024-08-01
std.debug.Info: rename ModuleDebugInfo to Module
Andrew Kelley
2024-08-01
std.debug.Info: extract to separate file
Andrew Kelley
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
2024-08-01
std.debug.DebugInfo: rename to std.debug.Info
Andrew Kelley
2024-08-01
add std.fs.Dir.Handle
Andrew Kelley
2024-08-01
test runner: avoid spawning progress thread when instrumented
Andrew Kelley
2024-08-01
std.os.linux: Unbreak the build
Alex Rønne Petersen
2024-08-01
Merge pull request #20797 from alexrp/start-more-arches
Andrew Kelley
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-08-01
Merge pull request #20869 from alexrp/linux-syscalls
Andrew Kelley
2024-08-01
Merge pull request #20857 from alexrp/tls-porting
Andrew Kelley
2024-08-01
Merge pull request #20772 from alexrp/linux-audit
Andrew Kelley
2024-08-01
std.Target: Handle loongarch in Os.Tag.archName().
Alex Rønne Petersen
2024-08-01
std.atomic: Don't lie to the compiler about memory clobbers in spinLoopHint().
Alex Rønne Petersen
2024-08-01
std.Target: Use hexagonv60 as the baseline CPU model for hexagon.
Alex Rønne Petersen
2024-08-01
Merge pull request #20823 from alexrp/start-pie-mips-ppc
Andrew Kelley
2024-08-01
Merge pull request #20872 from alexrp/riscv-gp
Andrew Kelley
2024-08-01
Merge pull request #20884 from Rexicon226/riscv
Jakub Konka
2024-07-31
Merge pull request #20885 from ziglang/simplify-tokenizer
Andrew Kelley
2024-07-31
Merge pull request #20878 from tiehuis/std-math-complex-fixes
Andrew Kelley
2024-07-31
tokenizer: tabs and carriage returns spec conformance
Andrew Kelley
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-31
start: remove riscv condition
David Rubin
2024-07-31
aro_translate_c: fix formatting
Evan Haas
2024-07-31
aro_translate_c: do not translate atomic types
Evan Haas
2024-07-31
aro_translate_c: handle opaque struct defs in prototypes
Evan Haas
2024-07-31
aro_translate_c: basic typedef support
Evan Haas
2024-07-31
aro_translate_c: improve record translation
Evan Haas
2024-07-31
aro_translate_c: demote functions with bodies to extern
Evan Haas
2024-07-31
aro_translate_c: Make function decls public
Evan Haas
2024-07-31
aro_translate_c: Translate enum types
Evan Haas
2024-07-31
aro_translate_c: translate pointer types
Evan Haas
2024-07-31
aro_translate_c: translate incomplete arrays
Evan Haas
2024-07-31
aro_translate_c: Translate array types
Evan Haas
2024-07-31
aro_translate_c: Emit compile errors instead of panicking for var decls
Evan Haas
2024-07-31
start: Disable the gp initialization code for the self-hosted riscv64 backend.
Alex Rønne Petersen
2024-07-31
start: Initialize gp to __global_pointer$ on riscv.
Alex Rønne Petersen
2024-07-30
std: fix long double size for loongarch.
YANG Xudong
2024-07-30
std: set standard dynamic linker path for loongarch64 on linux. (#20726)
YANG Xudong
2024-07-30
std.os.linux.start_pie: Use a 64-bit displacement for s390x.
Alex Rønne Petersen
[next]