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
/
stage1
Age
Commit message (
Expand
)
Author
2020-10-06
stage1: use size_t over int as index in resolve_opaque_type
Tadeo Kondrak
2020-10-06
stage1: disallow fields in opaque types
Tadeo Kondrak
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-10-05
Merge pull request #6472 from alexnask/add_some_frees
Andrew Kelley
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-10-04
Merge branch 'master' of https://github.com/ziglang/zig into add_some_frees
Alexandros Naskos
2020-10-03
stage1: better value for builtin.link_mode
Andrew Kelley
2020-10-03
stage0: check for some more required parameters
Tadeo Kondrak
2020-10-03
stage1: delete unused os code
Tadeo Kondrak
2020-10-03
Revert "Include dbg.h to third-party libs"
Tadeo Kondrak
2020-10-03
Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...
Alexandros Naskos
2020-10-01
Allow enums with explicit extern-allowed tag types in extern types
Tadeo Kondrak
2020-10-01
Switch TypeInfo.Fn.alignment to comptime_int from u29
Tadeo Kondrak
2020-10-01
stage1: Implement @Type for Fn and BoundFn
Tadeo Kondrak
2020-10-01
stage1: Add alignment to TypeInfo.Fn
Tadeo Kondrak
2020-10-01
Switch TypeInfo alignment fields from u29 to comptime_int
Tadeo Kondrak
2020-10-01
Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
Tadeo Kondrak
2020-10-01
Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_int
Tadeo Kondrak
2020-09-30
Added some c_allocator.deallocate calls
Alexandros Naskos
2020-09-30
Added a few ZigList deinit calls
Alexandros Naskos
2020-09-30
stage1: Fix @Type(.Enum) with invalid tag_type
Tadeo Kondrak
2020-09-30
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-26
stage0: update CLI to match stage2
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-21
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-21
fix regressed stage2 test harness
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley
[prev]