aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-18fix floatCast type check regressionVexu
2020-07-17add is_tuple field to struct typeinfoVexu
2020-07-15On darwin, only add the self exe to the cache hash for compiler id (#5880)haze
2020-07-14follow up from previous commit for generic methodsAndrew Kelley
2020-07-14fix ability to call methods on enums with pointer-to-selfAndrew Kelley
2020-07-13check for invalid sentinel when creating pointer with `@Type`Vexu
2020-07-12fix alignment parsing in stage1Vexu
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11add 'anytype' to stage1 and langrefVexu
2020-07-11use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-09Revert "use correct cast function when doing `@floatCast` at comptime"Andrew Kelley
2020-07-09use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-08fix missing check on extern variables with no typeVexu
2020-07-05stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...xackus
2020-07-03stage1 HashMap: linear scan for < 16 entriesAndrew Kelley
2020-07-02stage1 HashMap: store hash & do robin hood hashingAndrew Kelley
2020-07-02stage1: reimplement HashMapAndrew Kelley
2020-06-28Merge pull request #5696 from alexnask/async_call_tupleAndrew Kelley
2020-06-24Fix issue #5618 (#5685)arbrk1
2020-06-24Fixed crash when resolving peer types of *[N:s]const T and [*:s]const TAlexandros Naskos
2020-06-24Merge remote-tracking branch 'origin/master' into zig-ast-to-zirAndrew Kelley
2020-06-24Copy union const values correctlyAlexandros Naskos
2020-06-24Small fixes, fixed tests, added test for argument tuple typeAlexandros Naskos
2020-06-24@asyncCall now requires an argument tupleAlexandros Naskos
2020-06-24Revert "building mingw-w64 for windows ARM looks in lib64/lib32 for .def files"Andrew Kelley
2020-06-24building mingw-w64 for windows ARM looks in lib64/lib32 for .def filesAndrew Kelley
2020-06-23Add duplicate checking for switch on typesantlilja
2020-06-22Merge remote-tracking branch 'origin/master' into zig-ast-to-zirAndrew Kelley
2020-06-21stage1: fix concat of sliced str literalsxackus
2020-06-21Make unary minus for unsigned types a compile error (#5654)Robin Voetter
2020-06-18Merge pull request #5203 from tadeokondrak/@type-for-even-more-typesAndrew Kelley
2020-06-18Merge pull request #5625 from antlilja/masterAndrew Kelley
2020-06-18zig cc: add missing cxxabi include pathAndrew Kelley
2020-06-18stage1: stop emitting memset to undefined when safety is offAndrew Kelley
2020-06-18self-hosted: implement Decl lookupAndrew Kelley
2020-06-18make file and fn_name fields of SourceLocation also null-terminatedAndrew Kelley
2020-06-18implement `@src`Vexu
2020-06-17Improve builtin op support for f128/comptime_floatantlilja
2020-06-16Merge pull request #5608 from alexnask/windows_utf16_dirAndrew Kelley
2020-06-16Remove obsolete branch in ir_analyze_castJakub Konka
2020-06-15stage1: implement type coercion of anon struct literal to structAndrew Kelley
2020-06-15Use _wfopen instead of fopen on windowsAlexandros Naskos
2020-06-15UTF16 create process, utf8->utf16 fixAlexandros Naskos
2020-06-15Use more wide functions on windowsAlexandros Naskos
2020-06-15Switched more Windows FS calls to their wide versionsAlexandros Naskos
2020-06-15Convert paths to UTF-16 before calling CreateDirectory on windowsAlexandros Naskos
2020-06-09Return u32 in @wasmMemorySize instead of i32Jakub Konka
2020-06-09Return should be i32 due to error signaling in memory.growJakub Konka
2020-06-09Fix builtins to return and accept u32 instead of i32Jakub Konka
2020-06-09Expose full llvm intrinsicJakub Konka