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-10
parsing enum declarations
Andrew Kelley
2016-01-09
order-independent declarations
Andrew Kelley
2016-01-09
add memcpy and memset intrinsics
Andrew Kelley
2016-01-08
rename `restrict` to `noalias`
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
add restrict qualifier on pointer arguments
Andrew Kelley
2016-01-08
implement unknown size array indexing and slicing
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-08
fix codegen for implicit maybe wrap
Andrew Kelley
2016-01-07
implement array slicing syntax
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
while detects simple constant condition
Andrew Kelley
2016-01-06
fix undefined reference to memcpy in release mode
Andrew Kelley
2016-01-06
support pub structs. move rand to std lib.
Andrew Kelley
2016-01-06
codegen: fix lshr/ashr not looking at int sign
Andrew Kelley
2016-01-06
codegen: arithmetic is all wrapping for now
Andrew Kelley
2016-01-06
codegen: fix array access of struct field
Andrew Kelley
2016-01-06
codegen: fix member function invocation
Andrew Kelley
2016-01-06
support unknown size arrays
Andrew Kelley
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
[prev]
[next]