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-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
2021-10-20
stage2: implement big int to float conversion
Andrew Kelley
2021-10-19
stage2: implement switching on unions
Andrew Kelley
2021-10-20
stage2: add Value.the_only_possible_value
Robin Voetter
2021-10-17
stage2: implement coercion from null to C pointer
Andrew Kelley
2021-10-17
stage2: bitNot
Robin Voetter
2021-10-16
stage2: comptime saturating shl
Robin Voetter
2021-10-15
stage2: optional comparison and 0-bit payloads
Andrew Kelley
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
2021-10-13
stage2: improve handling of 0-bit types and arrays
Andrew Kelley
2021-10-13
stage2: implement Sema for elemVal for comptime slice
Andrew Kelley
2021-10-12
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley
2021-10-05
stage2: enum fixes
Andrew Kelley
2021-10-04
stage2: fix comptime `@bitCast`
Andrew Kelley
2021-10-04
Apply new big int wrap/saturate to Value.zig
Robin Voetter
2021-10-04
Adapt Value.intAddSat and intSubSat to new big int saturating functions
Robin Voetter
2021-10-04
Comptime wrapping addition/subtraction
Robin Voetter
2021-10-04
Update Value.intTrunc to use new big int truncate
Robin Voetter
[prev]
[next]