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-09-02
Merge pull request #6229 from LemonBoy/fix-6054
Andrew Kelley
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-09-01
ir: Typecheck the sentinel value in *[N:S1]T to [S2]T casts
LemonBoy
2020-08-30
Remove @OpaqueType
Tadeo Kondrak
2020-08-24
fix error note using invalid source node
Vexu
2020-08-24
add error checks to `@Type`
Vexu
2020-08-22
Merge pull request #6119 from tadeokondrak/@Type(.Enum)
Andrew Kelley
2020-08-22
Remove TypeInfo.Error.value
Tadeo Kondrak
2020-08-21
@Type for Enum fix: use correct decls_scope
Tadeo Kondrak
2020-08-21
Implement @Type for Enum
Tadeo Kondrak
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
correct llvm linkage conversion
Vexu
2020-08-20
disallow extern variables with initializers
Vexu
2020-08-19
Small fixes for @Type(.Struct)
Tadeo Kondrak
2020-08-19
Implement @Type for structs without decls support
Tadeo Kondrak
2020-08-19
Remove offset field from TypeInfo.StructField
Tadeo Kondrak
2020-08-18
Merge pull request #5495 from xackus/fix_5314
Veikka Tuominen
2020-08-18
stage1: let \r\n slide
Andrew Kelley
2020-08-18
Fix opaque structs and C++ mangling
Soren
2020-08-17
Handle singular param count word in error messages (#6073)
Ashish Shekar
2020-08-17
simplify `zig info` and rename it to `zig env`
Andrew Kelley
2020-08-17
add `zig info` command
Sergey Poznyak
2020-08-17
fix cast from invalid non-exhaustive enum to union
Vexu
2020-08-17
disallow '_' prong when switching on non-exhaustive tagged union
Vexu
2020-08-17
stage1: fix non-exhaustive enums with one field
xackus
2020-08-15
stage1: remove buggy "unable to inline function" compile error
Andrew Kelley
2020-08-13
stage1: fix enums having wrong debug info
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-08-11
translate-c: convert int to bool if bool is expected
Vexu
2020-08-08
stage1: deal with WebAssembly not supporting @returnAddress()
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-08-07
stage1: elide `@intToPtr` alignment safety check for 1-byte alignment
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
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
[next]