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-28
Value.hashPtr: handle lazy_align as an integer
Andrew Kelley
2022-03-27
Value: hash lazy_align
Veikka Tuominen
2022-03-26
stage2: resolve types more lazily
Andrew Kelley
2022-03-26
stage2: result location types for function call arguments
Andrew Kelley
2022-03-23
Sema: fix comptime elem_ptr compare fixed address
Andrew Kelley
2022-03-23
Sema: Value.copy: we gotta copy the bytes
Andrew Kelley
2022-03-22
Sema: introduce a mechanism in Value to resolve types
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
behavior tests: enable all vector tests for the stage2 LLVM backend
William Sengir
2022-03-21
Sema: make most instructions vector-agnostic
William Sengir
2022-03-21
stage2: return `Value.zero` when truncating int to 0 bits at comptime
William Sengir
2022-03-21
stage2: add way to print values with types
Veikka Tuominen
2022-03-20
stage2: remove Value.Tag.abi_align_default
Andrew Kelley
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-16
stage2: bit_not on u0 is always 0
Mitchell Hashimoto
2022-03-16
gdb: add printer for selfhosted Value
Robin Voetter
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
stage2 sema: Respect container_ty of parent ptrs
Cody Tapscott
2022-03-14
stage2: Add container_ty/elem_ty to elem_ptr, field_ptr, *_payload_ptr Values
Cody Tapscott
2022-03-14
stage2: rework Value storage of structs and arrays
Andrew Kelley
2022-03-14
Sema: improve lowering of stores to bitcasted vector pointers
Andrew Kelley
2022-03-11
Sema: make check for whether call should be memoized more thorough
Veikka Tuominen
2022-03-11
Sema: enable shl and bitwise for vectors at runtime
Veikka Tuominen
2022-03-10
stage2: fix comptime element load of undef array
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-06
stage2: implement `@mulAdd` for scalar floats
John Schmidt
2022-03-03
stage2: reify error sets
Mitchell Hashimoto
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
[next]