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-03-15
x86_64: fix lowering of non-pointer optional is null
Jacob Young
2023-03-15
x86_64: fix store of undefined
Jacob Young
2023-03-15
x86_64: fix error code paths to not have extra pops
Jacob Young
2023-03-14
Implement readFromMemory/writeToMemory for ptrLikeOptional
DerryAlex
2023-03-14
Sema: allow comptime mutation of multiple array elements
mlugg
2023-03-13
Merge pull request #14886 from ziglang/x86_64-encoder
Jakub Konka
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-03-12
x86_64: avoid inline for-loops when scanning the encodings table
Jakub Konka
2023-03-12
translate-c: translate extern unknown-length arrays using @extern
mlugg
2023-03-12
Sema: @extern fixes
mlugg
2023-03-12
Sema: improve error message when calling non-member function as method
mlugg
2023-03-12
x86_64: fix 32bit build issues in the encoder
Jakub Konka
2023-03-12
x86_64: downstream encoder/assembler tests
Jakub Konka
2023-03-11
x86_64: clean up
Jakub Konka
2023-03-11
x86_64: rename asmNone to asmOpOnly
Jakub Konka
2023-03-11
x86_64: simplify immediate handling at MIR level
Jakub Konka
2023-03-11
x86_64: add wrapper for .jcc with relocation
Jakub Konka
2023-03-11
x86_64: add .dead pseudo-instruction to mark an unused MIR instruction
Jakub Konka
2023-03-11
x86_64: add wrapper for .jmp_reloc
Jakub Konka
2023-03-11
x86_64: apply couple of tweaks and pass behavior tests
Jakub Konka
2023-03-11
x86_64: PtrSize.fromSize() should take into account nonexact sizes too
Jakub Konka
2023-03-11
x86_64: add missing decodings for .movsx
Jakub Konka
2023-03-11
x86_64: fix CALL emits for ELF and Plan9
Jakub Konka
2023-03-11
x86_64: finish rolling out all MIR assembly helpers
Jakub Konka
2023-03-11
x86_64: start converting MI references
Jakub Konka
2023-03-11
x86_64: plug up all RM/MR references
Jakub Konka
2023-03-11
x86_64: add RM and MR helpers to codegen
Jakub Konka
2023-03-11
x86_64: handle all instructions without introducing Memory operand
Jakub Konka
2023-03-11
x86_64: add helper for Jcc instruction
Jakub Konka
2023-03-11
x86_64: add helpers for CMOVcc and SETcc at the MIR level
Jakub Konka
2023-03-11
x86_64: handle encoding and decoding Imm64 unsigned
Jakub Konka
2023-03-11
x86_64: split up assemble() into more declarative single-purpose helpers
Jakub Konka
2023-03-11
x86_64: introduce assemble() helper which encodes/decodes into MIR -> Instruc...
Jakub Konka
2023-03-11
x86_64: refactor immediate selection logic
Jakub Konka
2023-03-11
x86_64: all behavior tests passing
Jakub Konka
2023-03-11
Handle .ah vs .spl register aliases
Jakub Konka
2023-03-11
Get more things passing
Jakub Konka
2023-03-11
x86_64: clean up call semantics in codegen
Jakub Konka
2023-03-11
x86_64: truncate immediates
Jakub Konka
2023-03-11
x86_64: downstream table-driven instruction encoder
Jakub Konka
2023-03-11
Module: retry ZIR cache file creation
Andrius Bentkus
2023-03-10
Merge pull request #14869 from Luukdegram/wasm-linker
Luuk de Gram
2023-03-10
Sema: correctly detect use of undefined within slices in @Type
mlugg
2023-03-10
wasm-linker: remove synthetic segments & atoms
Luuk de Gram
2023-03-09
Add ability to import dependencies from build.zig
antlilja
2023-03-09
wasm-linker: store symbol's virtual address
Luuk de Gram
2023-03-09
Sema: check type of comptime try operand
mlugg
2023-03-08
astgen: fill result location with `void` value if no other value
John Schmidt
2023-03-08
wasm-linker: emit build_id section (#14820)
Frank Denis
2023-03-08
Module: rewrite zir caching logic
Jacob Young
[next]