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
/
stage1
/
behavior
Age
Commit message (
Expand
)
Author
2019-04-30
add test case to cover solved bug
Andrew Kelley
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
fixed #2356
Jimmi HC
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
Import 1607.zig to behavior.zig
Jimmi Holst Christensen
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-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
fix anon enum literal used with switch on union(enum)
Andrew Kelley
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
implement peer type resolution for enum literals
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
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-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-13
fix target_requires_pic and reloc_mode
Andrew Kelley
2019-03-13
Fix generation of comptime slices
LemonBoy
2019-03-11
add test cases to cover switching on u0 values
Andrew Kelley
2019-03-11
added tests
Jimmi Holst Christensen
2019-03-06
missed change when switching TypeInfo to use comptime_int
Sahnvour
2019-03-03
fix slice of C pointer
Andrew Kelley
2019-03-03
fix const initialization of optional C pointer to null
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
fix @typeName on slices
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
fix handling when there are multiple externs and
Andrew Kelley
2019-02-25
fix incorrectly trying to memset at comptime
Andrew Kelley
2019-02-25
add a regression test for #704
Andrew Kelley
2019-02-25
fix infinite recursion in type_has_one_possible_value
Andrew Kelley
[next]