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
2023-01-18
autodoc: add support for top-level doc comments
Loris Cro
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-17
Sema: do not create slices with undefined pointers
Veikka Tuominen
2023-01-17
Sema: fix bad boolean logic for cast to null panic
Veikka Tuominen
2023-01-17
Sema: promote smaller float types passed to variadic functions
Veikka Tuominen
2023-01-17
AstGen: reset source cursor before generating pointer attributes
Veikka Tuominen
2023-01-17
windows x86_64 C ABI: pass byref structs as byref_mut
Veikka Tuominen
2023-01-17
Sema: resolve lazy values in switch prong items
Veikka Tuominen
2023-01-17
Sema: ignore dependency loops in typeinfo decls
Veikka Tuominen
2023-01-17
llvm: do not offset packed struct field pointers if they have a host size
Veikka Tuominen
2023-01-17
std.http.Client: default to lazy root cert scanning
Andrew Kelley
2023-01-16
Merge pull request #14336 from Vexu/field-reorder
Andrew Kelley
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
2023-01-16
autodoc: missing fmt on Autodoc.zig
Loris Cro
2023-01-16
autodoc: Better handling of variable decls (#14301)
Krzysztof Wolicki
2023-01-16
swap align and callconv in function typeName
Techatrix
2023-01-14
Merge pull request #14271 from Vexu/c-abi
Veikka Tuominen
2023-01-14
Merge pull request #14302 from Luukdegram/wasm-ctor
Luuk de Gram
2023-01-14
llvm: correctly handle C ABI structs with f32/f64 alignment differences
Veikka Tuominen
2023-01-14
add C ABI tests for exotic float types
Veikka Tuominen
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2023-01-13
wasm-linker: implement the __heap_end symbol
Luuk de Gram
2023-01-12
Merge pull request #14265 from ziglang/init-package-manager
Andrew Kelley
2023-01-12
wasm-linker: implement `__heap_base` symbol
Luuk de Gram
2023-01-12
wasm-linker: implement __wasm_call_ctors symbol
Luuk de Gram
2023-01-12
wasm-linker: Fix symbol name on undefined symbol
Luuk de Gram
2023-01-12
wasm-linker: discard symbol when both undefined
Luuk de Gram
2023-01-12
Merge pull request #14257 from Vexu/compile-errors
Andrew Kelley
2023-01-11
Package: handle Windows PathAlreadyExists error code
Andrew Kelley
2023-01-11
use local cache dir for dependencies-listing package
Andrew Kelley
2023-01-11
zig build: support dependencies
Andrew Kelley
2023-01-11
Package: complete the package-fetching logic
Andrew Kelley
2023-01-11
disable package manager code when bootstrapping
Andrew Kelley
2023-01-11
package manager: compute hash, move tmp dir into global cache
Andrew Kelley
2023-01-11
compiler: add package manager skeleton
Andrew Kelley
2023-01-11
zig objcopy: Fix corrupted hex output
Eckhart Köppen
2023-01-11
Sema: fix typeInfo decls with usingnamespace
Veikka Tuominen
2023-01-11
AstGen: add note pointing to tuple field
Veikka Tuominen
2023-01-11
Sema: fix condition for omitting comptime arg from function type
Veikka Tuominen
2023-01-11
Value: implement more pointer eql cases
Veikka Tuominen
2023-01-10
fix errdefers in functions that can't return errors
Veikka Tuominen
2023-01-10
Sema: restore status on layout resolution failure
Veikka Tuominen
2023-01-10
Fixes bug in AVR codegen for llvm backend
Felix "xq" Queißner
2023-01-09
std: add helper functions to std.zig.Ast for extracting data out of nodes
Techatrix
2023-01-06
Implement some more environment functions for WASI.
Brendan Burns
2023-01-05
Merge pull request #14210 from Vexu/compile-errors
Andrew Kelley
2023-01-05
ELF linker: support common-page-size and max-page-size lld opts
Frank Denis
2023-01-05
Merge pull request #13514 from kcbanner/windows_build_fixes
Andrew Kelley
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
[next]