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
getAppDataDir
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
std.Io.Threaded-groups-2
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-12-31
More MachO.zig fixes ensuring 32bit compat
Jakub Konka
2020-12-31
stage1: Remove stray brace in rarely-tested code path
LemonBoy
2020-12-31
Make sure MachO.zig compiles on 32bit hosts
Jakub Konka
2020-12-31
stage2: type inference for local var
Andrew Kelley
2020-12-31
macho: sentinel can be 4 byte long
Jakub Konka
2020-12-31
macho: advance VM address of DWARF sections when relocating
Jakub Konka
2020-12-31
macho: put all DWARF-related logic into DebugSymbols
Jakub Konka
2020-12-31
macho: move updateDeclLineNumber logic to DebugSymbols
Jakub Konka
2020-12-31
macho: refactor and fix stage2 tests
Jakub Konka
2020-12-31
macho: add decl line and file info to subprogram
Jakub Konka
2020-12-31
macho: fix bundle name to .dSYM
Jakub Konka
2020-12-31
macho: use 32bit DWARF format
Jakub Konka
2020-12-31
macho: add Elf dwarf sections
Jakub Konka
2020-12-31
macho: prealloc space for debug sections in dSym
Jakub Konka
2020-12-31
macho: write symbol and string tables to dSym
Jakub Konka
2020-12-31
macho: copy snapshots of segment commands
Jakub Konka
2020-12-31
macho: write matching UUID to dSym bundle
Jakub Konka
2020-12-31
macho: write Mach-O dSym header
Jakub Konka
2020-12-31
macho: create dSym bundle next to final artefact
Jakub Konka
2020-12-31
macho: add and populate UUID load command
Jakub Konka
2020-12-31
macho: move findFreeSpace into SegmentCommand
Jakub Konka
2020-12-31
Merge pull request #7601 from jayschwa/stage2-semver
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-30
std: Remove duplicated code
LemonBoy
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-29
stage2: SemVer compliance for development builds
Jay Petacat
2020-12-29
stage2 tests: improve C backend testing
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-29
zig test: release Compilation Cache locks
Andrew Kelley
2020-12-29
stage2 tests: pass cwd to child process to fix exe path
Andrew Kelley
2020-12-28
stage2 tests: fix incorrect path used for execution binary
Andrew Kelley
2020-12-28
Revert "stage2: fix compilation of self-hosted compiler with -Denable-llvm"
Andrew Kelley
2020-12-28
stage2 tests: better failure reporting for failed execution
Andrew Kelley
2020-12-28
fix `zig test` with regards to passing parameters
Andrew Kelley
2020-12-28
stage2: better error message for root zig source file not found
Andrew Kelley
2020-12-28
stage2: update C backend test cases for new output
Andrew Kelley
2020-12-28
stage2: C backend: handle string literals more gracefully
Andrew Kelley
2020-12-28
stage2: improve test harness to support executing generated C code
Andrew Kelley
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-28
stage2: C backend: implement `@breakpoint` and clean up test harness
Andrew Kelley
2020-12-28
stage2: C backend: properly render type of array decls
Andrew Kelley
2020-12-28
stage2: C backend: pointer cast decl refs if necessary
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
stage2: add initial implementation of func arguments in LLVM backend
Timon Kruiper
2020-12-28
stage2: refactor (simplify) code structure of `llvm_backend.zig`
Timon Kruiper
2020-12-28
stage2: add missing asserts and early returns for LLVM backend
Timon Kruiper
2020-12-28
stage2: fix building self-hosted without llvm-backend enabled.
Timon Kruiper
2020-12-28
stage2: add LLVM codegen windows support to the self-hosted compiler
Timon Kruiper
[prev]
[next]