aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-04langref: atomic ops are allowed on pointersVexu
2020-09-03remove deprecated fields from typesVexu
2020-09-02Merge pull request #6229 from LemonBoy/fix-6054Andrew Kelley
2020-09-02builtin: Add TypeInfo.StructField.is_comptimeTadeo Kondrak
2020-09-01ir: Typecheck the sentinel value in *[N:S1]T to [S2]T castsLemonBoy
2020-08-30Remove @OpaqueTypeTadeo Kondrak
2020-08-24fix error note using invalid source nodeVexu
2020-08-24add error checks to `@Type`Vexu
2020-08-22Merge pull request #6119 from tadeokondrak/@Type(.Enum)Andrew Kelley
2020-08-22Remove TypeInfo.Error.valueTadeo Kondrak
2020-08-21@Type for Enum fix: use correct decls_scopeTadeo Kondrak
2020-08-21Implement @Type for EnumTadeo Kondrak
2020-08-19Small fixes for @Type(.Struct)Tadeo Kondrak
2020-08-19Implement @Type for structs without decls supportTadeo Kondrak
2020-08-19Remove offset field from TypeInfo.StructFieldTadeo Kondrak
2020-08-18Merge pull request #5495 from xackus/fix_5314Veikka Tuominen
2020-08-17Handle singular param count word in error messages (#6073)Ashish Shekar
2020-08-17fix cast from invalid non-exhaustive enum to unionVexu
2020-08-17disallow '_' prong when switching on non-exhaustive tagged unionVexu
2020-08-17stage1: fix non-exhaustive enums with one fieldxackus
2020-08-13add error for unused/duplicate block labelsVexu
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-08-02add compile error for alignCasting zero sized typesVexu
2020-07-28add helpful error note for when function cannot return an errorVexu
2020-07-26Merge pull request #5693 from antlilja/switch-unreachable-elseAndrew Kelley
2020-07-24Revert "Support taking extern pointers at comptime"Andrew Kelley
2020-07-24Support taking extern pointers at comptimeyvt
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-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-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-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-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-23Add duplicate checking for switch on typesantlilja
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