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
2023-04-09
Merge pull request #15123 from truemedian/http-server
Andrew Kelley
2023-04-08
zig cc: handle the -r flag
Andrew Kelley
2023-04-08
Merge pull request #15202 from SuperAuguste/misc-wasm
Luuk de Gram
2023-04-08
update package manager to use req.do(), fix chunked trailer reading
Nameless
2023-04-07
Fix 32-bit compile errors
Auguste Rame
2023-04-07
Handle compile time case for vector element access using lane access
Auguste Rame
2023-04-07
Finish shuffle, fix arrayElemVal for vectors
Auguste Rame
2023-04-07
Merge pull request #15097 from zachcheu/add-wrap-flag
Andrew Kelley
2023-04-07
Make airShuffle work for unrolled
Auguste Rame
2023-04-07
Merge pull request #14668 from Techatrix/wasm-floatops
Luuk de Gram
2023-04-07
Merge pull request #15195 from mlugg/fix/liveness-loop-defer-deaths
Andrew Kelley
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-07
std.json: allow returning custom errors from custom stringify
mateusz
2023-04-07
Make self-hosted wasm @returnAddress return 0
Auguste Rame
2023-04-07
cbe: assert there are no unfreed locals
Jacob Young
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-05
compiler_rt: attempt to fix f16 abi on mac with llvm 16
Jacob Young
2023-04-05
Sema: validate array element types
Veikka Tuominen
2023-04-05
Sema: implement inline switch capture at comptime
Veikka Tuominen
2023-04-05
macho: reapply relocation dirtying logic from coff linker
Jakub Konka
2023-04-05
macho: refactor adding GOT and stub entries
Jakub Konka
2023-04-05
Merge pull request #15162 from jacobly0/x86_64-start
Jakub Konka
2023-04-04
macho+zld: refactor how we resolve dyld_stub_binder symbol
Jakub Konka
2023-04-03
x86_64: implement cmp_lt_errors_len
Jacob Young
2023-04-03
elf: cleanup phdr tracking
Jacob Young
2023-04-03
elf: preallocate offsets for PT_PHDR and PT_LOAD (empty) segment
Jakub Konka
2023-04-03
x86_64: fix typos
Jacob Young
2023-04-03
link: cleanup lazy symbols
Jacob Young
2023-04-03
Elf: add program headers for the program header table
Jacob Young
2023-04-03
x86_64: canonicalise loops
Jacob Young
2023-04-03
x86_64: implement store to immediate address
Jacob Young
2023-04-03
x86_64: implement storing large immediates
Jacob Young
2023-04-03
x86_64: implement a more generic assembler for inline assembly
Jacob Young
2023-04-03
macho: clean up code responsible for growing sections in file
Jakub Konka
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-02
Sema: defer stores to inferred allocs
Jacob Young
2023-04-02
x86_64: implement shl with overflow
Jacob Young
2023-04-02
x86_64: implement large add/sub with overflow
Jacob Young
2023-04-02
x86_64: implement wide multiply
Jacob Young
2023-04-02
x86_64: implement struct_field_val for large packed structs
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-04-02
x86_64: implement calling var args functions
Jacob Young
2023-04-02
x86_64: implement aggregate init of a packed struct
Jacob Young
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
macho: do not assume entrypoint is defined
Jakub Konka
2023-04-01
macho: handle weird case of entrypoint being a stub
Jakub Konka
2023-04-01
macho: look for entry in archives/dylibs too
Jakub Konka
[next]