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-12-09
stage1: Resolve some constants to u32, not usize
LemonBoy
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-12-08
Implement msp430 mapping for c_longdouble. (#7333)
Nathan Michaels
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
fix wrong entrypoint, undefined package, and wrong build option
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-07
Utilize std.fmt.parseUnsigned in main.zig.
antlilja
2020-12-06
stage2: variable shadowing detection (#6969)
g-w1
2020-12-06
Merge pull request #7313 from LemonBoy/booo
Veikka Tuominen
2020-12-05
stage1: Don't fold single-element enums too aggressively
LemonBoy
2020-12-05
stage1: Initialize single-element union tag correctly
LemonBoy
2020-12-05
stage1: Fix constant folding of single-element enums
LemonBoy
2020-12-04
stage2: introduce Module.failed_root_source_file
Andrew Kelley
2020-12-04
macho: specify -install_name as full dylib's name
Jakub Konka
2020-12-04
Version-gate appending -syslibroot flag to lld
Jakub Konka
2020-12-04
Merge pull request #7293 from kubkon/fix-7030
Jakub Konka
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-12-03
add `@cImport` files to Compilation cache manifest
Andrew Kelley
2020-12-03
Allow idx 0 err to be put into error_name_table
Jakub Konka
2020-12-03
Merge pull request #7273 from kubkon/lld-codesig-poc
Andrew Kelley
2020-12-03
lld+macho: address review comments
Jakub Konka
2020-12-03
Fix floating point parsing on BE systems (#7256)
Koakuma
2020-12-03
stage2: make sure to emit the ZIR instructions of exported functions
Timon Kruiper
2020-12-02
stage2: don't pass -l arguments when building .a or .o files
Andrew Kelley
2020-12-02
stage2: linkAsArchive: respect disable_lld_caching
Andrew Kelley
2020-12-02
wire up -Dskip-non-native to stage2 tests
Andrew Kelley
2020-12-02
stage2: wire up -Dskip-non-native
Andrew Kelley
2020-12-02
macho:use mem.asBytes and meta.eql in commands.zig
Jakub Konka
2020-12-02
lld: fix using incorrect path for the final artefact
Jakub Konka
2020-12-01
stage2: Create cache manifest before calling final
LemonBoy
2020-12-01
stage2: add -femit-foo=bar args to the cache hash
Andrew Kelley
2020-12-02
lld+macho: rename final artefact in main.zig
Jakub Konka
2020-12-01
lld+macho: move parsing logic into MachO
Jakub Konka
2020-12-01
Add package names and paths to the zig root module cache hash.
Alexandros Naskos
2020-12-01
Make sure to include the root_name in the cache.
Timon Kruiper
2020-12-01
macho: dynamically calculate code signature padding
Jakub Konka
2020-12-01
macho: unify code signature between stage1 and stage2
Jakub Konka
2020-12-01
lld: use commands.LoadCommand in self-hosted linker
Jakub Konka
2020-12-01
lld: start unifying load command logic
Jakub Konka
2020-12-01
lld: copy+rename to please the kernel
Jakub Konka
2020-12-01
lld: add code signature to lld output
Jakub Konka
2020-12-01
lld: add code signature padding
Jakub Konka
2020-12-01
lld: parse output lld file
Jakub Konka
2020-11-30
restore -target wasm32-freestanding-musl for C headers
Andrew Kelley
2020-11-30
stage2: fix not detecting all dynamic libraries
Andrew Kelley
2020-11-30
build system: pass dyn lib artifacts as positionals
Andrew Kelley
2020-11-30
Disallow absolute paths passed as system libraries
Alexandros Naskos
2020-11-30
fix regression on wasm targets
Andrew Kelley
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-30
Added bundle-compiler-rt flag
Alexandros Naskos
[next]