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-04-27
Add missing state to C object cache
George Roman
2020-04-26
Fix unfortunate typo
Henry Nelson
2020-04-26
add CLI option -Bsymbolic for binding global references locally
Andrew Kelley
2020-04-25
Pass each target feature flag separately
George Roman
2020-04-24
stage1: Prevent the creation of illegal ptr types
LemonBoy
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-23
stage1: Fix bitcast of immediate to ptr type (#5131)
LemonBoy
2020-04-22
Merge pull request #5130 from ziglang/stage2-ir
Andrew Kelley
2020-04-22
stage1: Prevent the creation of illegal pointer types
LemonBoy
2020-04-22
Merge pull request #5133 from LemonBoy/win-progress
Andrew Kelley
2020-04-22
stage1: Another hack for the C ABI compatibility
LemonBoy
2020-04-21
ir: analyze int casting
Andrew Kelley
2020-04-21
Added peer type resolution for [*]T and *[N]T.
elucent
2020-04-21
cleanup: IrBasicBlockGen
Michael Dusan
2020-04-21
cleanup: IrBasicBlockGen
Michael Dusan
2020-04-20
stage1: Handle errors when generating block IR
LemonBoy
2020-04-20
stage1: Fix wrong union access
LemonBoy
2020-04-19
stage1: Fix signed multiplication overflow
LemonBoy
2020-04-19
Merge pull request #5097 from Vexu/field
Andrew Kelley
2020-04-19
fix uninitialized ZigValue
xackus
2020-04-18
disallow declarations between container fields
Vexu
2020-04-18
fix typeInfo tests
Vexu
2020-04-17
add error for non-exter variadic functions
Vexu
2020-04-17
fix missing compile errors on builtin cast functions
Vexu
2020-04-17
stage1: Fix several bugs in constant generation
LemonBoy
2020-04-15
CC: fix binary dupe with no -o
Layne Gustafson
2020-04-14
Shift error message now says "fixed-width integer type" instead of just "inte...
foobles
2020-04-14
cli: add `c++` subcommand to --help menu
Andrew Kelley
2020-04-13
stage1: More fixes for BE targets
LemonBoy
2020-04-12
only use `-nostdinc++` on c++ files
Michael Dusan
2020-04-12
Zig treats -lstdc++ identically to -lc++
Andrew Kelley
2020-04-10
Merge pull request #4711 from leroycep/feature-file-locks
Andrew Kelley
2020-04-10
Fix generated docs of user code
Timon Kruiper
2020-04-09
add error message for invalid assignment
Vexu
2020-04-08
Merge pull request #4975 from Vexu/param-reassign
Andrew Kelley
2020-04-08
fix formatted printing warning
Andrew Kelley
2020-04-08
move array and struct const checks to more appropriate places
Vexu
2020-04-08
zig provides shlwapi.lib for *-windows-gnu
Andrew Kelley
2020-04-07
fix lazy value in ir_analyze_instruction_elem_ptr
xackus
2020-04-08
fix missing compile error on assign to slice and array parameters
Vexu
2020-04-07
Merge pull request #4857 from LemonBoy/fix-4777
Andrew Kelley
2020-04-07
stage1: Respect the specified name for extern var
LemonBoy
2020-04-07
fix missing const on address of literal
Vexu
2020-04-06
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-06
stage1 fixes to support building with 32-bit mingw-w64
Andrew Kelley
2020-04-06
provide ___mb_cur_max_func for i386-windows-gnu
Andrew Kelley
2020-04-06
zig cc: recognize a few more linker options
Andrew Kelley
2020-04-06
ir: Support tuple multiplication
LemonBoy
2020-04-05
zig uses mingw-w64 to provide -lpsapi
Andrew Kelley
[next]