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
2019-09-26
Merge pull request #3311 from LemonBoy/mips
Andrew Kelley
2019-09-26
Don't warn about redeclaration for the same var node
LemonBoy
2019-09-26
Export _start as __start for MIPS targets
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-26
zig additionally looks for lib/std/std.zig
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-25
musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a
Andrew Kelley
2019-09-25
fix building musl on eabihf abis, incorrect include dirs
Andrew Kelley
2019-09-24
better default enabled features for riscv
Andrew Kelley
2019-09-24
add VarDecl support for struct-method call syntax
Michael Dusan
2019-09-24
Fix result loc unwrapping with optional in error union
LemonBoy
2019-09-24
Fix assignment to optional payload
LemonBoy
2019-09-24
Create user-specified `output-dir`
Jay Weisskopf
2019-09-23
Prevent crash with invalid extern type
LemonBoy
2019-09-23
Fix computation of switch coverage
LemonBoy
2019-09-23
make type_allowed_in_extern more robust
Andrew Kelley
2019-09-23
zig build: linkSystemLibrary integrates with pkg-config
Andrew Kelley
2019-09-22
silence nonportable include path warnings when building glibc on windows
Andrew Kelley
2019-09-22
tolerate windows newlines in glibc text files
Andrew Kelley
2019-09-22
more helpful error message when failing to parse glibc abi.txt
Andrew Kelley
2019-09-22
more info in assertion failures
Andrew Kelley
2019-09-22
remove redundant assert
Andrew Kelley
2019-09-22
significantly increase test coverage
Andrew Kelley
2019-09-22
stage1: fix lost argv[0]
Michael Dusan
2019-09-21
zig test: don't skip execution when explicit command provided
Andrew Kelley
2019-09-21
add behavior test for float widening f16 to f128
Andrew Kelley
2019-09-21
Merge pull request #3278 from LemonBoy/struct-gen
Andrew Kelley
2019-09-21
Correct stack alignment for new stack
LemonBoy
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
Merge pull request #3183 from LemonBoy/fix-3128
Andrew Kelley
2019-09-20
avoid setting `tail` for `@panic`
Andrew Kelley
2019-09-20
reject types of automatic container layout in packed unions
Sahnvour
2019-09-20
Fix comptime bitcast inside an expression
Timon Kruiper
2019-09-19
stage1: fix gcc 9.1.0 compiler error on archlinux
Michael Dusan
2019-09-19
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-19
src: use zig_panic rather than having LLVM abort
daurnimator
2019-09-19
pass param as ref in ZigList::append
ScorrMorr
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
@byteSwap on vectors
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-18
remove TODO regarding lazy values
Andrew Kelley
2019-09-18
stage1: proper return type on vector comparisons
Shawn Landden
2019-09-18
adjust codegen of casting between arrays and vectors
Andrew Kelley
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
2019-09-17
fix peer result location with typed parent, ...
Andrew Kelley
2019-09-16
fix tripping llvm assert
Andrew Kelley
2019-09-16
fix tripping llvm assert
Andrew Kelley
[next]