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
Group-Canceled
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
groupAwait
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-05-02
test: regression fix: skip stage1 if not enabled
Jakub Konka
2022-05-02
Sema: coerce comptime_float to fixed-width float
Andrew Kelley
2022-05-01
zig build: use CacheMode.whole for build_runner.zig
Andrew Kelley
2022-05-01
stage2: fix comptime fixed-width float division
Andrew Kelley
2022-04-30
CBE: handle returning `undefined` for ErrorUnion
Daniele Cocca
2022-04-29
Sema: Fix many-pointer array concatenation at comptime (#11512)
sin-ack
2022-04-29
Merge pull request #11549 from Vexu/stage2-fixes
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-30
Zir: move more common instructions out of extended
Veikka Tuominen
2022-04-30
stage2: fix comptime unreachable
Veikka Tuominen
2022-04-29
Merge pull request #11530 from ziglang/test-harness
Jakub Konka
2022-04-28
CBE: fix renderValue() for struct fields with no runtime bits
Daniele Cocca
2022-04-28
AstGen: encode negativity into float literals
Andrew Kelley
2022-04-28
Merge pull request #11541 from Vexu/stage2-slice-field-ptr
Veikka Tuominen
2022-04-28
test: remove redundant codepaths from test harness
Jakub Konka
2022-04-28
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka
2022-04-28
test: migrate stage2 independent compile errors to test manifest parser
Jakub Konka
2022-04-28
test: correctly handle multiple backends
Jakub Konka
2022-04-28
test: enable wasm32-wasi incremental tests
Jakub Konka
2022-04-28
test: recursively walk dir with tests
Jakub Konka
2022-04-28
test: fix incorrect default target spec; port all incremental tests
Jakub Konka
2022-04-28
test: leave a todo note to explicitly specify ABI for targets in the future
Jakub Konka
2022-04-28
test: fix pointer invalidation bug in the harness
Jakub Konka
2022-04-28
test: set case name from initial filename for a sequence
Jakub Konka
2022-04-28
test: unroll into multiple cases, provide default parsers
Jakub Konka
2022-04-28
test: add comptime struct holding default config values
Jakub Konka
2022-04-28
test: pass Strategy per directory of tests
Jakub Konka
2022-04-28
test: parse all of manifest in TestManifest abstraction
Jakub Konka
2022-04-28
test: abstract away test manifest parser into separate struct
Jakub Konka
2022-04-28
TypedValue: pretty print slices
Veikka Tuominen
2022-04-28
Sema: fix slice field modification at comptime
Veikka Tuominen
2022-04-27
stage1: fix incorrect struct padding
Andrew Kelley
2022-04-27
stage1: fix i386-windows f80 sizeof/alignof
Andrew Kelley
2022-04-27
stage1: add missing comptime float ops
Andrew Kelley
2022-04-27
compiler-rt: avoid symbol conflicts
Andrew Kelley
2022-04-27
enable newly passing behavior tests
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
stage2: fix recent LLVM backend code
Andrew Kelley
2022-04-27
stage2: Manually lower softfloat ops when needed
Cody Tapscott
2022-04-27
stage1: Manually lower softfloat ops when needed
Cody Tapscott
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-26
Remove usage of inline for from print_targets.cmdTargets
Jimmi Holst Christensen
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-26
Merge pull request #11336 from wsengir/stage2-optimize-intcast
Andrew Kelley
2022-04-26
wasm: Implement codegen for C-ABI
Luuk de Gram
2022-04-26
wasm: Initial C-ABI implementation
Luuk de Gram
2022-04-24
Sema: fix export with Internal linkage
Andrew Kelley
2022-04-22
Sema: combine signed->unsigned and shrinkage runtime checks in intCast
William Sengir
[next]