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
Age
Commit message (
Expand
)
Author
2018-01-07
fix struct inside function referencing local const
Andrew Kelley
2018-01-06
Merge branch 'master' of github.com:zig-lang/zig
Andrea Orru
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-06
Merge pull request #674 from Hejsil/readInt-calling-fix
Andrew Kelley
2018-01-07
Fixed the call to mem.readInt in endian.swap
Jimmi Holst Christensen
2018-01-07
Fixed the call to mem.readInt in Rand.scalar
Jimmi Holst Christensen
2018-01-06
fix exp1m implementation
Andrew Kelley
2018-01-06
disable NewGVN
Andrew Kelley
2018-01-05
Merge branch 'appveyor'
Andrew Kelley
2018-01-05
workaround for microsoft releasing windows SDK with wrong version
Andrew Kelley
2018-01-04
appveyor: enable verbose link for self hosted compiler
Andrew Kelley
2018-01-04
Revert "appveyor ci: look for newer windows sdk version"
Andrew Kelley
2018-01-04
appveyor: skip building self hosted compiler for now
Andrew Kelley
2018-01-04
appveyor: try using vcvarsall
Andrew Kelley
2018-01-04
appveyor: set VCINSTALLDIR
Andrew Kelley
2018-01-04
update windows build to llvm 5.0.1
Andrew Kelley
2018-01-04
Revert "try using appveyor's llvm copy"
Andrew Kelley
2018-01-04
try using appveyor's llvm copy
Andrew Kelley
2018-01-04
appveyor ci: look for newer windows sdk version
Andrew Kelley
2018-01-04
fix test regressions on windows from previous commit
Andrew Kelley
2018-01-04
self-hosted compiler works on macos
Andrew Kelley
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2018-01-03
fix self-hosted build on windows
Andrew Kelley
2018-01-03
self-hosted build: use llvm-config from stage1
Andrew Kelley
2018-01-03
add december in review to reading material; fix docs
Andrew Kelley
2018-01-03
build: std files and c header files are only specified once
Andrew Kelley
2018-01-03
add building the self hosted compiler to the main test suite
Andrew Kelley
2018-01-03
enum tag values are expressions so no parentheses needed
Andrew Kelley
2018-01-03
readme: update macos installation instructions
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2018-01-03
add noInlineCall to docs
Andrew Kelley
2018-01-03
add test for while respecting implicit comptime
Andrew Kelley
2018-01-03
doc fixes
Andrew Kelley
2018-01-02
ir: new pass iteration strategy
Andrew Kelley
2017-12-30
Merge pull request #668 from sparrisable/master
Andrew Kelley
2017-12-31
Added format for floating point numbers. {.x} where x is the number of decimals.
Peter Rönnquist
2017-12-26
fix self-hosted parser test
Josh Wolfe
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-26
set compile flags for zip_cpp
Josh Wolfe
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-24
fix segfault when passing union enum with sub byte...
Andrew Kelley
2017-12-24
docs: fix typo
Andrew Kelley
2017-12-23
add source encoding rules to the docs. see #663
Josh Wolfe
2017-12-23
[self-hosted] source must be valid utf8. see #663
Josh Wolfe
2017-12-23
debug needs to export FailingAllocator
Josh Wolfe
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
translate-c: set up debug scope for translated functions
Andrew Kelley
2017-12-23
build: findLLVM correctly handles system libraries
Andrew Kelley
2017-12-23
build: add --search-prefix option
Andrew Kelley
2017-12-23
std.os.path.resolve handles an absolute path that is missing the drive
Andrew Kelley
[next]