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
/
link
Age
Commit message (
Expand
)
Author
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-28
stage2: C backend: implement `@breakpoint` and clean up test harness
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
stage2: add missing asserts and early returns for LLVM backend
Timon Kruiper
2020-12-28
stage2: fix building self-hosted without llvm-backend enabled.
Timon Kruiper
2020-12-28
stage2: add LLVM codegen windows support to the self-hosted compiler
Timon Kruiper
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
CBE: Improve formatting
Noam Preil
2020-12-23
CBE: add support for bool,u32
Noam Preil
2020-12-23
Remove redundant emit_h member in Compilation struct.
Alex Cameron
2020-12-23
Implement emit-h
Alex Cameron
2020-12-22
macho: pad out LINKEDIT upto specified filesize
Jakub Konka
2020-12-21
macho: enable binding and lazy binding info writes
Jakub Konka
2020-12-21
macho: write only bits that changed
Jakub Konka
2020-12-21
macho: deduplicate symbol table relocation codepath
Jakub Konka
2020-12-21
macho: dynamically preallocate space for LINKEDIT sections as well
Jakub Konka
2020-12-19
macho: bring back allocatedSize function
Jakub Konka
2020-12-19
macho: preallocate space for linkedit hidden sections;
Jakub Konka
2020-12-19
macho: fix findFreeSpace start value
Jakub Konka
2020-12-19
macho: add missing dirty markers
Jakub Konka
2020-12-19
macho: auto-coerce to slice
Jakub Konka
2020-12-19
macho: move findFreeSpace back to MachO struct
Jakub Konka
2020-12-19
macho: find free space even for __text section
Jakub Konka
2020-12-19
macho: redo how we allocate within a segment
Jakub Konka
2020-12-19
macho: address review comments
Jakub Konka
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
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-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-13
stage2: support dynamically linking musl libc
Isaac Freund
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
[next]