Commit History

Author SHA1 Message Date
  gingerBill 65dedbb1ca Add `#subtype` struct field prefix, required to have a COM interface hierarchy 3 years ago
  gingerBill 0e5928ff39 Correct pseudo selector code generation 3 years ago
  gingerBill c5d348515d Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name` 3 years ago
  gingerBill 445ca70521 Correct implicit union cast 3 years ago
  gingerBill c6ab8f82c8 Code refactor to aid development 3 years ago
  gingerBill 67ce0ec29f Improve printing for unhandled cases by adding a new line before the cases 3 years ago
  gingerBill 23c3573c30 Minor correction to error message suggestion 3 years ago
  gingerBill a4308e7246 Improve union variant assignment determination 3 years ago
  gingerBill 3439139b1c Minor clean up 3 years ago
  gingerBill dd84b61cc8 Correct `add_to_seen_map` logic 3 years ago
  gingerBill b8c4bf2afb Add `#partial [Enum]Type{...}` support to check for missing enumerated array fields 3 years ago
  gingerBill d5384c5aa4 Only check idents in the alias (of alias)+ problem 3 years ago
  gingerBill 3a81f2ab89 Correct the type aliasing problem, caused by aliases (of aliases)+ 3 years ago
  gingerBill 35c90fe124 Fix type alias declaration evaluation problem (#854 #1439) 3 years ago
  gingerBill 24e7356825 Add `#no_type_assert` and `#type_assert` to disable implicit type assertions with `x.(T)` 3 years ago
  gingerBill f16f1d932e Fix #1448 3 years ago
  gingerBill fe0b5bf4e2 Parse comments on enums fields 3 years ago
  gingerBill 42ab882db4 Remove debug code 3 years ago
  gingerBill dcc9e61362 Correct string_append_token 3 years ago
  gingerBill 56b4e0a3c3 Fix #1267 3 years ago
  gingerBill 6c48670819 Make `ODIN_BUILD_MODE` a enum type 3 years ago
  gingerBill 7cc265e14c Add mutex guards for signature scopes 3 years ago
  gingerBill e6b8f7e77a Fix #1398 3 years ago
  gingerBill 0d7cb02386 Fix conversion from float to quaternion 3 years ago
  gingerBill 504ea7deeb Fix `update_untyped_expr_type` for ternary if expressions with an untyped type 3 years ago
  gingerBill 3e04b45106 Allow cast from float to complex 3 years ago
  gingerBill 3f038428a7 Begin minimizing `Ast` size 3 years ago
  gingerBill 6646348e1a Increase usage of `PtrMap` 3 years ago
  gingerBill 68046d0c08 Allow casting between matrix types of different element types 3 years ago
  gingerBill bc2bf1caeb Add `#load_hash(<filepath>, <string-hash-kind>)` 3 years ago