aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
2019-03-11fixed #1600Jimmi Holst Christensen
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-06missed change when switching TypeInfo to use comptime_intSahnvour
2019-03-03fix slice of C pointerAndrew Kelley
2019-03-02@returnAddress and @frameAddress return usize nowAndrew Kelley
2019-03-02all integers returned by @typeInfo are now comptime_intSahnvour
2019-03-02compile error for import outside package pathAndrew Kelley
2019-03-01remove unused functionAndrew Kelley
2019-03-01gen-h: use the bare type names for nowAndrew Kelley
2019-03-01@typeInfo for structs and opaque types is the bare nameAndrew Kelley
2019-03-01fix type namesAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-26fix handling when there are multiple externs andAndrew Kelley
2019-02-25fix incorrectly trying to memset at comptimeAndrew Kelley
2019-02-25better error message when forgetting to link against libcAndrew Kelley
2019-02-25add a compile error note when C import fails and not linking libcAndrew Kelley
2019-02-25`@cImport` works with `--cache on`Andrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-22implement vector negationAndrew Kelley
2019-02-22fix `@bitCast` when src/dest types have mismatched handle_is_ptrAndrew Kelley
2019-02-21better field access of types which have one possible valueAndrew Kelley
2019-02-21better handling of arrays in packed structsAndrew Kelley
2019-02-21`@sliceToBytes` works at comptimeAndrew Kelley
2019-02-21extern structs support comptime bitcastingAndrew Kelley
2019-02-20packed structs support comptime bitcastingAndrew Kelley
2019-02-20deduplicate compile errors for undeclared identifiersAndrew Kelley
2019-02-19pull request fixupsAndrew Kelley
2019-02-19Merge branch 'slice-deref-failure' of https://github.com/matthew-mcallister/z...Andrew Kelley
2019-02-18export _mh_execute_header with weak linkageAndrew Kelley
2019-02-18pull request fixupsAndrew Kelley
2019-02-18make @enumToInt work on union(enum)emekoi
2019-02-17Deduplicate compile log statement warningsMatthew McAllister
2019-02-16Fix lvalue dereference type checkingMatthew McAllister
2019-02-15typecheck the panic functionAndrew Kelley
2019-02-15breaking: fix @sizeOf to be alloc size rather than store sizeAndrew Kelley
2019-02-15Merge pull request #1965 from ziglang/c-pointer-typeAndrew Kelley
2019-02-14translate-c: back to *c_void for opaque typesAndrew Kelley
2019-02-14allow C pointers to have alignmentAndrew Kelley
2019-02-14compile error for C pointer with align attributeAndrew Kelley
2019-02-14fix implicit cast error unions with non-optional to optional pointerAndrew Kelley
2019-02-14compile error tests for implicit C pointer castingAndrew Kelley
2019-02-14remove the "top of the comptime stack" compile errorAndrew Kelley
2019-02-14runtime safety check for casting null to pointerAndrew Kelley
2019-02-14comptime detection of casting null to pointerAndrew Kelley
2019-02-12C pointers: errors for nested pointer casting regarding nullAndrew Kelley
2019-02-12compile error test for casting integer to c pointerAndrew Kelley
2019-02-12implicit casting between C pointer and optional non-C pointerAndrew Kelley