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
/
arch
Age
Commit message (
Expand
)
Author
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
update references to module (to be renamed to zcu)
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-12-04
x86_64: fix packed struct field reuse
Jacob Young
2023-12-04
x86_64: fix vector comparisions
Jacob Young
2023-12-04
x86_64: implement more operations on vectors with 1-bit elements
Jacob Young
2023-12-03
x86_64: implement movement for pointer vectors
Jacob Young
2023-12-03
x86_64: "implement" `aggregate_init` for vectors
Jacob Young
2023-12-03
x86_64: implement some todos
Jacob Young
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
2023-12-03
x86_64: implement more atomic ops
Jacob Young
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-23
x86_64: optimize compile time of `mnemonic_to_encodings_map`
Jacob Young
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-14
x86_64: actually track state during `@divFloor` of `i128`
Jacob Young
2023-11-12
x86_64: resolve tlv references on first use and spill to the stack
Jacob Young
2023-11-12
x86_64: use .rax for local exec as prescribed by the spec
Jakub Konka
2023-11-12
x86_64: remove unreachable Elf prong
Jakub Konka
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
x86_64: seems like we will need to keep track of rax and reserve rax+rdi for TLS
Jakub Konka
2023-11-12
x86_64: emit TLS local dynamic model when PIC
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
Jakub Konka
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-08
x86_64: fix signed not of more than 64 bits
Jacob Young
2023-11-08
x86_64: fix optional comparison
Jacob Young
2023-11-07
wasm: support rendering unions using their backing type if they have no defin...
kcbanner
2023-11-06
x86_64: fix passing register-sized payload as non-reigster-sized union
Jacob Young
2023-11-05
x86_64: fix indirect return of `f80`
Jacob Young
2023-11-05
x86_64: fix tracking during `br`
Jacob Young
2023-11-04
Merge pull request #17844 from ziglang/elf-object
Jakub Konka
2023-11-04
x86_64: fix miscompilations
Jacob Young
2023-11-04
x86_64: fix ub that the llvm backend was hiding
Jacob Young
2023-11-04
x86_64: rewrite call r/m64 to call rel32 for .got.zig refs when object
Jakub Konka
2023-11-04
elf: enable static-lib flush path
Jakub Konka
2023-11-04
x86_64: rewrite .got.zig movs to standard loads when emitting objects
Jakub Konka
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-11-04
elf: make sure we never emit .got.zig relocs when linking object files
Jakub Konka
2023-11-03
x86_64: reduce `RegisterManager` performance regression
Jacob Young
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-01
wasm: fix bitcasting to -and from arrays
Luuk de Gram
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
[next]