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-03-24
AstGen: emit break_inline from inline while loop
Andrew Kelley
2022-03-24
Sema: fix closure capture typeof runtime-known parameter
Andrew Kelley
2022-03-24
Sema: fix generic function with void parameters
Andrew Kelley
2022-03-24
AstGen: fix const locals with comptime initializations
Andrew Kelley
2022-03-24
Sema: fix false negative detecting comptime const
Andrew Kelley
2022-03-24
x64: fix for 32bit builds
Jakub Konka
2022-03-24
x64: account for signed ints in struct_field_val when struct fits in a register
Jakub Konka
2022-03-24
x64: fix struct_field_val for structs fitting in register
Jakub Konka
2022-03-24
x64: implement aggregate_init for arrays
Jakub Konka
2022-03-24
x64: implement aggregate_init for structs
Jakub Konka
2022-03-24
dwarf: add debug info for tuples and anon structs
Jakub Konka
2022-03-23
stage2: fix some generics issues
Andrew Kelley
2022-03-23
Sema: fix comptime elem_ptr compare fixed address
Andrew Kelley
2022-03-23
Sema: Value.copy: we gotta copy the bytes
Andrew Kelley
2022-03-23
Sema: introduce a type resolution queue
Andrew Kelley
2022-03-23
Merge pull request #11280 from Luukdegram/wasm-errors
Andrew Kelley
2022-03-23
stage2: able to slice to sentinel index at comptime
Mitchell Hashimoto
2022-03-23
stage2: Remove premature elem_val index check
Cody Tapscott
2022-03-23
stage2: Properly "flatten" elem_ptrs before deref
Cody Tapscott
2022-03-23
wasm: Implement more instructions
Luuk de Gram
2022-03-23
wasm: Implement opt_payload_ptr
Luuk de Gram
2022-03-23
wasm: Fix switching on errors
Luuk de Gram
2022-03-23
wasm: Implement `@errorName`
Luuk de Gram
2022-03-23
stage2: make zero-sized array not cause recursive type definition
William Sengir
2022-03-23
stage2: concat/mult of slices yields ptr to array
Cody Tapscott
2022-03-23
stage2 CBE: Improve support for unions and error sets
Cody Tapscott
2022-03-23
stage2: fix -Domit-stage2 regression
Andrew Kelley
2022-03-22
Sema: rename isArrayLike to isArrayOrVector
Andrew Kelley
2022-03-22
Sema: fix merge conflicts with previous commit
Andrew Kelley
2022-03-22
stage2: runtime safety checks for slicing
Mitchell Hashimoto
2022-03-22
dwarf: lower enums
Jakub Konka
2022-03-22
fix merge conflicts
Andrew Kelley
2022-03-22
stage2 ARM: implement comparison of optional pointers
joachimschmidt557
2022-03-22
stage2 ARM: implement min, max for integers <= 32 bits
joachimschmidt557
2022-03-22
stage2 ARM: More support for error unions
joachimschmidt557
2022-03-22
stage2 ARM: change semantics of MCValue.stack_argument_offset
joachimschmidt557
2022-03-22
stage2 ARM: change semantics of MCValue.stack_offset
joachimschmidt557
2022-03-22
fix merge conflicts and test cases
Andrew Kelley
2022-03-22
Sema: introduce a mechanism in Value to resolve types
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-22
Revert "ignore target lib dirs when invoked with -feach-lib-rpath"
Jakub Konka
2022-03-22
ignore target lib dirs when invoked with -feach-lib-rpath
Jan200101
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-21
stage2: out of bounds error for slicing
Mitchell Hashimoto
2022-03-21
Sema: dummy implementation of `@errorReturnTrace`
Andrew Kelley
2022-03-21
wasm: Implement @popCount
Luuk de Gram
2022-03-21
Sema: restore propagation of error.GenericPoison for checking vectors
Andrew Kelley
2022-03-21
behavior tests: enable all vector tests for the stage2 LLVM backend
William Sengir
2022-03-21
Sema: make most instructions vector-agnostic
William Sengir
2022-03-21
stage2: return `Value.zero` when truncating int to 0 bits at comptime
William Sengir
[next]