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
2017-11-15
unions have a secret field for the type
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-14
c-to-zig: handle UO_Deref
Andrew Kelley
2017-11-13
parsec supports do loop
Josh Wolfe
2017-11-13
parsec supports post increment/decrement with used result
Josh Wolfe
2017-11-13
parsec supports more compound assign operators
Josh Wolfe
2017-11-13
parsec supports bitshift operators
Josh Wolfe
2017-11-13
Merge branch 'parsec' of https://github.com/dimenus/zig into dimenus-parsec
Andrew Kelley
2017-11-13
parsec supports C comma operator
Josh Wolfe
2017-11-13
parsec supports C NULL to pointer implicit cast
Josh Wolfe
2017-11-13
Fixed duplicate decl detection for typedefs/enums
dimenus
2017-11-10
fix test failures
Andrew Kelley
2017-11-10
fix bug when multiple function definitions exist
Andrew Kelley
2017-11-09
fix parameter of extern var args not type checked
Andrew Kelley
2017-11-08
fix enum sizes too large
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-04
fix build on MacOS
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-11-03
slightly more verbose error message when building object file fails
Andrew Kelley
2017-11-03
Merge pull request #581 from Dimenus/line_endings
Andrew Kelley
2017-11-03
Windows libc & static libc are located in the same dir which is already cover...
dimenus
2017-11-03
Add support for windows line endings with c macros
dimenus
2017-11-03
Add emit command-line option (#580)
Marc Tiehuis
2017-11-03
more compile-time type reflection
Andrew Kelley
2017-11-02
fix incorrect debug info for empty structs
Andrew Kelley
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-27
Merge branch 'master' into self-hosted
Andrew Kelley
2017-10-27
use llvm named structs for const values when possible
Andrew Kelley
2017-10-26
Improve invalid character error messages (#566)
Marc Tiehuis
2017-10-26
better output when @cImport generates invalid zig
Andrew Kelley
2017-10-25
fix crash on field access of opaque type
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
fix missing compiler_rt in release modes
Andrew Kelley
2017-10-24
wip self hosted code
Andrew Kelley
2017-10-23
remove CXX ABI workaround
Andrew Kelley
2017-10-23
add maximum value for @setAlignStack
Andrew Kelley
2017-10-21
parse-c: improve performance
Andrew Kelley
2017-10-21
report compile error instead of crashing for void in var args
Andrew Kelley
2017-10-21
fix compiler crash regarding type name of undefined
Andrew Kelley
2017-10-17
add uwtable attribute to functions on windows
Andrew Kelley
2017-10-16
fix codegen of enum name table having wrong LLVM types
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-15
set stdout and stderr to binary mode on windows
Andrew Kelley
2017-10-15
mingw build: delete unused variable
Andrew Kelley
2017-10-15
only SetConsoleTextAttribute to do console colors on windows
Andrew Kelley
[next]