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
/
src
Age
Commit message (
Expand
)
Author
2020-12-19
Merge pull request #7318 from kubkon/cc-macho
Jakub Konka
2020-12-19
macho: address review comments
Jakub Konka
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-17
macho: refactor calculating LEB128 sizes
Jakub Konka
2020-12-17
macho: deduplicate libc headers between macos arch
Jakub Konka
2020-12-17
macho: no need to parse symbol/string tables
Jakub Konka
2020-12-17
macho: cleanup (lazy) binding info tables
Jakub Konka
2020-12-17
macho: move (lazy)binding tables into imports module
Jakub Konka
2020-12-17
macho: parse binding info into a table of entries
Jakub Konka
2020-12-17
macho: do not error out on unknown load commands
Jakub Konka
2020-12-17
macho: parse symbol and string tables
Jakub Konka
2020-12-17
macho: calculate next available dylib ordinal
Jakub Konka
2020-12-17
macho: clean up formatting
Jakub Konka
2020-12-17
macos: add unfiltered aarch64 libc headers
Jakub Konka
2020-12-17
lld+macho: lld xcomp to x86_64 macos now works
Jakub Konka
2020-12-17
lld+macho: add missing LC_LOAD_DYLIB cmd
Jakub Konka
2020-12-16
zig cc: default to a.exe on windows
Andrew Kelley
2020-12-16
stage2: add test_evented_io to cache hash
Andrew Kelley
2020-12-16
translate-c: detect parenthesized string literals
Veikka Tuominen
2020-12-15
Merge pull request #7431 from LemonBoy/fix-7426
Andrew Kelley
2020-12-15
stage2: Add -include libc-symbols.h when building crtn.S
LemonBoy
2020-12-15
openbsd: crt0.o file is different when build static or dynamic mode
Sébastien Marie
2020-12-15
openbsd: link with required system libraries (#7380)
Sebastien Marie
2020-12-15
stage1: Don't skip steps when analyzing union types
LemonBoy
2020-12-13
stage2: use %type not @type for libc stubs
Isaac Freund
2020-12-13
stage1: Fix crash in can_mutate_comptime_var_state
LemonBoy
2020-12-12
Merge pull request #7406 from ifreund/dyn-musl2
Andrew Kelley
2020-12-13
stage2: link musl dynamically by default if native
Isaac Freund
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund
2020-12-12
glibc: do not provide -lcrypt
Andrew Kelley
2020-12-11
stage2: proper file extension stripping
Andrew Kelley
2020-12-11
fix deadlock with build-exe on an object for windows
Andrew Kelley
2020-12-11
stage2: detect redundant C/C++ source files
Andrew Kelley
2020-12-10
CLI: improved local cache directory logic
Andrew Kelley
2020-12-10
Added global-cache argument to build system + removed extra args.
antlilja
2020-12-10
Support casting enums to all int types.
Evan Haas
2020-12-10
translate-c: support referencing c containers in macros
Vexu
2020-12-10
Merge pull request #7368 from kubkon/macho-trie-cleanup
Jakub Konka
2020-12-09
CLI: infer --name based on first C source file or object
Andrew Kelley
2020-12-09
Do not keep the build.zig cache manifest file locked.
Timon Kruiper
2020-12-09
lld+macho: clean up error message when padding insufficient
Jakub Konka
2020-12-09
stage2+macho: write code signature only when targeting aarch64
Jakub Konka
2020-12-09
macho: parsing Trie now takes a reader and returns bytes read
Jakub Konka
2020-12-09
macho: split writing Trie into finalize and const write
Jakub Konka
2020-12-09
macho: add generic terminal info nullable struct to a node
Jakub Konka
2020-12-09
macho: cleanup export trie generation and parsing
Jakub Konka
2020-12-09
Merge pull request #7367 from kubkon/aarch64-stp-ldp
Andrew Kelley
2020-12-09
Merge pull request #7362 from Vexu/std
Andrew Kelley
2020-12-09
Merge pull request #7366 from LemonBoy/fix-7346
Andrew Kelley
2020-12-09
stage2+aarch64: clean up offset helper structs
Jakub Konka
[next]