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
2021-04-09
stage2: fix case where public variables did not work
jacob gw
2021-04-09
stage2: fix regression from previous commit
Andrew Kelley
2021-04-09
stage2: fix stderr deadlock and slightly wrong tty coloring
Andrew Kelley
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
Merge pull request #8439 from Luukdegram/wasm-mem
Andrew Kelley
2021-04-09
stage2: add error for private decls accessed from other files
jacob gw
2021-04-09
Fix memory cleanup and update unplugging to avoid infinite loop
Luuk de Gram
2021-04-09
stage2: clean up pretty printing compile errors
Andrew Kelley
2021-04-08
stage2: fix bug where a parser error would break errors
jacob gw
2021-04-08
stage2: pretty print compilation errors
jacob gw
2021-04-09
stage2: delete allowing input (and output) zir from the pipeline (#8471)
g-w1
2021-04-08
AstGen: implement `@typeInfo` builtin
Andrew Kelley
2021-04-08
AstGen: implement struct init with ResultLoc.ty
Andrew Kelley
2021-04-08
stage2: implement array access to a global array
Andrew Kelley
2021-04-08
stage2: fix the memory leaks
Andrew Kelley
2021-04-08
stage2: simplify Decl src_node field
Andrew Kelley
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-08
Cleanup
Luuk de Gram
2021-04-08
Handle incremental compilation correctly
Luuk de Gram
2021-04-08
Calculate data length to ensure correct pointer offsets
Luuk de Gram
2021-04-08
Basic "Hello world" working
Luuk de Gram
2021-04-08
Merge pull request #8464 from gracefuu/grace/wasm-ops
Andrew Kelley
2021-04-08
stage2 AArch64: Add conditional branch instructions
joachimschmidt557
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: fix bug where invalid ZIR was generated
Timon Kruiper
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-08
stage2: implement builtin function hasDecl
Timon Kruiper
2021-04-08
stage2: add support for root pkg
Timon Kruiper
2021-04-08
stage2: add initial support for builtin pkg
Timon Kruiper
2021-04-08
stage2: add a simplified export builtin call
Timon Kruiper
2021-04-08
stage2: fix bug in ZIR gen of global comptime block
Timon Kruiper
2021-04-08
Merge pull request #8459 from joachimschmidt557/stage2-regalloc
Andrew Kelley
2021-04-07
Merge pull request #8449 from ziglang/stage2-enums
Andrew Kelley
2021-04-07
Sema: fix switch validation '_' prong on wrong type
Andrew Kelley
2021-04-07
stage2: fix switch validation of handling all enum values
Andrew Kelley
2021-04-07
Sema: `@intToEnum` error msg includes a "declared here" hint
Andrew Kelley
2021-04-07
AstGen: fix incorrect source loc for duplicate enum tag
Andrew Kelley
2021-04-07
stage2: fix incremental compilation handling of parse errors
Andrew Kelley
2021-04-07
stage2: fix incremental compilation Decl deletion logic
Andrew Kelley
2021-04-07
Sema: implement switch validation for enums
Andrew Kelley
2021-04-07
AstGen: fix ZIR struct encoding
Andrew Kelley
2021-04-08
Sema: fix typo bug for boolean ops (and, or)
gracefu
2021-04-08
stage2 wasm: Add bitwise/boolean ops &, |, ^, and, or
gracefu
2021-04-08
stage2: Add .div to ir.zig
gracefu
2021-04-07
C backend: enumerate all the types in renderType
Andrew Kelley
2021-04-07
Type: use isPtrLikeOptional instead of isAbiPtr
Andrew Kelley
2021-04-07
AstGen: fix switch expressions with all prongs noreturn
Andrew Kelley
2021-04-07
Sema: implement comparison analysis for non-numeric types
Andrew Kelley
2021-04-07
zir: use `node` union field for `alloc_inferred`
Andrew Kelley
[next]