aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
2019-03-20add docs for assembly and fix global assembly parsingAndrew Kelley
2019-03-15fix while continue block not checking for ignored expressionAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-14breaking: fix @typeInfo handling of global error set typeAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13Fix generation of comptime slicesLemonBoy
2019-03-11Merge pull request #2049 from ziglang/problematic-mtime-detectionAndrew Kelley
2019-03-11ir: fix handling of OnePossibleValueInvalidAndrew Kelley
2019-03-11check for type_has_one_possible_value and added correct caching to TypeInfoJimmi HC
2019-03-11fixed enum to union codeJimmi Holst Christensen
2019-03-11use cached const_void_valJimmi Holst Christensen
2019-03-11removed wild tabJimmi Holst Christensen
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