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-29
stage1: remove deadcode ast_print
Wei Fu
2022-07-29
Sema: fix runtime safety for integer overflow with vectors
Andrew Kelley
2022-07-29
Sema: enhance div_trunc, div_exact, div_floor
Andrew Kelley
2022-07-29
Sema: enhance `div` instruction analysis
Andrew Kelley
2022-07-29
stage2: handle tuple init edge cases
Veikka Tuominen
2022-07-29
stage2: add error for comptime control flow in runtime block
Veikka Tuominen
2022-07-28
CLI: add error for duplicate package
Veikka Tuominen
2022-07-28
stage2: ensure 'std', 'builtin', and 'root' is always available to `@import`
Meghan
2022-07-28
stage2 ARM: more support for switch statements
joachimschmidt557
2022-07-28
autodoc: no whitespace in json output for release builds
Loris Cro
2022-07-27
LLVM: fix returning extern union with C callconv
Andrew Kelley
2022-07-27
AstGen: fix ref instruction injection for functions
Andrew Kelley
2022-07-27
LLVM: fix lowering byte-aligned packed struct field pointers
Andrew Kelley
2022-07-27
Merge pull request #12256 from Vexu/stage2
Andrew Kelley
2022-07-27
Merge pull request #12252 from ziglang/stage3-test-cases
Andrew Kelley
2022-07-27
move zig.h to become an installation file
Andrew Kelley
2022-07-27
Sema: copy fn param ty in `zirTypeInfo`
Veikka Tuominen
2022-07-27
Module: fix inverted condition
LordMZTE
2022-07-27
Module: use path.isSep
LordMZTE
2022-07-27
Module: fix error message importing file starting with root path
LordMZTE
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-27
Sema: resolve pointee type in zirReify
Veikka Tuominen
2022-07-27
AstGen: add `dbg_stmt`s for `unreachable` and `@panic`
Veikka Tuominen
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-07-27
test-cases harness: annotate an optional type
Andrew Kelley
2022-07-26
test-cases harness: refresh just before update()
Andrew Kelley
2022-07-26
test-cases harness: improve stage2 compatibility
Andrew Kelley
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
[next]