aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-04update install files for LLVM 11rc1Andrew Kelley
2020-08-04Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-08-04translate-c: recognize other type trait expressionsVexu
2020-08-02add compile error for alignCasting zero sized typesVexu
2020-07-28stage1: hot path for resolving types of primitivesAndrew Kelley
2020-07-28add helpful error note for when function cannot return an errorVexu
2020-07-27Add comment explaining --stack-first optionzigazeljko
2020-07-26Merge pull request #5693 from antlilja/switch-unreachable-elseAndrew Kelley
2020-07-24stage1: add missing math.h includesAndrew Kelley
2020-07-24update clang drivers from llvm 10 to 11Andrew Kelley
2020-07-24update LLVM C++ API wrappers from llvm 10 to 11Andrew Kelley
2020-07-24Revert "Support taking extern pointers at comptime"Andrew Kelley
2020-07-24Support taking extern pointers at comptimeyvt
2020-07-24macOS: macho ld64.lld fixesMichael Dusan
2020-07-21Merge pull request #5905 from Vexu/stage2-floatAndrew Kelley
2020-07-21Use function attribute "frame-pointer"Hiroki Noda
2020-07-21fix comptime comparisons of different sized floatsVexu
2020-07-18allow non-pointer extern opaque variablesVexu
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-07-01Add new error message for unreachable else prongsantlilja
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-24Store else node in IrInstSrcCheckSwitchProngsantlilja
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