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-07-18
InternPool: fix regression in getting error sets
Andrew Kelley
2023-07-18
Type.print: fix inferred error set crash
Andrew Kelley
2023-07-18
InternPool: implement getFuncInstanceIes
Andrew Kelley
2023-07-18
InternPool: fix debug info helpers for changes to functions
Andrew Kelley
2023-07-18
InternPool: implement getFuncInstance
Andrew Kelley
2023-07-18
InternPool: implement getExternFunc
Andrew Kelley
2023-07-18
InternPool: fix getErrorSetType
Andrew Kelley
2023-07-18
InternPool: implement indexToKey for func_instance and func_decl
Andrew Kelley
2023-07-18
InternPool: avoid false negatives for functions with inferred error sets
Andrew Kelley
2023-07-18
compiler: rework inferred error sets
Andrew Kelley
2023-07-18
compiler: begin untangling anonymous decls from source decls
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-07-18
cbe: fix pointers to aliases of extern values
Jacob Young
2023-07-14
Autodoc tokenizer (#16409)
Loris Cro
2023-07-14
macho: fix __unwind_info sentinel entry not always being the upper bound (#16...
Casey Banner
2023-07-12
Update translate-c to new splat syntax
antlilja
2023-07-12
Remove len parameter from splat builtin function
antlilja
2023-07-11
Fixes crash when a struct is given as the first parameter to the unionInit bu...
Anton Lilja
2023-07-11
Fixes wrong error location for unionInit when first parameter is not a type (...
Anton Lilja
2023-07-11
Merge pull request #15775 from r00ster91/newlines
Andrew Kelley
2023-07-11
remove arbitrary stderr size limit when spawning a child process tool
Xavier Bouchoux
2023-07-11
Merge pull request #16345 from ziglang/15920
Luuk de Gram
2023-07-10
add stand alone test to verify bulk-memory features
Luuk de Gram
2023-07-10
AstGen: make sure for range start and end are usizes
r00ster91
2023-07-10
Merge pull request #16339 from r00ster91/ueficc
Andrew Kelley
2023-07-10
Sema: resolve field type layout for anon struct type info
Ian Johnson
2023-07-10
type: update optionalReprIsPayload to handle inferred error sets
kcbanner
2023-07-08
Sema: infrastructure for supporting more than .C callconv for variadic functions
r00ster91
2023-07-08
llvm: add safety-check for Wasm memset
Luuk de Gram
2023-07-08
llvm: add safety-check for Wasm memcpy
Luuk de Gram
2023-07-06
Autodoc: implement boolean operations
Ian Johnson
2023-07-04
bootstrap: support aarch64 in 32-bit mode
Jacob Young
2023-07-03
Merge pull request #15879 from r00ster91/more_stage1_test_coverage
Andrew Kelley
2023-07-03
std.math.big.int: better name for equal function
r00ster91
2023-07-03
autodoc: wire in js tokenizer to frontend
Loris Cro
2023-07-01
Merge pull request #16287 from Snektron/amdgpu-panic-fix
Andrew Kelley
2023-07-01
Merge pull request #16284 from Snektron/spirv-internpool-fixes
Andrew Kelley
2023-07-01
llvm: cast optional null ptr representation to generic address space
Robin Voetter
2023-07-01
autodoc: fix scoring bug when matching full decl name
Loris Cro
2023-07-01
Fixed Autodoc rendering of @truncate builtin (#16263)
Emile Badenhorst
2023-07-01
spirv: fix up todos & errors from intern pool changes
Robin Voetter
2023-06-30
Unrevert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-30
Remerge pull request #15995 from mlugg/fix/union-field-ptr-align
Jacob Young
2023-06-30
Sema: copy pointer alignment to struct field pointers
mlugg
2023-06-30
Sema: copy pointer alignment to union field pointers
mlugg
2023-06-29
translate-c: Use `@constCast` and `@volatileCast` to remove CV-qualifiers
Evan Haas
2023-06-29
Revert "Merge pull request #15995 from mlugg/fix/union-field-ptr-align"
Jacob Young
2023-06-29
Revert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-28
autodoc: Correct a comment about types from std.builtin
Krzysztof Wolicki
2023-06-28
autodoc: Try to handle all InternPool.Index types good enough
Krzysztof Wolicki
[next]