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-07-26
riscv: implement `@floatFromInt`
David Rubin
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
riscv: boilerplate for creating lazy functions
David Rubin
2024-07-26
riscv: implement `add_sat` and `ptr_slice_len_ptr`
David Rubin
2024-07-26
riscv: add 32-bit support to integer `@abs`
David Rubin
2024-07-26
riscv: implement sub-byte addition
David Rubin
2024-07-26
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin
2024-07-26
riscv: remove redundant assert in `genBinOp`
David Rubin
2024-07-26
lower: fix logic bug in `cmp_gt`
David Rubin
2024-07-26
riscv: implement `ptr_slice_ptr_ptr`
David Rubin
2024-07-26
riscv: implement `@clz`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-26
riscv: un-cache the `avl` and `vtype` when returning from a function call
David Rubin
2024-07-23
Merge pull request #20758 from pavelverigo/stage2-wasm-compiler-rt-test-pass
Andrew Kelley
2024-07-23
stage2-wasm: fix bigint div and trunc
Pavel Verigo
2024-07-23
stage2-wasm: mul_sat 32 bits <=, i64, i128
Pavel Verigo
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-20
Merge pull request #20692 from pavelverigo/stage2-wasm-overflow-ops
Andrew Kelley
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-07-20
stage2-wasm: @mulWithOverflow fixes + 128 bit signed
Pavel Verigo
2024-07-18
stage2-wasm: improve @shlWithOverflow for <= 128 bits
Pavel Verigo
2024-07-18
stage2-wasm: enhance add/subWithOverflow
Pavel Verigo
2024-07-18
stage2-wasm: fix big int comparison
Pavel Verigo
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: update ZigObject to use new ownership model
Jakub Konka
2024-07-17
Merge pull request #20652 from pavelverigo/stage2-wasm-finishAir
Andrew Kelley
2024-07-18
stage2-wasm: finishAir handle .stack result
Pavel Verigo
2024-07-18
stage2-wasm: typeToValtype focus on .auto callconv
Pavel Verigo
2024-07-17
Merge pull request #20474 from Rexicon226/riscv
Jakub Konka
2024-07-16
Value: eliminate static recursion loop from value printing
mlugg
2024-07-14
riscv: refactor `bin_file` and `zcu` usage
David Rubin
2024-07-14
riscv: vectors part 3
David Rubin
2024-07-14
riscv: vectors part 2
David Rubin
2024-07-14
riscv: vectors part 1
David Rubin
2024-07-14
riscv: implement `@fence`
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-07-14
riscv implement `@sqrt` for f32/f64
David Rubin
2024-07-14
riscv: `@atomicRmw`
David Rubin
2024-07-14
riscv: `@atomicLoad` and `@atomicStore`
David Rubin
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
Air: store param names directly instead of referencing Zir
mlugg
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-02
stage2-wasm: not op for <= 128 bits ints
Pavel Verigo
2024-07-02
stage2-wasm: Zcu renaming
Pavel Verigo
[prev]
[next]