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-27
fix `%%` prefix operator codegen for simple values
Andrew Kelley
2016-01-27
fix codegen for pointers to void
Andrew Kelley
2016-01-27
add explicit cast from isize/usize to pointer
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-26
add c_import top level decl
Andrew Kelley
2016-01-26
different extern syntax and simplify parsing top level decls
Andrew Kelley
2016-01-25
add the C integer types
Andrew Kelley
2016-01-25
implement compile time string concatenation
Andrew Kelley
2016-01-25
codegen: get rid of cur_block_context
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
update std lib to use error type and global variables
Andrew Kelley
2016-01-24
support the `%return` expression
Andrew Kelley
2016-01-24
fix parameter access of sret functions
Andrew Kelley
2016-01-24
ability to return structs byvalue from functions
Andrew Kelley
2016-01-24
fix number literal implicit cast
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-23
main returns %void
Andrew Kelley
2016-01-23
codegen: fix field access of arrays
Andrew Kelley
2016-01-23
implement literal error values
Andrew Kelley
2016-01-23
fix no error emitted for redeclaring global var
Andrew Kelley
2016-01-22
character literal returns a number literal
Andrew Kelley
2016-01-22
implement undefined literal
Andrew Kelley
2016-01-22
add undefined literal
Andrew Kelley
2016-01-22
support statically initialized array literal
Andrew Kelley
2016-01-22
un-special case constant global strings
Andrew Kelley
2016-01-22
support statically initialized structs
Andrew Kelley
2016-01-22
implicit casts rewrite the AST
Andrew Kelley
2016-01-21
allow constants to have number literal values
Andrew Kelley
2016-01-21
number literal rework
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-20
Merge branch 'master' of github.com:andrewrk/zig
Andrew Kelley
2016-01-20
basic support for switch expression
Andrew Kelley
2016-01-20
rename value_count to member_count
MovingtoMars
2016-01-19
add switch statement support to parser
Andrew Kelley
2016-01-18
use signed integer for sizes of things
Andrew Kelley
2016-01-18
add function pointer support
Andrew Kelley
2016-01-18
pave the road for function pointers
Andrew Kelley
2016-01-18
refactor std to use for loop
Andrew Kelley
2016-01-18
add for loop which can iterate over arrays
Andrew Kelley
2016-01-18
fix nested arrays
Andrew Kelley
2016-01-16
better main symbol prototype
Andrew Kelley
2016-01-15
support array literals
Andrew Kelley
2016-01-15
add void arrays test
Andrew Kelley
2016-01-15
merge constant expression evaluator with analyzer
Andrew Kelley
2016-01-14
overflow intrinsics take type as first argument
Andrew Kelley
2016-01-14
fix next_node_index on wrong struct
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
fix noalias codegen
Andrew Kelley
2016-01-13
Merge branch 'master' of github.com:andrewrk/zig
Andrew Kelley
[prev]
[next]