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
2018-04-28
Trying to fix osx build failing by setting param_info.type to nullptr
Jimmi Holst Christensen
2018-04-28
Fixed wrong formatting for arg_index when reporting @ArgType error
Jimmi Holst Christensen
2018-04-28
.ReturnType and @ArgType now emits errors on unresolved types
Jimmi Holst Christensen
2018-04-28
Functions with infered error set can now return literals
Jimmi Holst Christensen
2018-04-28
Removed zero sized error set optimization
Jimmi Holst Christensen
2018-04-23
fix interaction between defer and labeled break
Andrew Kelley
2018-04-23
fix bigint twos complement implementation
Andrew Kelley
2018-04-22
add compile error for invalid deref on switch target
Andrew Kelley
2018-04-22
exit(1) instead of abort() for file not found
Andrew Kelley
2018-04-22
fix windows build broken by previous commit
Andrew Kelley
2018-04-22
better error reporting for missing libc on windows
Andrew Kelley
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-20
zig fmt: preserve comments in front of test blocks
Andrew Kelley
2018-04-19
Optimized field ptr ir for hot path and fix assignment bug
Jimmi Holst Christensen
2018-04-19
Added field builtin function
Jimmi Holst Christensen
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-18
add --no-rosegment cli option
Andrew Kelley
2018-04-18
improve cmpxchg
Andrew Kelley
2018-04-16
fix windows not respecting --msvc-lib-dir, --kernel32-lib-dir
Andrew Kelley
2018-04-16
Set SizeLevel to 2 in ReleaseSmall mode
Alexandros Naskos
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
exit with error code instead of panic for file not found
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-15
fix linux implementation of self exe path
Andrew Kelley
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-13
fix regression with zig install dir
Andrew Kelley
2018-04-13
Merge pull request #915 from zig-lang/self-hosted-cli
Andrew Kelley
2018-04-13
fix undefined behavior triggered by fn inline test
Andrew Kelley
2018-04-12
inline functions must be stored in const or comptime var
Andrew Kelley
2018-04-12
Merge remote-tracking branch 'origin/master' into self-hosted-cli
Andrew Kelley
2018-04-12
remove --zig-install-prefix arg now that we find std at runtime
Andrew Kelley
2018-04-11
allow integer and float literals to be passed to var params
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
fixups from rebase
Andrew Kelley
2018-04-08
running into the llvm corosplit error again
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
fix calling convention at callsite of zig-generated fns
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
codegen: fix not putting llvm allocas together
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-04-06
fix llvm assert on version string with git sha
Ben Noordhuis
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-31
musl-friendly dynamic linking
Andrew Kelley
2018-03-31
fix regressions on windows
Andrew Kelley
2018-03-31
implement os_self_exe_path in the c++ compiler for darwin
Andrew Kelley
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-29
fix examples and rename std.rand.Rand to std.rand.Random
Andrew Kelley
2018-03-28
fix compile time array concatenation for slices
Andrew Kelley
[next]