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
Age
Commit message (
Expand
)
Author
2019-05-06
stage1: add @hasField() built-in
Shawn Landden
2019-05-03
always respect threadlocal for variables with external linkage
Andrew Kelley
2019-05-03
Switch wasm export-all to only values marked exports
Benjamin Feng
2019-05-03
optimize `@memset` with `undefined`
Andrew Kelley
2019-05-01
main: change --enable-pic and --disable-pic to -fPIC and -fno-PIC
Dong-hee Na
2019-04-30
translate-c: fix using wrong enum
Andrew Kelley
2019-04-30
self-hosted translate-c: iterate over top level decls
Andrew Kelley
2019-04-29
translate-c: Emit @ptrCast + @alignPtr sequence
LemonBoy
2019-04-29
Fix crash due to command line argument parsing
Matt Stancliff
2019-04-29
fix build (unused function warning)
Andrew Kelley
2019-04-29
Merge pull request #2139 from emekoi/lib-on-mingw
Andrew Kelley
2019-04-28
Fix generation of container initializers
LemonBoy
2019-04-27
fixed visibility of zig_libc_cc_print_file_name
emekoi
2019-04-27
added static_crt_dir to libc file
emekoi
2019-04-26
zig fmt is built directly into stage1 rather than child process
Andrew Kelley
2019-04-26
clean up test output
Andrew Kelley
2019-04-26
Fix path canonicalization when $HOME has a trailing slash
Andrew Kelley
2019-04-26
Do not invoke UB in BigInt shr operations
LemonBoy
2019-04-26
Change symbol name of tests in codegen
rylmovuk
2019-04-25
translate-c: put -x c back in there, it's necessary
Andrew Kelley
2019-04-25
translate-c: unify API for self-hosted and C++ translate-c
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-24
`@sizeOf` returns 0 for comptime types
Andrew Kelley
2019-04-24
Merge pull request #2296 from LemonBoy/translate-c-stuff
Andrew Kelley
2019-04-24
Merge pull request #2351 from ziglang/fixed-2346
Jimmi Holst Christensen
2019-04-24
fixed #2356
Jimmi HC
2019-04-22
Add translation from pointer to boolean
LemonBoy
2019-04-22
Add some zig_panic for 80-bit float codepaths
LemonBoy
2019-04-22
Correct rendering of AST Char literals
LemonBoy
2019-04-22
More precise translation of char literals
LemonBoy
2019-04-22
translate-c: Pointer to/from integral conversion
LemonBoy
2019-04-22
translate-c: Support for integer to boolean conversions
LemonBoy
2019-04-22
Allow tag expr for enum but not struct
hryx
2019-04-20
renamed add_gnu_link_args
emekoi
2019-04-19
translate-c: Convert char literals
LemonBoy
2019-04-19
translate-c: Parse float/double literals
LemonBoy
2019-04-19
translate-c: support conversion to/from fp types
LemonBoy
2019-04-17
stage1 assertions always on, and have stack traces
Andrew Kelley
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-04-16
stage1: const_values_equal support tagged union
Michael Dusan
2019-04-16
freestanding target adds -ffrestanding to cc parameters
Andrew Kelley
2019-04-16
translate-c: move some code to the C API
Andrew Kelley
2019-04-16
remove workaround for LLD bug
Andrew Kelley
2019-04-15
disable threads when linking WebAssembly to work around an LLD bug
Andrew Kelley
2019-04-15
fix Debug mode when error return tracing is off
Andrew Kelley
2019-04-15
wasm: add wasm-import-module attr to extern
Shritesh Bhattarai
2019-04-15
link: exemption for wasm instead of wasi
Shritesh Bhattarai
2019-04-15
translate-c: move some code to the C API
Andrew Kelley
2019-04-14
organize how the single threaded option is passed around
Andrew Kelley
[next]