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
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2017-09-09
more compile errors for non-const variables of things
Andrew Kelley
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-09-05
fix void return node and param name nodes, fix dupe macros
Andrew Kelley
2017-09-01
c-to-zig: return statement
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-30
generic functions can access comptime args in align value
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-29
prevent implicitly increasing pointer alignment
Andrew Kelley
2017-08-29
pass all tests without triggering assertions
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-28
Merge branch 'embed-lld'
Andrew Kelley
2017-08-27
macos passing all tests except for building a shared library
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-08-26
codegen for enums chooses best order of tag and union fields
Andrew Kelley
2017-08-26
fixups from previous commit
Andrew Kelley
2017-08-26
use most_aligned_member+padding to represent enum unions
scurest
2017-08-20
fix not propagating parseh aliases through pub use decls
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-19
add compile error for globally shadowing a primitive type
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-17
fix wrong value for clz, ctz at compile time
Andrew Kelley
2017-08-16
compiler_rt implementations for __fixuns* functions
Andrew Kelley
2017-08-06
fix constant debug info when number literal is 0
Andrew Kelley
2017-08-05
fix initializing undefined and crash when casting to invalid type
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-03
compileError builtin includes "referenced by" notes
Andrew Kelley
2017-05-27
const global values can reference each other
Andrew Kelley
2017-05-26
implicitly cast by value var args parameters to const references
Andrew Kelley
2017-05-26
fix segfault with array of generic functions
Andrew Kelley
2017-05-25
fix segfault with array of variadic functions
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-21
add error for break/continue exiting defer expression
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-16
fix printf format specifier
Andrew Kelley
2017-05-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-09
ability to slice ptr to hard coded integer at comptime
Andrew Kelley
2017-05-07
switch expression - add compile errors
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-03
add compile error for shadowing variable
Andrew Kelley
2017-05-02
fix debug info for nullable type
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
revert the last 3 compile time improvements
Andrew Kelley
2017-04-25
compile time improvement - move bounds checking to function calls
Andrew Kelley
2017-04-25
compile time improvement - move overflow math safety to fns
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
[next]