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
Group-Canceled
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
groupAwait
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-13
cache_add_dep_file: handle ErrorFileNotFound specially
Andrew Kelley
2019-05-13
Merge branch 'asm-cc' of https://github.com/LemonBoy/zig into LemonBoy-asm-cc
Andrew Kelley
2019-05-13
Assemble asm files using CC
LemonBoy
2019-05-11
Amend the error messages
LemonBoy
2019-05-11
Change the enum value allocation strategy
LemonBoy
2019-05-11
amend type_is_valid_extern_enum_tag
LemonBoy
2019-05-11
Support signed types as enum tags
LemonBoy
2019-05-11
Validate enum tag for extern enum
LemonBoy
2019-05-11
fixes #2235
Jimmi Holst Christensen
2019-05-11
Fixed parser for extern threadlocal variables
Jimmi Holst Christensen
2019-05-10
stage2 translate-c: simple function definitions
Andrew Kelley
2019-05-10
fix hang for some compile errors
Andrew Kelley
2019-05-10
translate-c: we have our first test of self-hosted
Andrew Kelley
2019-05-10
stage1: compile error for loop expr val ignored
Michael Dusan
2019-05-10
Fixes and simplifications for stage 1 parser
Jimmi HC
2019-05-10
translate-c: progress on self-hosted function prototypes
Andrew Kelley
2019-05-09
fix translate-c regression
Andrew Kelley
2019-05-09
translate-c: progress on self-hosted function prototypes
Andrew Kelley
2019-05-09
translate-c: use C API for builtin types
Andrew Kelley
2019-05-09
stage1: make some asserts print source location
Andrew Kelley
2019-05-09
compile error for attempt to cast enum literal to error
Andrew Kelley
2019-05-09
translate-c: enough C tokenization/parsing to handle shifting in macros
Andrew Kelley
2019-05-09
translate-c: handle int to ptr and ptr to int casting
Andrew Kelley
2019-05-08
fix build on macOS
Andrew Kelley
2019-05-08
self-hosted translate-c progress on function decls
Andrew Kelley
2019-05-08
add --bundle-compiler-rt function to link options
Andrew Kelley
2019-05-08
stage1: remove unneeded extern function
Andrew Kelley
2019-05-08
translate-c: NULL pointers translate to `null`
Andrew Kelley
2019-05-08
C pointers support if and orelse
Andrew Kelley
2019-05-08
C pointers support .? operator
Andrew Kelley
2019-05-08
C pointers support `null`
Andrew Kelley
2019-05-08
Implement stack probes for x86/x86_64
LemonBoy
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
[next]