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
2023-06-10
InternPool: add optional values
Andrew Kelley
2023-06-10
Sema: introduce Value.enum_field_0
Andrew Kelley
2023-06-10
stage2: more InternPool related fixes
Andrew Kelley
2023-06-10
stage2: move empty struct type and value to InternPool
Andrew Kelley
2023-06-10
stage2: more InternPool-related fixes
Andrew Kelley
2023-06-10
stage2: implement intTagType logic
Andrew Kelley
2023-06-10
stage2: bug fixes related to Type/Value/InternPool
Andrew Kelley
2023-06-10
Replace uses of Value.zero, Value.one, Value.negative_one
mlugg
2023-06-10
wip: progress towards compiling tests
mlugg
2023-06-10
stage2: move integer values to InternPool
Andrew Kelley
2023-06-10
InternPool: add a slice encoding
Andrew Kelley
2023-06-10
fill out more InternPool Type methods
Andrew Kelley
2023-06-10
InternPool: enhance integer values
Andrew Kelley
2023-06-10
stage2: add a few more Value checks for InternPool
Andrew Kelley
2023-06-10
stage2: move undef, unreach, null values to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: move most simple values to InternPool
Andrew Kelley
2023-06-10
stage2: move most simple types to InternPool
Andrew Kelley
2023-06-10
stage2: move named int types to InternPool
Andrew Kelley
2023-06-10
stage2: move float types to InternPool
Andrew Kelley
2023-06-10
InternPool: implement typePtrOrOptionalPtrTy
Andrew Kelley
2023-06-10
stage2: isGenericPoison InternPool awareness
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-29
fix #15778: Binary operations on empty vectors crash
Evin Yulo
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-04-30
fix compilation error on 32-bit LLVM-enabled compiler builds
Andrew Kelley
2023-04-28
Sema: fix false negative Value.isComptimePtr for slices
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-28
stage2: avoid panicking for unimplemented compiler code
Andrew Kelley
2023-04-28
LLVM backend: optimize memset with comptime-known element
Andrew Kelley
2023-04-26
add support for .field_ptr in elemValueAdvanced
kcbanner
2023-04-13
add c_char type
Andrew Kelley
2023-03-21
Value: implement reinterpreting enum field index as integer
Veikka Tuominen
2023-03-21
Value: handle comparisons of runtime_values
Veikka Tuominen
2023-03-14
Implement readFromMemory/writeToMemory for ptrLikeOptional
DerryAlex
2023-03-10
Sema: correctly detect use of undefined within slices in @Type
mlugg
2023-03-05
CBE: implement vector operations
Jacob Young
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
2023-02-19
implement `writeToMemory`/`readFromMemory` for pointers
Veikka Tuominen
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Value: implement writeToMemory for packed unions
Matt Knight
2023-01-22
Value: implement `compareAllWithZero` for `bytes` and `str_lit`
Veikka Tuominen
2023-01-11
Value: implement more pointer eql cases
Veikka Tuominen
2023-01-05
resolve some TODOs
Veikka Tuominen
2022-12-27
value: fix bitcasting packed structs with `u0` fields
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-20
Merge pull request #14004 from Vexu/packed-struct-vector
Veikka Tuominen
[prev]
[next]