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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-15
fix while continue block not checking for ignored expression
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
Fix generation of comptime slices
LemonBoy
2019-03-11
Merge pull request #2049 from ziglang/problematic-mtime-detection
Andrew Kelley
2019-03-11
ir: fix handling of OnePossibleValueInvalid
Andrew Kelley
2019-03-11
check for type_has_one_possible_value and added correct caching to TypeInfo
Jimmi HC
2019-03-11
fixed enum to union code
Jimmi Holst Christensen
2019-03-11
use cached const_void_val
Jimmi Holst Christensen
2019-03-11
removed wild tab
Jimmi Holst Christensen
2019-03-11
fixed #1600
Jimmi Holst Christensen
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-06
missed change when switching TypeInfo to use comptime_int
Sahnvour
2019-03-03
fix slice of C pointer
Andrew Kelley
2019-03-02
@returnAddress and @frameAddress return usize now
Andrew Kelley
2019-03-02
all integers returned by @typeInfo are now comptime_int
Sahnvour
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-03-01
remove unused function
Andrew Kelley
2019-03-01
gen-h: use the bare type names for now
Andrew Kelley
2019-03-01
@typeInfo for structs and opaque types is the bare name
Andrew Kelley
2019-03-01
fix type names
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
fix handling when there are multiple externs and
Andrew Kelley
2019-02-25
fix incorrectly trying to memset at comptime
Andrew Kelley
2019-02-25
better error message when forgetting to link against libc
Andrew Kelley
2019-02-25
add a compile error note when C import fails and not linking libc
Andrew Kelley
2019-02-25
`@cImport` works with `--cache on`
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-22
implement vector negation
Andrew Kelley
2019-02-22
fix `@bitCast` when src/dest types have mismatched handle_is_ptr
Andrew Kelley
2019-02-21
better field access of types which have one possible value
Andrew Kelley
2019-02-21
better handling of arrays in packed structs
Andrew Kelley
2019-02-21
`@sliceToBytes` works at comptime
Andrew Kelley
2019-02-21
extern structs support comptime bitcasting
Andrew Kelley
2019-02-20
packed structs support comptime bitcasting
Andrew Kelley
2019-02-20
deduplicate compile errors for undeclared identifiers
Andrew Kelley
2019-02-19
pull request fixups
Andrew Kelley
2019-02-19
Merge branch 'slice-deref-failure' of https://github.com/matthew-mcallister/z...
Andrew Kelley
2019-02-18
export _mh_execute_header with weak linkage
Andrew Kelley
2019-02-18
pull request fixups
Andrew Kelley
2019-02-18
make @enumToInt work on union(enum)
emekoi
2019-02-17
Deduplicate compile log statement warnings
Matthew McAllister
2019-02-16
Fix lvalue dereference type checking
Matthew McAllister
2019-02-15
typecheck the panic function
Andrew Kelley
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
[next]