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-07-07
stage2: make line field of `@src` runtime known
Veikka Tuominen
2022-06-30
stage2: hash/eql of fixed-size floats use bit pattern
Andrew Kelley
2022-06-18
value: handle slices in canMutateComptimeVarState
Veikka Tuominen
2022-06-17
Merge pull request #11881 from Vexu/stage2
Andrew Kelley
2022-06-17
stage2: check that struct is a tuple when value tags differ in eql
Veikka Tuominen
2022-06-17
stage2: comptime @bitCast packed struct bug fix
Omar Alhammadi
2022-06-12
Merge pull request #11837 from Vexu/stage2
Andrew Kelley
2022-06-11
stage2: small fixes + adjustments to std tests
Veikka Tuominen
2022-06-11
Sema: type safety for "runtime_index" field
Andrew Kelley
2022-06-06
stage2: use correct type (u29) for alignment
Veikka Tuominen
2022-06-06
Sema: validate equality on store to comptime field
Veikka Tuominen
2022-06-03
Value: implement {read,write}Value for more types
Veikka Tuominen
2022-05-25
stage2: packed struct fields do not have a byte offset
Veikka Tuominen
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-20
Sema: introduce laziness to `@sizeOf`
Andrew Kelley
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-16
stage2: perform comptime vectorization of `*_with_overflow` in `Value`
William Sengir
2022-05-16
stage2: clean up creation of boolean `Value`s
William Sengir
2022-05-16
stage2: handle vectors in `Value.intFitsInType`
William Sengir
2022-05-10
Sema: comptime float negation supports negative zero
Andrew Kelley
2022-05-03
Sema: fix bigIntToFloat
Andrew Kelley
2022-04-28
Merge pull request #11541 from Vexu/stage2-slice-field-ptr
Veikka Tuominen
2022-04-28
Sema: fix slice field modification at comptime
Veikka Tuominen
2022-04-27
enable newly passing behavior tests
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-18
Sema: fix not reserving enough memory for comptime shl
Andrew Kelley
2022-04-14
Sema: fix generic instantiation false negatives
Andrew Kelley
2022-04-12
Sema: fix comptime equality of extern unions with same tag
Andrew Kelley
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
[next]