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
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2016-01-05
add #min_value() and #max_value()
Andrew Kelley
2016-01-04
progress toward compile time constant expression evaluation
Andrew Kelley
2016-01-04
add pointer dereferencing operator
Andrew Kelley
2016-01-04
member functions get a namespaced symbol
Andrew Kelley
2016-01-04
add member functions
Andrew Kelley
2016-01-04
import segregation for types
Andrew Kelley
2016-01-04
partial import segregation
Andrew Kelley
2016-01-03
implement #sizeof()
Andrew Kelley
2016-01-03
add #typeof() compiler function
Andrew Kelley
2016-01-02
fix various bugs related to guess number example
Andrew Kelley
2016-01-02
codegen: emit debug metadata for parameters
Andrew Kelley
2016-01-02
fix implicit cast after unreachable bad code gen
Andrew Kelley
2016-01-02
ability to access pointers with array indexing syntax
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2016-01-02
basic maybe type working
Andrew Kelley
2015-12-26
parse if maybe expression
Andrew Kelley
2015-12-24
implement continue expression
Andrew Kelley
2015-12-24
add error for break outside loop
Andrew Kelley
2015-12-24
add break expression
Andrew Kelley
2015-12-24
add while loop
Andrew Kelley
2015-12-24
add struct value expression
Andrew Kelley
2015-12-23
codegen: support byvalue struct assignment
Andrew Kelley
2015-12-22
codegen: fix struct pointer field access
Andrew Kelley
2015-12-16
structs have debug information
Andrew Kelley
2015-12-15
use realpath to avoid duplicate imports
Andrew Kelley
2015-12-15
support addressof operator and struct pointer field access
Andrew Kelley
2015-12-15
fix assignment operators for struct fields
Andrew Kelley
2015-12-15
analyze: clean up type checking
Andrew Kelley
2015-12-15
implicit casting from constant size array to string
Andrew Kelley
2015-12-15
add implicit casting support
Andrew Kelley
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
2015-12-15
more number literal syntax is supported. floats still need work
Josh Wolfe
2015-12-15
codegen: add support for shortening cast
Andrew Kelley
2015-12-15
std: even more efficient inline assembly
Andrew Kelley
2015-12-15
std: more efficient inline assembly
Andrew Kelley
2015-12-15
support inline assembly expressions with return type
Andrew Kelley
2015-12-14
constant initializers allow simple expressions
Andrew Kelley
2015-12-14
add global variable support
Andrew Kelley
2015-12-14
analyze: BlockContext has concept of module scope
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-13
fix incorrect debug info path to imports
Andrew Kelley
2015-12-13
prefer checking a type's id over comparing it to a builtin_types entry
Josh Wolfe
2015-12-12
structs are working
Andrew Kelley
2015-12-12
codegen and tests for modify operators. closes #16
Josh Wolfe
2015-12-12
parsing assignment operators
Josh Wolfe
2015-12-12
fix short circuit expressions
Josh Wolfe
2015-12-12
fix a + b + c and similar
Josh Wolfe
2015-12-12
progress on struct support
Andrew Kelley
2015-12-12
std: print_str no longer requires length argument
Andrew Kelley
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
[next]