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
2020-08-04
update install files for LLVM 11rc1
Andrew Kelley
2020-08-04
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-08-04
translate-c: recognize other type trait expressions
Vexu
2020-08-02
add compile error for alignCasting zero sized types
Vexu
2020-07-28
stage1: hot path for resolving types of primitives
Andrew Kelley
2020-07-28
add helpful error note for when function cannot return an error
Vexu
2020-07-27
Add comment explaining --stack-first option
zigazeljko
2020-07-26
Merge pull request #5693 from antlilja/switch-unreachable-else
Andrew Kelley
2020-07-24
stage1: add missing math.h includes
Andrew Kelley
2020-07-24
update clang drivers from llvm 10 to 11
Andrew Kelley
2020-07-24
update LLVM C++ API wrappers from llvm 10 to 11
Andrew Kelley
2020-07-24
Revert "Support taking extern pointers at comptime"
Andrew Kelley
2020-07-24
Support taking extern pointers at comptime
yvt
2020-07-24
macOS: macho ld64.lld fixes
Michael Dusan
2020-07-21
Merge pull request #5905 from Vexu/stage2-float
Andrew Kelley
2020-07-21
Use function attribute "frame-pointer"
Hiroki Noda
2020-07-21
fix comptime comparisons of different sized floats
Vexu
2020-07-18
allow non-pointer extern opaque variables
Vexu
2020-07-18
fix floatCast type check regression
Vexu
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-15
On darwin, only add the self exe to the cache hash for compiler id (#5880)
haze
2020-07-14
follow up from previous commit for generic methods
Andrew Kelley
2020-07-14
fix ability to call methods on enums with pointer-to-self
Andrew Kelley
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
2020-07-12
fix alignment parsing in stage1
Vexu
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
add 'anytype' to stage1 and langref
Vexu
2020-07-11
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-09
Revert "use correct cast function when doing `@floatCast` at comptime"
Andrew Kelley
2020-07-09
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-08
fix missing check on extern variables with no type
Vexu
2020-07-05
stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...
xackus
2020-07-03
stage1 HashMap: linear scan for < 16 entries
Andrew Kelley
2020-07-02
stage1 HashMap: store hash & do robin hood hashing
Andrew Kelley
2020-07-02
stage1: reimplement HashMap
Andrew Kelley
2020-07-01
Add new error message for unreachable else prongs
antlilja
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-24
Fix issue #5618 (#5685)
arbrk1
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-24
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-24
Copy union const values correctly
Alexandros Naskos
2020-06-24
Store else node in IrInstSrcCheckSwitchProngs
antlilja
2020-06-24
Small fixes, fixed tests, added test for argument tuple type
Alexandros Naskos
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-06-24
Revert "building mingw-w64 for windows ARM looks in lib64/lib32 for .def files"
Andrew Kelley
2020-06-24
building mingw-w64 for windows ARM looks in lib64/lib32 for .def files
Andrew Kelley
2020-06-23
Add duplicate checking for switch on types
antlilja
2020-06-22
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-21
stage1: fix concat of sliced str literals
xackus
2020-06-21
Make unary minus for unsigned types a compile error (#5654)
Robin Voetter
[next]