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
2022-09-02
zig fmt: don't delete container doc comments
yujiri8
2022-09-02
Merge pull request #12705 from der-teufel-programming/autodoc-big-int
Loris Cro
2022-09-02
Merge pull request #12709 from der-teufel-programming/autodoc-compare-operators
Loris Cro
2022-09-02
autodoc: correct line number implementation
Loris Cro
2022-09-02
zig fmt: remove trailing comma at the end of assembly clobber
riChar
2022-09-02
autodoc: Added int_big support
Der Teufel
2022-09-01
Add AFNOSUPPORT error to bind (#12560)
John Schmidt
2022-09-01
autodoc: Compare operators
Der Teufel
2022-08-31
coff: add import table definitions
Jakub Konka
2022-08-31
Using `comptime level.asText()` in log example
Hashi364
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-30
std.Thread: fix freeAndExit on x86_64-linux (#12693)
biexelar
2022-08-30
coff: add base relocation related types
Jakub Konka
2022-08-30
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka
2022-08-30
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka
2022-08-30
Merge pull request #12662 from wsengir/coff-fix
Jakub Konka
2022-08-30
std.rand: make weightedIndex proportions param a const slice
Veikka Tuominen
2022-08-30
coff: fallback to _start as default entry point for now
Jakub Konka
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
coff: write headers to file
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-30
start: allow for explicitly defined entry point for Win
Jakub Konka
2022-08-28
coff: publicize and flesh out more image constants
William Sengir
2022-08-28
std.random: add weightedIndex function
Justin Whear
2022-08-28
coff: fix reading COFF header offset
William Sengir
2022-08-27
autodoc: better line counting for decls
Loris Cro
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-26
openbsd: fix sigcontext struct and avoid defining fxsave64
Sébastien Marie
2022-08-26
Merge pull request #12600 from ominitay/autodocs-errorset
Loris Cro
2022-08-26
Merge pull request #12601 from ominitay/autodocs-shortdesc
Loris Cro
2022-08-26
coff: do not pull in std.log into coff.zig definitions
Jakub Konka
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-25
glibc/abilists: add libresolv stubs
Motiejus Jakštys
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-24
docs: remove confusion about align[For|Back]ward
Jonas Gollenz
2022-08-24
fix coff.zig with const qualifier convert problem
max
2022-08-24
pthread_key_create: make it build with stage2
Sébastien Marie
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-24
Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks p...
Felix "xq" Queißner
2022-08-24
Adds std.meta.FnPtr for easier stage1/stage2 compatibility
Felix "xq" Queißner
2022-08-23
Revert "std.os: add INVALID_SOCKET (#12081)"
Andrew Kelley
2022-08-23
std.debug: DWARFv5 fixes
Andrew Kelley
2022-08-23
std.os: add INVALID_SOCKET (#12081)
yyny
2022-08-23
skip failing compiler-rt divxf3 tests on Windows
Jakub Konka
2022-08-23
coff: fix compile errors in std.debug
Jakub Konka
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
autodocs: improve first-line descriptions
ominitay
2022-08-23
autodocs: improve error set rendering
ominitay
2022-08-23
autodoc: handle self-referential call+field_type instructions
Loris Cro
2022-08-23
autodoc: initial support for struct_init_anon
Loris Cro
[next]