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
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
2015-12-11
hello world working without libc
Andrew Kelley
2015-12-10
provide std.zig and add it to import paths
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
ability to call external variadic functions
Andrew Kelley
2015-12-08
support assigning to arrays
Andrew Kelley
2015-12-08
array access support
Andrew Kelley
2015-12-08
add array access syntax
Andrew Kelley
2015-12-08
codegen does signed, unsigned, and floating point math
Andrew Kelley
2015-12-08
codegen: set target triple and data layout
Andrew Kelley
2015-12-07
codegen: do all the allocas at beginning of function
Andrew Kelley
2015-12-07
add local variables to debug info
Andrew Kelley
2015-12-07
integrate debug scopes with block context
Andrew Kelley
2015-12-07
all variables have memory addresses
Andrew Kelley
2015-12-07
add debugging info for array type
Andrew Kelley
2015-12-07
getting started on array types
Josh Wolfe
2015-12-06
initialize mutable variables to zero
Josh Wolfe
2015-12-06
add mutable local variables
Andrew Kelley
2015-12-03
exporting .h file supports void
Andrew Kelley
2015-12-03
more C header interoperability
Andrew Kelley
2015-12-03
fix codegen for void parameters
Josh Wolfe
2015-12-03
add bool literals
Josh Wolfe
2015-12-03
local variables work
Josh Wolfe
2015-12-03
add labels and goto
Andrew Kelley
2015-12-02
parsing variable declaration
Josh Wolfe
2015-12-02
add test for undeclared identifier error
Andrew Kelley
2015-12-02
fix parameter access and thus shared library example
Andrew Kelley
2015-12-01
support if conditionals
Andrew Kelley
2015-12-01
implicit void statements and all tests pass with type checking
Josh Wolfe
2015-12-01
string literals have type *const u8
Josh Wolfe
2015-12-01
merge conflicts
Josh Wolfe
2015-12-01
add test for bad import
Andrew Kelley
2015-12-01
support multiple files
Andrew Kelley
2015-12-01
add --color cli arg to override tty detection
Andrew Kelley
2015-12-01
colored error messages that tell the source file
Andrew Kelley
2015-11-30
analyze looks for root export decl only in the root source file
Andrew Kelley
2015-11-30
Merge remote-tracking branch 'origin/master' into type-checking
Josh Wolfe
2015-11-30
closer to multiple files working
Andrew Kelley
2015-11-30
merge conflicts
Josh Wolfe
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-30
no more TypeId. use g->builtin_types.
Josh Wolfe
2015-11-30
all LLVM C++ API contained to one file
Andrew Kelley
2015-11-30
analyze no longer depends on llvm C++ API
Andrew Kelley
[next]