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-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-07
stage2: pass some error union tests
Andrew Kelley
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-08-04
stage2 generics improvements: anytype and param type exprs
Andrew Kelley
2021-08-01
stage2: implement `@truncate`
Andrew Kelley
2021-08-01
Sema: implement comptime variables
Andrew Kelley
2021-07-30
stage2: fix hashing and comparison design flaw with Value
Andrew Kelley
2021-07-29
stage2: garbage collect unused anon decls
Andrew Kelley
2021-07-29
stage2: more principled approach to comptime references
Andrew Kelley
2021-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-27
stage2: `zig test` now works with the LLVM backend
Andrew Kelley
2021-07-20
stage2: first pass at printing AIR/Liveness to text
Andrew Kelley
2021-07-20
Sema: finish reworking for AIR memory layout except switch
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
stage2 Sema: implement @intToPtr (#9144)
g-w1
2021-06-07
stage2: implement comptime variables
Veikka Tuominen
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-07
Sema: support enough to check main calling convention via `@typeInfo`
Andrew Kelley
2021-05-06
Sema: implement `@typeInfo` for functions
Andrew Kelley
2021-05-03
Sema: implement ExportOptions support in `@export`
Andrew Kelley
2021-05-03
Sema: implement struct_decl instruction
Andrew Kelley
2021-04-30
stage2: un-tangle memory management of Decl and Namespace
Andrew Kelley
2021-04-23
stage2: implement `anyframe`, `anyframe->T` and fix assembly
Andrew Kelley
2021-04-22
AstGen: implement `@extern` builtin
Andrew Kelley
2021-04-22
AstGen: fix `@export`
Andrew Kelley
2021-04-18
AstGen: implement all the builtin functions
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
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
[next]