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
/
stage1
Age
Commit message (
Expand
)
Author
2020-11-11
stage1: Avoid resolving type entry in [0]T
LemonBoy
2020-11-10
stage1: Fix comparison of unions containing zero-sized types
LemonBoy
2020-11-09
stage1: Print correct error message for vector @intCast
LemonBoy
2020-11-05
stage1: Make sure union(enum(T)) is valid
LemonBoy
2020-11-05
stage1: Fix type mapping for c_longdouble
LemonBoy
2020-11-03
Merge pull request #6921 from xackus/gimmeMoreOfThoseSweetSweetFileDescriptors
Jakub Konka
2020-11-02
stage1: Fix *WithOverflow intrinsics with u0 values
LemonBoy
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-11-01
stage2: ask for more file descriptors
xackus
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-11-01
stage1: Fix comptime comparison of NaNs
LemonBoy
2020-10-30
remove extra space in .** error message
Travis
2020-10-30
Add tests and fix \n between comments
frmdstryr
2020-10-30
Add support for comments in multiline string literal
frmdstryr
2020-10-30
Merge pull request #6858 from travv0/no-star-after-dot-star
Veikka Tuominen
2020-10-29
stage1: Error out when trying to execute `unreachable`
LemonBoy
2020-10-29
stage1: Fix bug in internal string slicing (#6843)
LemonBoy
2020-10-29
add missing case for TokenizeStateSawDotStar at eof
Travis
2020-10-29
don't allow a token starting with an asterisk directly following .*
Travis
2020-10-29
stage1: Fix small bug in pointer type analysis
LemonBoy
2020-10-29
Merge pull request #6678 from s-ol/doc-type-aware
Veikka Tuominen
2020-10-28
stage1: Correctly generated optional constant values
LemonBoy
2020-10-28
stage1: Fix crash in comptime struct value copy
LemonBoy
2020-10-26
Merge branch 'frmdstryr-import-empty-file'
Andrew Kelley
2020-10-26
non-hacky workaround for the empty file bug
Andrew Kelley
2020-10-26
stage1: support "native" as the OS string in -target
Andrew Kelley
2020-10-26
Fix @import of empty file
frmdstryr
2020-10-24
Add sparc64 linux C ABI
Koakuma
2020-10-23
generated docs: add FnFrame type support
s-ol
2020-10-22
Merge pull request #6744 from LemonBoy/intcast-vec
Andrew Kelley
2020-10-22
generated docs: add anyframe type support
s-ol
2020-10-22
generated docs: add vector type support
s-ol
2020-10-21
stage1: Fix edge case in Union ZigValue generation
LemonBoy
2020-10-20
std docs: print bool values
xackus
2020-10-19
stage1: Implement `@intCast` between vectors
LemonBoy
2020-10-17
stage1: Fix type-checking of unary neg for vector types
LemonBoy
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-16
byteOffsetOf rounds up using bit offset in host integer
vegecode
2020-10-16
stage1: Don't ask LLVM to emit misaligned memcpy
LemonBoy
2020-10-16
stage1: Expand undefined struct/arrays when indexed
LemonBoy
2020-10-15
stage1: Off-by-one error in int to float conversion
LemonBoy
2020-10-14
stage1: Fix missing runtime safety check for intToPtr
LemonBoy
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-08
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-08
stage1: Disallow arrays in function parameters or return types
Tadeo Kondrak
2020-10-07
Merge pull request #6421 from tadeokondrak/opaque-syntax
Andrew Kelley
2020-10-07
Remove .Cold calling convention.
Tadeo Kondrak
2020-10-07
stage1: improve error messages for missing `try` statements
pfg
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-06
Update compile error test for field access of opaque type
Tadeo Kondrak
[prev]
[next]