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-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
2018-11-27
tier 2 support for freebsd
Andrew Kelley
2018-11-27
Merge branch 'master' into freebsd2
Andrew Kelley
2018-11-26
stage1: better file path handling
Andrew Kelley
2018-11-26
Merge branch 'zig-backport-os_file_read-EISDIR' of https://github.com/kristat...
Andrew Kelley
2018-11-24
refactor type_requires_comptime to have possible error
Andrew Kelley
2018-11-24
fix @intCast not catching negative numbers to unsigned
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-19
fix incorrect --help text
Andrew Kelley
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-18
src/os.cpp: os_file_read: return ErrorIsDir on case EISDIR;
kristopher tate
2018-11-17
aarch64 improvements
Andrew Kelley
2018-11-17
Updated comments in parser.cpp
Jimmi HC
[next]