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
Age
Commit message (
Expand
)
Author
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-18
IR: fix codegen of ref instruction
Andrew Kelley
2016-12-18
IR: phi instruction handles unreachable values correctly
Andrew Kelley
2016-12-18
IR: fix err variable in ErrOkOr instruction
Andrew Kelley
2016-12-18
IR: fix container field access via container pointer
Andrew Kelley
2016-12-18
IR: basic support for implicit casting to const pointer
Andrew Kelley
2016-12-18
IR: fix type of decls accessed via namespace
Andrew Kelley
2016-12-18
IR: add runime negation
Andrew Kelley
2016-12-18
IR: unreachable has lowest priority when resolving peer types
Andrew Kelley
2016-12-18
IR: make generic function type have zero_bits flag
Andrew Kelley
2016-12-18
IR: support var type args and fix phi peer type resolution
Andrew Kelley
2016-12-17
IR: allow undefined compile time values sometimes
Andrew Kelley
2016-12-17
IR: consolidate Ref and PrefixOpAddressOf instructions
Andrew Kelley
2016-12-17
IR: fix `this` expression
Andrew Kelley
2016-12-17
IR: fix compile time switch eval for enums
Andrew Kelley
2016-12-17
IR: fix switching on enum
Andrew Kelley
2016-12-17
IR: add more instructions
Andrew Kelley
2016-12-14
IR: panic with a TODO instead of generating invalid code
Andrew Kelley
2016-12-14
fix external function calls
Andrew Kelley
2016-12-13
IR: implement maybe return expression
Andrew Kelley
2016-12-13
IR: implement the rest of the builtin functions
Andrew Kelley
2016-12-13
IR: implement character literal
Andrew Kelley
2016-12-13
IR: implement breakpoint builtin
Andrew Kelley
2016-12-12
IR: implement memberCount builtin
Andrew Kelley
2016-12-12
IR: implement memcpy, memset, and slice expression
Andrew Kelley
2016-12-11
IR: implement alloca builtin
Andrew Kelley
2016-12-11
IR: implement compile time array concatenation
Andrew Kelley
2016-12-11
IR: implement compile time array multiplication
Andrew Kelley
2016-12-11
IR: implement intType builtin
Andrew Kelley
2016-12-11
IR: implement truncate builtin
Andrew Kelley
2016-12-11
IR: implement divExact builtin
Andrew Kelley
2016-12-11
IR: implement fence and cmpxchg builtins
Andrew Kelley
2016-12-11
IR: implement embedFile builtin
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-10
IR: don't crash if number literal used with pure error
Andrew Kelley
2016-12-10
IR: support error union type
Andrew Kelley
2016-12-10
IR: fix errorName builtin
Andrew Kelley
2016-12-08
IR: better array len instruction
Andrew Kelley
2016-12-08
IR: omit debug safety checks in for loop codegen
Andrew Kelley
2016-12-08
IR: a bunch of fixes and some additions
Andrew Kelley
2016-12-07
IR: add compileError builtin fn
Andrew Kelley
2016-12-07
IR: add minValue, maxValue, and negation
Andrew Kelley
2016-12-07
delete unused builtin function stuff
Andrew Kelley
2016-12-07
IR: add error for assigning runtime value to inline var
Andrew Kelley
2016-12-06
IR: implement compile time eval unwrap maybe
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-05
remove the boolean argument from setFnTest
Andrew Kelley
2016-12-05
IR: implement short circuit bool or, and
Andrew Kelley
2016-12-05
IR: implement break and continue
Andrew Kelley
2016-12-05
IR: implement generic function calls
Andrew Kelley
[next]