aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
2019-04-13support extern "wasi" functionsShritesh Bhattarai
2019-04-07src/ir.cpp: don't call-out to analyze_type_expr;kristopher tate
2019-04-06removed todo comment and added testJimmi Holst Christensen
2019-04-06fixed 1726Jimmi Holst Christensen
2019-04-06ir: avoid dependency on isnanAndrew Kelley
2019-04-05fix dereferencing a zero bit typeAndrew Kelley
2019-04-04fix NaN comparing equal to itselfAndrew Kelley
2019-04-02more regression fixesAndrew Kelley
2019-04-02remove the lazy value stuffAndrew Kelley
2019-04-02introduce lazy valuesAndrew Kelley
2019-04-02decouple llvm types from zig typesAndrew Kelley
2019-03-31added error for implicit cast from *const T to *[1]T. credit: @kristateemekoi
2019-03-31fix anon enum literal used with switch on union(enum)Andrew Kelley
2019-03-28stage1: better error message when comparing against nullShawn Landden
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-24add compile error test for invalid enum literal implicit castAndrew Kelley
2019-03-24implement peer type resolution for enum literalsAndrew Kelley
2019-03-24make switch expressions allow enum literal typesAndrew Kelley
2019-03-24implement implicit cast from enum literal to enumAndrew Kelley
2019-03-24introduce the enum literal typeAndrew Kelley
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-23add peer type resolution for `*const T` and `?*T`Andrew Kelley
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