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-02-05
Added support for vector wrapping mult and sub
Jimmi Holst Christensen
2019-02-04
fix vector debug info tripping LLVM assertion
Andrew Kelley
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
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-31
os.cpp: fix regression on Windows from 59c050e7
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-30
collapse os_file_mtime into os_file_open_r and check for directory
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
src/analyze.cpp: return type entry for `ZigTypeIdPointer` if it points to `Zi...
kristopher tate
2019-01-09
when rendering llvm const values, ensure the types align
Andrew Kelley
2019-01-08
`@typeInfo`: more correct return type info
Andrew Kelley
2019-01-08
fix debug info for function pointers
Andrew Kelley
2019-01-06
Removed oops comments
Jimmi HC
2019-01-06
Fixed issue where TypeInfo would use types from a prev CodeGen instance
Jimmi HC
2019-01-06
Implemented buf_read_value_bytes for ZigTypeIdArray
Jimmi HC
2019-01-06
Respect the type system instead of ConstExprValue when getting field
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-30
Add DIFlagStaticMember flag to functions.
alexander
2018-12-29
Merge pull request #1859 from mgxm/fbsd2
Andrew Kelley
2018-12-27
Merge pull request #1857 from vegecode/boolean-switch
Andrew Kelley
2018-12-26
allow not having libc include paths and doing @cImport
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-26
Switching on bools with duplicate and missing value detection: Issue 1768
alexander
2018-12-24
tabs to space fix. thanks visual studio.
nebulaeonline
2018-12-24
fixed formatting in options display
nebulaeonline
2018-12-23
fixed stricmp/strcasecmp between windows/posix
nebulaeonline
2018-12-23
Yet another git user error remnant fixed
nebulaeonline
2018-12-23
git user error fix
nebulaeonline
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-12-23
Merge branch 'master' into fbsd2
Marcio Giaxa
2018-12-22
comptime: ability to @ptrCast to an extern struct and read fields
Andrew Kelley
2018-12-20
translate-c: --verbose-cimport prints clang command
Andrew Kelley
2018-12-20
fixups
Andrew Kelley
2018-12-20
src/analyze.cpp: support alignOf(struct T) aligned member inside struct T;
kristopher tate
2018-12-19
freebsd: link against libc
Marcio Giaxa
2018-12-19
Fixed intToPtr to fn type when the address is hardcoded (#1842)
Jimmi Holst Christensen
2018-12-18
ir: delete dead code
Andrew Kelley
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-16
implement comptime pointer cast
Andrew Kelley
2018-12-12
freebsd: fix os_self_exe_path function and update std lib
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-28
work around to support debian's fork of llvm 7.0.1
Andrew Kelley
[next]