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
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
2021-10-02
Implement hashing and equals for some pointer values
Martin Wickham
2021-09-28
stage2: implement `@clz` and `@ctz`
Andrew Kelley
2021-09-28
saturating arithmetic supports integers only
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
stage2: more arithmetic support
Andrew Kelley
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-09-27
stage2: implement union coercion to its own tag
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
stage2: enable f16 math
Andrew Kelley
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
2021-09-20
Address spaces: AstGen
Robin Voetter
2021-09-13
stage2: fix incorrect spelling of AtomicOrder
Andrew Kelley
2021-09-13
stage2: Type/Value use an enum rather than usize
Andrew Kelley
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-07
stage2: pass some error union tests
Andrew Kelley
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-08-04
stage2 generics improvements: anytype and param type exprs
Andrew Kelley
[next]