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
getAppDataDir
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
std.Io.Threaded-groups-2
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-02-05
Added support for vector wrapping mult and sub
Jimmi Holst Christensen
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-02-02
Fix slice concatenation
Matthew McAllister
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2019-02-01
Fix runtime assignment to comptime aggregate field
Matthew McAllister
2019-02-01
add compile errror for @bitCast when bit counts mismatch
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-30
fix test after merging ad8381e0d2936f
Andrew Kelley
2019-01-30
Move tokenizer error location to offending char
Matthew McAllister
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-29
simpler implementation of `&&` and `||` hints
Andrew Kelley
2019-01-25
Hint at use of and/or when &&/|| is improperly used (#1886)
kristopher tate
2019-01-20
add test case for previous commit
Andrew Kelley
2019-01-06
Added test case
Jimmi HC
2019-01-04
Mark comptime int hardcoded address pointee as a run time variable #1171 (#1868)
vegecode
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-27
Test cases for compiler error and working behavior for switching on booleans
alexander
2018-12-23
tests: make type info tests not depend on builtin.Os enum
Andrew Kelley
2018-12-22
comptime: ability to @ptrCast to an extern struct and read fields
Andrew Kelley
2018-12-20
tests: re: 79db394;
kristopher tate
2018-12-19
Fixed intToPtr to fn type when the address is hardcoded (#1842)
Jimmi Holst Christensen
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-05
implement compile error note for function parameter type mismatch
Andrew Kelley
2018-11-24
fix @intCast not catching negative numbers to unsigned
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-19
improve error message when wrong type returned
Andrew Kelley
2018-11-18
fix assertion failure related to @intToEnum
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-17
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-16
Fixed #1663 and removed IrInstructionArrayLen
Jimmi Holst Christensen
2018-11-14
** and ++ operators force comptime on operands
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-09
array type syntax implies comptime
Andrew Kelley
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-06
disable C ABI tests on macos due to LLD deficiency
Andrew Kelley
2018-10-01
Fixed StackTrace not being resolved when panic is invalid (#1615)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-26
fix crash when compile error evaluating return...
Andrew Kelley
2018-09-26
fix variables which are pointers to packed struct fields
Andrew Kelley
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-25
fix crash on runtime index into slice of comptime type
Andrew Kelley
2018-09-25
fix self reference through fn ptr field crash
Andrew Kelley
2018-09-24
fix more bigint code paths and add tests
Andrew Kelley
2018-09-24
fix translate-c test expecting incorrect C ABI on windows
Andrew Kelley
[next]