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
2021-04-06
stage2: implement simple enums
Andrew Kelley
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-03-28
stage2: fix error sets
Andrew Kelley
2021-03-23
stage2: implement inttype ZIR
Andrew Kelley
2021-03-23
stage2: remove all async related code
Isaac Freund
2021-03-16
stage2: *WIP*: rework ZIR memory layout; overhaul source locations
Andrew Kelley
2021-03-03
stage2: remove error number from error set map
jacob gw
2021-02-28
stage2: remove value field from error
jacob gw
2021-02-25
stage2: implement the error_value AST tag
Andrew Kelley
2021-02-25
improve stage2 to allow catch at comptime:
g-w1
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-11
Merge branch 'Stage2 begin implementing container types'
Andrew Kelley
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-02
stage2: comptime function calls
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
std: have std.meta.fieldInfo take an enum rather than a string
daurnimator
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-15
stage2: outline container types
Vexu
2020-10-30
stage2: return same hash for different representations of same value
Vexu
2020-10-30
stage2: implement Value.eql for void, null and types
Vexu
2020-10-30
stage2: implement Value.hash
Vexu
2020-10-30
stage2: basic switch validation
Vexu
2020-10-17
std: remove renderStringLiteral in favor of std.fmt specifier
Vexu
2020-10-06
Fix building the zig compiler for 32-bit targets
Timon Kruiper
2020-09-30
stage2: very basic imports
Vexu
2020-09-30
stage2: add import builtin stub
Vexu
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley