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-03-02
stage2: implement @errSetCast (#11039)
Mitchell Hashimoto
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-02-28
Sema: complete the Type.hash function
Andrew Kelley
2022-02-28
stage2: tuple mul/cat
Veikka Tuominen
2022-02-26
Sema: implement union value equality at comptime
Andrew Kelley
2022-02-26
stage2: fix toAllocatedBytes on slices
Veikka Tuominen
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-20
stage2: Fix 32bit builds
Luuk de Gram
2022-02-20
Sema: implement readFromMemory for arrays
Andrew Kelley
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-18
Merge pull request #10858 from topolarity/stage2-bitcast
Andrew Kelley
2022-02-17
Sema: fix typeinfo for sentinels of array and pointer
Andrew Kelley
2022-02-13
Cast abi_size to usize
Cody Tapscott
2022-02-13
Add `abi_size` parameter to read/writeTwosComplement
Cody Tapscott
2022-02-13
Implement f128 `@rem`
Mateusz Radomski
2022-02-12
stage2: implement `@popCount` for SIMD vectors
Andrew Kelley
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
2022-02-12
stage1: fix f80 size and alignment on x86 and arm
Andrew Kelley
2022-02-11
Fix up sign handling and add arbitrary-length integer support to @bitCast()
Cody Tapscott
2022-02-09
stage2: implement all builtin floatops for f{16,32,64}
John Schmidt
2022-02-08
Sema: fix Value.intFitsInType for comptime int
Andrew Kelley
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
[next]