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-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
2022-09-15
Sema: handle comptime fields in field call bind
Veikka Tuominen
2022-09-15
value: hash extern functions
Veikka Tuominen
2022-09-02
Sema: resolve lazy value before intToFloat
Veikka Tuominen
2022-08-24
Merge pull request #12623 from Vexu/stage2-fixes
Andrew Kelley
2022-08-24
stage2: handle `int_u64` in `elemValueAdvanced`
Veikka Tuominen
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-17
Sema: fix generics with struct literal coerced to tagged union
Andrew Kelley
2022-08-10
stage2: fix crash with comptime vector reduce
Andrew Kelley
2022-08-10
stage2: Handle lazy values for the % operator
Isaac Freund
2022-07-31
Merge pull request #12289 from Vexu/stage2
Andrew Kelley
2022-07-30
stage2: Fix AIR printing
Cody Tapscott
2022-07-30
Sema: implement `@Type` for functions
Veikka Tuominen
2022-07-30
stage2: fix hashing of struct values
Veikka Tuominen
2022-07-14
Sema: fix coerce_result_ptr in case of inferred result type
Andrew Kelley
2022-07-13
stage2: fix comptime bitcast involving f80
Andrew Kelley
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
[next]