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
/
test
Age
Commit message (
Expand
)
Author
2019-05-06
stage1: add @hasField() built-in
Shawn Landden
2019-04-30
add test case to cover solved bug
Andrew Kelley
2019-04-29
translate-c: Emit @ptrCast + @alignPtr sequence
LemonBoy
2019-04-28
Fix generation of container initializers
LemonBoy
2019-04-26
Do not invoke UB in BigInt shr operations
LemonBoy
2019-04-24
`@sizeOf` returns 0 for comptime types
Andrew Kelley
2019-04-24
Merge pull request #2296 from LemonBoy/translate-c-stuff
Andrew Kelley
2019-04-24
fixed #2356
Jimmi HC
2019-04-22
translate-c: Add test for implicit casts
LemonBoy
2019-04-16
stage1: const_values_equal support tagged union
Michael Dusan
2019-04-11
Fix normalization of right-shifted BigInt at CT
LemonBoy
2019-04-10
__muloti4 does not need the ABI workaround on Windows
Andrew Kelley
2019-04-08
Merge branch 'master' of github.com:ziglang/zig
Jimmi Holst Christensen
2019-04-08
Import 1607.zig to behavior.zig
Jimmi Holst Christensen
2019-04-07
Merge pull request #2205 from kristate/zig-backport-issue532
Andrew Kelley
2019-04-07
test/compile_errors.zig: add regression test for ziglang/zig#532 ;
kristopher tate
2019-04-07
Merge branch 'master' of github.com:ziglang/zig
Jimmi Holst Christensen
2019-04-07
Added regression test for #1607. fixes #1607
Jimmi Holst Christensen
2019-04-06
removed todo comment and added test
Jimmi Holst Christensen
2019-04-05
zig build: support single-threaded builds
Andrew Kelley
2019-04-04
fix NaN comparing equal to itself
Andrew Kelley
2019-04-04
fix `@divFloor` returning incorrect value and add `__modti3`
Andrew Kelley
2019-04-04
add regression test for #1025
Andrew Kelley
2019-04-04
fix thread local variables for non- position independent code
Andrew Kelley
2019-04-02
regression fixes and fix packed struct abi size
Andrew Kelley
2019-03-31
fixed broken casts in std
emekoi
2019-03-31
added error for implicit cast from *const T to *[1]T. credit: @kristate
emekoi
2019-03-31
fix anon enum literal used with switch on union(enum)
Andrew Kelley
2019-03-28
stage1: better error message when comparing against null
Shawn Landden
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
add compile error test for invalid enum literal implicit cast
Andrew Kelley
2019-03-24
implement peer type resolution for enum literals
Andrew Kelley
2019-03-24
make switch expressions allow enum literal types
Andrew Kelley
2019-03-24
implement implicit cast from enum literal to enum
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-23
add regression tests for a bug fixed by an older commit
Andrew Kelley
2019-03-23
add peer type resolution for `*const T` and `?*T`
Andrew Kelley
2019-03-23
character literals: allow unicode escapes
Andrew Kelley
2019-03-23
remove octal and hex floats from the language
Andrew Kelley
2019-03-22
float literals now parse using musl's 128 bit float code
Andrew Kelley
2019-03-22
Merge pull request #2091 from ziglang/bigint-print-fix
Andrew Kelley
2019-03-23
Fix compile-error test case for large integer type
Marc Tiehuis
2019-03-22
Simplify hex-float parsing code
Marc Tiehuis
2019-03-21
hex float parsing: solve another case
Andrew Kelley
2019-03-21
fix parsing of large hex float literals
Andrew Kelley
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-20
Merge remote-tracking branch 'origin/llvm8'
Andrew Kelley
2019-03-20
Merge pull request #2079 from Sahnvour/issue-2050
Andrew Kelley
2019-03-19
c_abi: activate tests on windows
Sahnvour
[next]