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
2023-03-04
llvm: fix incorrectly annotated DIType
Jacob Young
2023-03-04
Merge pull request #14781 from ziglang/codegen-cleanup
Jakub Konka
2023-03-03
codegen: rename GenerateSymbolError to CodeGenError
Jakub Konka
2023-03-03
elf: fully zero out symbol when appending to freelist
Jakub Konka
2023-03-03
sparc64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
riscv64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
aarch64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
link: give executable bit to wasm executables sometimes
Andrew Kelley
2023-03-03
codegen: refactor generating Int as immediate where appropriate
Jakub Konka
2023-03-03
arm: use common implementation of genTypedValue helper
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-03-03
sema: Place functions on AVR in flash addrspace
Eckhart Köppen
2023-03-01
packages: avoid creating multiple modules with same build.zig
Andrew Kelley
2023-03-01
Add --build-runner `zig build` option (#14742)
Auguste Rame
2023-03-01
astgen: do not discard result location in for/while loops
John Schmidt
2023-02-27
codegen: fix test failures
Jacob Young
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
2023-02-27
llvm: fix untagged struct names in debug info for llvm (again)
Jacob Young
2023-02-25
fix package hashes on Windows
Andrew Kelley
2023-02-25
CBE: replace locals list with a hash map
Jacob Young
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-23
CBE: implement the future
Jacob Young
2023-02-23
CBE: apply some maybe payload cleanups
Jacob Young
2023-02-23
CBE: simplify always_tail call logic
Jacob Young
2023-02-23
CBE: delete stage1 hacks
Jacob Young
2023-02-23
CType: cleanup
Jacob Young
2023-02-23
CBE: fix MSVC diagnostics generated by the behavior tests
Jacob Young
2023-02-23
CBE: support call attributes
Jacob Young
2023-02-23
CBE: implement c varargs
Jacob Young
2023-02-23
CType: fix lowering of generic function pointer
Jacob Young
2023-02-23
CBE: cleanup field access
Jacob Young
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-22
Close files in hashFileFallible
Ken Kochis
2023-02-21
CBE: fix windows test failures
Jacob Young
2023-02-21
Merge pull request #14664 from mlugg/feat/new-module-cli
Andrew Kelley
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-21
CBE: fix test failures
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: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-02-20
CBE: fix comptime checks
Jacob Young
2023-02-20
CBE: use CType for type rendering
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-21
Add test coverage for some module structures
mlugg
2023-02-21
Improve multi-module error messages
mlugg
2023-02-21
Implement new module CLI
mlugg
2023-02-20
Merge pull request #14685 from ziglang/bitcast-fixes
Jakub Konka
2023-02-20
Linker: -z<arg> should be equivalent to -z <arg> (#14680)
Frank Denis
2023-02-20
Merge pull request #14544 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-02-20
riscv64+sparc64: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
[next]