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-01-16
fix regression in global const alignment
Andrew Kelley
2020-01-16
zig ir.cpp details: remove the mem_slot mechanism
Andrew Kelley
2020-01-16
add struct field default value to typeinfo
Vexu
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-16
Fix garbled error messages from clang
LemonBoy
2020-01-15
disallow multiline strings in test and library names
Vexu
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2020-01-15
Merge pull request #4182 from LemonBoy/mjeiorw
Andrew Kelley
2020-01-14
Make sure @export symbol name is not empty
LemonBoy
2020-01-14
Print sentinel value in ir_print
LemonBoy
2020-01-14
Fix codegen error for some union initializers
LemonBoy
2020-01-14
Fix ICE when BoundFn are passed as parameters
LemonBoy
2020-01-13
Allow switching on pointer types
LemonBoy
2020-01-13
Validate switch range endpoints
LemonBoy
2020-01-13
add an extra assert
Andrew Kelley
2020-01-13
Merge pull request #4162 from LemonBoy/fix-4020
Andrew Kelley
2020-01-12
Fix @call being too eager to resolve the fn argument
LemonBoy
2020-01-12
prefer C++ compiler builtins for BREAKPOINT
Michael Dusan
2020-01-12
Propagate errors in for loop bodies
LemonBoy
2020-01-11
strip cwd from compile error paths
Michael Dusan
2020-01-11
Fix unsafe cast in translate_c
LemonBoy
2020-01-11
Stop dropping errors from clang
LemonBoy
2020-01-10
Don't special-case `builtin` too much
LemonBoy
2020-01-10
Inform the debugger about the effective type sizes
LemonBoy
2020-01-10
Handle forward-declared functions
LemonBoy
2020-01-09
Merge pull request #3955 from LemonBoy/fix-1528
Andrew Kelley
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Correct alignment calculation for runtime addends
LemonBoy
2020-01-08
Propagate more failures upwards
LemonBoy
2020-01-08
Fix calculation of new alignment factor
LemonBoy
2020-01-08
Pointer arithmetic affects the alignment factor
LemonBoy
2020-01-08
More translate-c fixes
LemonBoy
2020-01-07
Fix crash with unresolved loc
LemonBoy
2020-01-07
cleanups related to --eh-frame-hdr
Andrew Kelley
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-07
add --eh-frame-hdr arg for linking
David Cao
2020-01-07
Fix crash in struct initializer evaluation
LemonBoy
2020-01-07
Preserve packed attribute in C translated struct (#4085)
via
2020-01-06
Prevent bitCast to enum types
LemonBoy
2020-01-06
Merge pull request #4083 from LemonBoy/better-stdbool
Andrew Kelley
2020-01-06
Translate anonymous union/struct
LemonBoy
2020-01-06
fix test suite regressions
Andrew Kelley
2020-01-06
fix regression with `@TypeInfo`
Andrew Kelley
2020-01-06
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-06
Better _Bool translation
LemonBoy
2020-01-05
Better InitListExpr translation
LemonBoy
2020-01-05
Merge pull request #4053 from ziglang/test-run-translated-c
Andrew Kelley
2020-01-03
translate-c supports --cache on
Andrew Kelley
2020-01-03
Correct evaluation of optional type alignment
LemonBoy
[next]