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
/
value.zig
Age
Commit message (
Expand
)
Author
2022-02-08
stage2: tiny improvements all over the place
Jakub Konka
2022-02-07
Sema: clean up zirUnaryMath
Andrew Kelley
2022-02-07
stage2: implement @sqrt for f{16,32,64}
John Schmidt
2022-02-07
Merge pull request #10803 from ziglang/decl-has-lib-name
Andrew Kelley
2022-02-06
Sema: panic instead of lowering to unavailable compiler-rt functions
Andrew Kelley
2022-02-06
Sema: avoid `@intToFloat` for f80 which breaks on non-x86 targets
Andrew Kelley
2022-02-06
Sema: implement writing structs to memory at comptime
Andrew Kelley
2022-02-06
stage2: add more float arithmetic and f80 support
Andrew Kelley
2022-02-06
stage2: add new Decl subtype, ExternFn
Jakub Konka
2022-02-01
Merge pull request #10742 from ziglang/ArrayHashMapEql
Andrew Kelley
2022-01-31
stage2: update to new ArrayHashMap API
Andrew Kelley
2022-01-30
Sema: fix comptime shl for fixed-width integers
Andrew Kelley
2022-01-29
stage2: fix bug where performing wrapping or saturating arithmetic or saturat...
riverbl
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-26
Sema: implement struct init is_ref=true
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-18
Sema: implement declarations for `@typeInfo`
Andrew Kelley
2022-01-15
stage2: fix Decl garbage collection not marking enough
Andrew Kelley
2022-01-13
stage2: detection of comptime array literals
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-07
Return Value.zero when the result of shr requires zero bits
Jimmi Holst Christensen
2021-12-28
Sema: improve union support
Andrew Kelley
2021-12-28
stage2: handle function dependency failures without crashing
Andrew Kelley
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-26
Sema: improve non-exhaustive enum support
Andrew Kelley
2021-12-21
stage2: @shlWithOverflow
Robin Voetter
2021-12-21
stage2: @mulWithOverflow
Robin Voetter
2021-12-21
stage2: @addWithOverflow
Robin Voetter
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-10
AstGen: implement @prefetch() builtin
Isaac Freund
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-22
Sema: fix alignment of type-inferred locals
Andrew Kelley
2021-11-21
stage2: fix the build for 32-bit architectures
Andrew Kelley
2021-11-16
stage2: LLVM backend: memset to 0xaa for undefined stores
Andrew Kelley
2021-11-09
stage2: Implement Sema.floatToInt (#10097)
Zen1th
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-26
Sema: improved C pointers and casting
Andrew Kelley
2021-10-24
stage2: refactor coercePeerTypes and fix C ptr cmp with null
Andrew Kelley
2021-10-23
Merge pull request #10017 from Snektron/big-int-div
Andrew Kelley
2021-10-23
stage2: implement more C pointer Sema and comptime ptr arith
Andrew Kelley
2021-10-24
big ints: tighten some more division memory requirements
Robin Voetter
2021-10-24
big ints: improve division
Robin Voetter
2021-10-22
stage2: change `@bitCast` to always be by-value
Andrew Kelley
2021-10-21
stage2: implement comptime loads through casted pointers
Andrew Kelley
2021-10-21
stage2: fix Value.copy not copying arrays
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: elemPtr for slices
Robin Voetter
2021-10-20
stage2: implement slicing
Andrew Kelley
[next]