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
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-04-25
cbe: remove unused arena
Jacob Young
2023-03-05
CBE: "compute" max int alignment the lazy way
Jacob Young
2023-02-23
CBE: support call attributes
Jacob Young
2023-02-21
CBE: use CType for type definitions
Jacob Young
2023-02-21
CBE: remove typedef data structures
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-01-23
cbe: handle building for -msvc using clang and -gnu using msvc
kcbanner
2022-12-04
CBE: fix use-after-free of Type keys in free_locals map
Andrew Kelley
2022-12-04
CBE: exploit Liveness analysis to reuse locals
Andrew Kelley
2022-12-03
cbe: don't emit extern decls that are already exported
Jacob Young
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
2022-10-25
cbe: fix globals that reference functions
Jacob Young
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
cbe: cleanup code and fix cases test breakage
Jacob Young
2022-10-25
c: implement @errorName
Jacob Young
2022-10-25
c: fix mangling of error names
Jacob Young
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-07-27
Merge pull request #12252 from ziglang/stage3-test-cases
Andrew Kelley
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
[next]