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
/
all_types.hpp
Age
Commit message (
Expand
)
Author
2016-11-26
IR: add error for non static const on switch case range
Andrew Kelley
2016-11-26
IR: switch expression works with numbers
Andrew Kelley
2016-11-24
IR: generating a switch statement
Andrew Kelley
2016-11-21
IR: implement setFnVisible builtin
Andrew Kelley
2016-11-21
IR: fix codegen for arrays
Andrew Kelley
2016-11-21
IR: fix detection of invalid codegen
Andrew Kelley
2016-11-21
IR: implement ctz and clz builtins
Andrew Kelley
2016-11-21
IR: support unwrap maybe operation
Andrew Kelley
2016-11-20
IR: support sizeOf builtin
Andrew Kelley
2016-11-19
IR: implement compileVar builtin and more
Andrew Kelley
2016-11-18
IR: correctly codegening memset and memcpy
Andrew Kelley
2016-11-18
IR: support setDebugSafety builtin function
Andrew Kelley
2016-11-17
remove AST cloning code and add AST render for while loops
Andrew Kelley
2016-11-17
IR: pointers to constants use correct addresses
Andrew Kelley
2016-11-17
IR: pointers to constants don't copy data
Andrew Kelley
2016-11-13
IR: add assembly instruction
Andrew Kelley
2016-11-10
IR: gen string literal
Andrew Kelley
2016-11-07
IR: support slice types
Andrew Kelley
2016-11-04
WIP moving all analysis to IR
Andrew Kelley
2016-11-03
add concept of inline for, inline while, inline var
Andrew Kelley
2016-10-30
*WIP*
Andrew Kelley
2016-10-27
IR can inline loops
Andrew Kelley
2016-10-23
IR supports variable assignment
Andrew Kelley
2016-10-23
IR: introduce concept of lvalues
Andrew Kelley
2016-10-18
add variable declaration IR
Andrew Kelley
2016-10-16
IR working for if statements
Andrew Kelley
2016-10-11
IR if statements WIP
Andrew Kelley
2016-10-09
explicit casting works with IR
Andrew Kelley
2016-10-06
IR in 2 passes
Andrew Kelley
2016-10-02
simple add function works with IR
Andrew Kelley
2016-09-30
empty function compiles successfully with IR
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-26
cstr.len and cstr.cmp can run at compile time
Andrew Kelley
2016-09-26
add error message for method call on non method
Andrew Kelley
2016-09-26
refactor field access code into more generic container code
Andrew Kelley
2016-09-23
enums support member functions
Andrew Kelley
2016-09-21
exporting an object creates an h file
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-18
ability to specify -framework linker args for MacOS
Andrew Kelley
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-10
rename LLVMZig to ZigLLVM
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-09-04
generate debug info for global constants
Andrew Kelley
2016-09-01
restore shared library functionality
Andrew Kelley
2016-08-29
add ability to explicitly cast enum with no payload to int
Andrew Kelley
2016-08-29
implement null as a literal type
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-08
add zeroes value
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
[prev]
[next]