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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
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
add docs for std.base64
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 'dimenus-parsec'
Andrew Kelley
2017-11-13
add test case for previous commit
Andrew Kelley
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 windows trying to run linux-only tests
Andrew Kelley
2017-11-10
Merge branch 'bscheinman-linux_timer'
Andrew Kelley
2017-11-10
rename test
Andrew Kelley
2017-11-10
Merge branch 'linux_timer' of https://github.com/bscheinman/zig into bscheinm...
Andrew Kelley
2017-11-10
add epoll and timerfd support on linux
Brendon Scheinman
2017-11-10
disable broken 32 bit windows test
Andrew Kelley
2017-11-10
fix test failures
Andrew Kelley
2017-11-10
fix test failure on 32 bit windows
Andrew Kelley
2017-11-10
Merge branch 'darwin-stat'
Andrew Kelley
2017-11-10
fix bug when multiple function definitions exist
Andrew Kelley
2017-11-10
add windows implementation of io.File.getEndPos
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-11-09
Fix Stat include in darwin land (#605)
Jeff Fowler
2017-11-09
fix typo on darwin lseek (#602)
Jeff Fowler
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
fix travis linux script
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-06
fix typos in std.io (#589)
scurest
2017-11-05
Merge pull request #587 from scurest/c_alloc_redeclaration_of_mem
Andrew Kelley
2017-11-05
fix redeclaration of mem (#585)
scurest
2017-11-05
add test for c_allocator
scurest
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
Merge pull request #583 from Dimenus/libc_runtime
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
bump build_runner allocator to use 30 MB
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
[next]