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
/
C.zig
Age
Commit message (
Expand
)
Author
2022-07-27
move zig.h to become an installation file
Andrew Kelley
2022-07-26
link: avoid passing bad ptrs to pwritev
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-10
C backend: Improve lowering of Zig types to C types
Thomas Ives
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-28
C backend: fix crash when number of Decls passes a threshold
Andrew Kelley
2021-10-28
C backend: emit decls sorted by dependencies
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-22
stage2: Move BlockData out of ir.Inst.Block
joachimschmidt557
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-04-28
stage2: prepare for mainining Decl references to ZIR indexes
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-08
stage2: fix memory leak in the cbe
jacob gw
2021-03-08
stage2 cbe: add error union and error union operations
jacob gw
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-03-08
stage2 cbe: errors
Veikka Tuominen
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-02-01
stage2 cbe: use AutoIndentingStream
Veikka Tuominen
2021-01-06
stage2: update to new ArrayListHashMap API
Andrew Kelley
2021-01-06
stage2: C backend: support unused Decls
Andrew Kelley
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: C backend: remove format() hackery
Andrew Kelley
2021-01-05
stage2: link.C: use pwritev
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-05
integrate CBE with Compilation.update pipeline (closes #7589)
Noam Preil
2021-01-02
Remove some unwanted changes
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
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-23
CBE: Improve formatting
Noam Preil
2020-12-23
Remove redundant emit_h member in Compilation struct.
Alex Cameron
2020-12-23
Implement emit-h
Alex Cameron
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
[prev]
[next]