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
2022-07-26
link: avoid passing bad ptrs to pwritev
Andrew Kelley
2022-07-26
LLVM: add probe-stack function attribute
Andrew Kelley
2022-07-26
Merge pull request #12244 from Vexu/stage2
Andrew Kelley
2022-07-26
Sema: better error when coercing error sets
Veikka Tuominen
2022-07-26
test-cases harness: test all updates
Andrew Kelley
2022-07-26
Merge pull request #12136 from topolarity/llvm-config-rework
Andrew Kelley
2022-07-26
Merge pull request #12237 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-26
Sema: disable "unreachable else prong" error for error sets for now
Veikka Tuominen
2022-07-26
Sema: improve expression value ignored error
Veikka Tuominen
2022-07-26
Sema: resolve lazy values for compile log
Veikka Tuominen
2022-07-26
Sema: give comptime_field_ptr priority over field_ptr in tuples
Veikka Tuominen
2022-07-26
AstGen: disable null bytes and empty stings in some places
Veikka Tuominen
2022-07-26
Sema: better source location for builtin options
Veikka Tuominen
2022-07-26
Module: improve handling of errors in `@call` arguments
Veikka Tuominen
2022-07-25
macho: fix memory leak and refactor Target usage
Jakub Konka
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-25
Sema: `analyzeInlineCallArg` needs a block for the arg and the param
Veikka Tuominen
2022-07-25
Merge pull request #12188 from Luukdegram/llvm-wasm-c-abi
Luuk de Gram
2022-07-25
Merge pull request #12225 from ziglang/ci-stage3-standalone
Andrew Kelley
2022-07-25
wasm: Only allow lowering C-ABI compatible types
Luuk de Gram
2022-07-25
llvm: correctly lower c-abi for Wasm target
Luuk de Gram
2022-07-25
wasm: pass correct abi-size for scalar values
Luuk de Gram
2022-07-24
LLVM: notice the soft_float CPU feature
Andrew Kelley
2022-07-24
stage2: don't skip liveness or codegen if -femit-asm is supplied
Andrew Kelley
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-24
stage2: implement `noinline fn`
Meghan
2022-07-24
report better error for package not found in stage2
Andreas Reischuck
2022-07-23
CMake: Add ZIG_LLVM_LINK_MODE to config.h
Cody Tapscott
2022-07-23
Sema: don't add union field access safety check for single field unions
Veikka Tuominen
2022-07-23
Sema: validate duplicate fields in anon structs
Veikka Tuominen
2022-07-23
Sema: add some more 'declared here' notes
Veikka Tuominen
2022-07-23
Sema: add default value here note to invalid comptime field store error
Veikka Tuominen
2022-07-23
AstGen: make comptime fields in packed and extern structs compile errors
Veikka Tuominen
2022-07-23
Sema: check for zero length slices in `@alignCast` safety
Veikka Tuominen
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-23
Sema: handle store to comptime field when `ResultLoc == .none`
Veikka Tuominen
2022-07-23
Sema: return `.comptime_field_ptr`s for tuples
Veikka Tuominen
2022-07-23
Sema: `@alignCast` safety
Veikka Tuominen
2022-07-23
Sema: `@floatToInt` safety
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-23
Sema: exact division safety
Veikka Tuominen
2022-07-23
Sema: cast negative to unsigned safety
Veikka Tuominen
2022-07-23
Sema: divide by zero safety
Veikka Tuominen
2022-07-23
Sema: implement shr_exact runtime safety
Veikka Tuominen
2022-07-23
move passing safety tests to stage2
Veikka Tuominen
2022-07-23
stage1: don't lowercaseify lib names
viri
2022-07-23
Fix #6944: referencing type info alignment causes error in unrelated function
Yujiri
2022-07-23
Merge pull request #12140 from ziglang/macho-gc-sections
Jakub Konka
[prev]
[next]