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-05-03
beginnings of network standard library code
Andrew Kelley
2016-05-03
support maybe destructuring into a pointer variable
Andrew Kelley
2016-04-28
add array multiplication operator
Andrew Kelley
2016-04-28
better alignment value for stack variables
Andrew Kelley
2016-04-27
better parameter codegen
Andrew Kelley
2016-04-26
add missing debug entry for breakpoint
Andrew Kelley
2016-04-26
ability to compare booleans
Andrew Kelley
2016-04-26
add array bounds checking in debug mode
Andrew Kelley
2016-04-25
support switching on error union type
Andrew Kelley
2016-04-24
rename unknown_size_array to slice
Andrew Kelley
2016-04-24
add codegen for pointer comparison
Andrew Kelley
2016-04-24
add skeleton for union support
Andrew Kelley
2016-04-23
fix handling of slice of zero bits type
Andrew Kelley
2016-04-23
fix returning empty struct from function
Andrew Kelley
2016-04-21
ability to use a struct with no fields
Andrew Kelley
2016-04-20
for loop: add ability to get pointer to elem var
Andrew Kelley
2016-04-19
add optional continue expression to while loop
Andrew Kelley
2016-04-19
enum init uses container init syntax instead of fn call
Andrew Kelley
2016-04-19
implement constant initialization of enum values
Andrew Kelley
2016-04-18
add @embed_file builtin function
Andrew Kelley
2016-04-14
move more tests to self-hosted land
Andrew Kelley
2016-04-13
fix evaluating generic functions in wrong context
Andrew Kelley
2016-04-12
eval: ability to eval more things
Andrew Kelley
2016-04-12
eval: support more node types
Andrew Kelley
2016-04-10
fix crash when casting undefined to slice
Andrew Kelley
2016-04-09
goto: jumping out of scope runs defers
Andrew Kelley
2016-04-09
add @breakpoint()
Andrew Kelley
2016-04-09
re-introduce goto
Andrew Kelley
2016-04-09
fix debug symbols regression after llvm 3.8.0
Andrew Kelley
2016-04-09
implement @err_name builtin function
Andrew Kelley
2016-04-08
fix crash when passing empty string to function
Andrew Kelley
2016-04-08
update cat example, refactor std
Andrew Kelley
2016-04-06
support simple generic functions
Andrew Kelley
2016-03-08
update to llvm 3.8.0
Andrew Kelley
2016-03-01
c_void is provided outside of C imports
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-16
rename 'environ' to 'env_type'
Andrew Kelley
2016-02-16
update bootstrap to work for macos too
Andrew Kelley
2016-02-15
first pass at linking on macos
Andrew Kelley
2016-02-15
handle libc include path and libc lib path differently
Andrew Kelley
2016-02-13
respect link order in source code
Andrew Kelley
2016-02-13
add @ctz, @clz and compiler_rt implementation
Andrew Kelley
2016-02-12
c integer size takes into account architecture and OS
Andrew Kelley
2016-02-12
add @compile_var("environ")
Andrew Kelley
2016-02-11
add @compile_var("os") and @compile_var("arch")
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-10
add "targets" command to list architectures, oses, abis
Andrew Kelley
2016-02-09
if statements can be const expr evaluated
Andrew Kelley
2016-02-09
fix -dynamic-linker arg to ld when not overridden
Andrew Kelley
2016-02-09
std: fix parse_u64 implementation and add test
Andrew Kelley
[prev]
[next]