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-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
2022-12-19
value: remove `indexVectorlike`
Veikka Tuominen
2022-12-19
value: use int tag type when querying for tag value
Veikka Tuominen
2022-12-19
behavior: disable failing test
Jacob Young
2022-12-18
Merge pull request #13930 from r00ster91/renamings
Veikka Tuominen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-15
Sema: elide integer comparisons with guaranteed outcomes
Stevie Hryciw
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
Sema: add error for failed assumption about struct having runtime bits
Veikka Tuominen
2022-12-01
Value: fix elemValueAdvanced for optional payloads
Veikka Tuominen
2022-11-29
stage2: fix crash on comptime lazy `@ctz` and `@clz`
Andrew Kelley
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-22
value: account for undef value for ptr in slice in hashUncoerced
Jakub Konka
2022-11-20
Type: make `hasRuntimeBitsAdvanced` take `AbiAlignmentAdvancedStrat`
Veikka Tuominen
2022-11-18
Sema: optimize compare comptime float with int
kkHAIKE
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-13
Sema: remove `block` and `src` parameters from `getBuiltin`
Veikka Tuominen
2022-11-10
Merge pull request #13074 from topolarity/stage2-opt
Andrew Kelley
2022-11-10
Sema: avoid breaking hash contract when instantiating generic functions
Jacob Young
2022-11-10
stage2: Rename `Value.compare` to `compareAll`, etc.
Cody Tapscott
2022-11-05
stage2: address of threadlocal variable is not comptime known
Veikka Tuominen
2022-10-28
Merge pull request #13221 from topolarity/packed-mem
Andrew Kelley
2022-10-28
Value: Add `@intCast` in `writeToPackedMemory` for 32-bit targets
Cody Tapscott
2022-10-28
stage2: Use mem.readPackedInt etc. for packed bitcasts
Cody Tapscott
2022-10-28
value: properly hash `null_value` pointer
Veikka Tuominen
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-21
stage2: Fix usage of getError()
Cody Tapscott
2022-10-21
Merge pull request #13219 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-20
Value: handle runtime_int in hashPtr
Veikka Tuominen
2022-10-18
value: implement `Value.eqlAdvanced` on slices
Jacob Young
2022-10-18
stage2: implement packedStuctToInt for more types
GethDW
2022-10-17
tools: add lldb stage2 pretty printers
Jacob Young
2022-10-13
Sema: add float128IntPartToBigInt to fix compare comptime float with int
kkHAIKE
[next]