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
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-05
Turn zig fmt back on in various src/ files
joachimschmidt557
2020-10-04
fix each-lib-rpath functionality
Andrew Kelley
2020-10-05
Depending on system libs only enforces libraries to require dynamic linking, ...
Felix (xq) Queißner
2020-10-04
add --image-base support
Andrew Kelley
2020-10-04
Merge pull request #6255 from joachimschmidt557/stage2-arm
Andrew Kelley
2020-10-04
Merge pull request #6476 from kubkon/macho-exe
Andrew Kelley
2020-10-04
Merge pull request #6295 from Vexu/stage2
Andrew Kelley
2020-10-04
Refactor flushing of MachO exe
Jakub Konka
2020-10-04
Redo local symbols and offsets tracking to match Elf's approach
Jakub Konka
2020-10-04
Add missing ensureCapacity call in codegen
Jakub Konka
2020-10-04
Fix after rebase and enable stage2 tests for macOS
Jakub Konka
2020-10-04
First hacked together, working MachO exe!
Jakub Konka
2020-10-04
Move writing symbol table and export trie into functions
Jakub Konka
2020-10-04
Write out LC_DYSYMTAB together with dyld_stub_binder undef symbol
Jakub Konka
2020-10-04
Generate more MachO exe boilerplate
Jakub Konka
2020-10-04
Re-draft required elements for minimal MachO binary
Jakub Konka
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
Reintroduce progress bar when compiling C files
Alexandros Naskos
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
`zig run foo.c` is perfectly valid
Andrew Kelley
2020-10-03
fix alignment in CLI usage text
Andrew Kelley
2020-10-03
stage1 main(): catch unreachable in debug builds for easier troubleshooting
Andrew Kelley
2020-10-03
stage2: Build libunwind for non-msvc Windows targets
LemonBoy
2020-10-03
stage2 ARM: add testcases for non-leaf fns, parameters, return values
joachimschmidt557
2020-10-03
Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...
Alexandros Naskos
2020-10-02
Print error when running `zig test/run` without a source file
Timon Kruiper
2020-10-02
stage2 ARM: Add push, pop alias instructions; non-leaf functions
joachimschmidt557
2020-10-02
stage2 ARM: Add stm, ldm variants and misc. additions
joachimschmidt557
2020-10-02
stage2 ARM: start adding more instructions, return values, parameters
joachimschmidt557
2020-10-02
Merge pull request #6494 from IridescentRose/emit-reloc-patch
Alexandros Naskos
2020-10-02
Merge pull request #6484 from LemonBoy/winshit
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-02
Merge pull request #6428 from tadeokondrak/alignment-typeinfo-struct-union
Alexandros Naskos
2020-10-01
Resolved additional formatting issues.
Nathan
2020-10-01
Resolve name and format issues.
Nathan
2020-10-02
Merge pull request #6481 from MasterQ32/stage1_error_return_trace
Alexandros Naskos
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
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-10-01
stage2: Add missing defines for building dllcrt2.o
LemonBoy
2020-10-01
Adds error return trace printing to stage1.
Felix (xq) Queißner
[next]