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-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-08
support overriding the dynamic linker argument to ld
Andrew Kelley
2016-02-08
support static linking against libc
Andrew Kelley
2016-02-07
improve performance for get_fn_type
Andrew Kelley
2016-02-07
implement @const_eval
Andrew Kelley
2016-02-06
implement %defer and ?defer
Andrew Kelley
2016-02-06
codegen: return respects unconditional defer
Andrew Kelley
2016-02-06
simple unconditional defer support
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-04
support variable in switch expression prongs
Andrew Kelley
2016-02-04
no namespace required when switching on enum
Andrew Kelley
2016-02-04
ability to explicitly cast bool to int
Andrew Kelley
2016-02-04
for loop supports break and continue
Andrew Kelley
2016-02-04
implement constant values for enums with payload
Andrew Kelley
2016-02-04
allow defining errors with the same name
Andrew Kelley
2016-02-03
add ability to call function pointer field
Andrew Kelley
2016-02-03
basic support for building a test target
Andrew Kelley
2016-02-03
fix debug symbols for byval arguments
Andrew Kelley
2016-02-03
types sized and aligned with LLVM target data layout API
Andrew Kelley
2016-02-02
add @compile_var builtin and "is_big_endian" compile var
Andrew Kelley
2016-02-02
build: fix libc path finding
Andrew Kelley
2016-02-02
unreachable causes a trap in debug mode
Andrew Kelley
2016-02-02
add abort function and "cold" fn attribute
Andrew Kelley
2016-02-01
codegen: avoid table lookup in assembly expression
Andrew Kelley
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-02-01
optimization: avoid codegening unused functions
Andrew Kelley
2016-02-01
add ?? prefix operator
Andrew Kelley
2016-01-31
support casting between floats
Andrew Kelley
2016-01-31
support casting between int and float types
Andrew Kelley
2016-01-31
add --library-path cli option
Andrew Kelley
2016-01-31
parseh handles typedef void better
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-28
ability to specify function type
Andrew Kelley
2016-01-27
c_import of stdio.h works for some functions
Andrew Kelley
2016-01-27
move AST rendering code to separate file
Andrew Kelley
2016-01-27
build command supports -isystem argument
Andrew Kelley
2016-01-27
parseh correctly handles C's void type
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
[prev]
[next]