コミット履歴

作者 SHA1 メッセージ 日付
  gingerBill dffa791607 In error messages, remove ` with '; Fix error messages for `switch` 7 年 前
  gingerBill 5ce6555721 Allow for default arguments after a variadic parameter 7 年 前
  gingerBill eb4b3f5976 Change push allocator system; update core libraries 7 年 前
  gingerBill dbb070524f Allow `nil` in a ternary statement 7 年 前
  gingerBill 36b0b50ba4 Amend allocation procedures with caller location; Compound literals missing type can determine type in certain cases. 7 年 前
  gingerBill 66ee2cb6ed #const value procedure parameters; $N for polymorphic array lengths 7 年 前
  gingerBill 1d4881cbbe Add array programming 7 年 前
  gingerBill fcc8b89e6b Fix issue #130; allow conversion from any pointer to `uintptr` and vice versa 7 年 前
  gingerBill ae24a8e5ae Fix pointer arithmetic; remove suffix #tags for proc types 7 年 前
  gingerBill 1eb9994d88 Attributes; @(link_name="foo") 7 年 前
  gingerBill a43b89f36e #alias type declarations; core library additions; `_global` import name for the global scope 7 年 前
  gingerBill e05fe1837d Fix minimal dependency generation for polymorphic structs (related to issue #121) 8 年 前
  Ginger Bill 26d3c54aff Fix issue #119 8 年 前
  Ginger Bill bbb0e14633 Fix `using import` to work correctly 8 年 前
  Ginger Bill 6424966b7a Union tag stored as an integer 8 年 前
  Ginger Bill 4e42d7df43 Minor code reorganization 8 年 前
  Ginger Bill 01d8aea4df Disallow procedures literals as default values in anonymous struct types 8 年 前
  Ginger Bill ee904060c5 Disallow anonymous structs with procedures as default values 8 年 前
  Ginger Bill afb5538e83 Default procedure values for `proc` 8 年 前
  Ginger Bill 1f24f105cc "Constant" procedure values for default values in structs 8 年 前
  Ginger Bill 8f39ebbe5a Procedure literals for default values in structs 8 年 前
  Ginger Bill c1e720a49b `match` to `switch`; Optional semicolons after "import" statements 8 年 前
  Ginger Bill e7e51f53ce Fix cyclic polymorphic struct bug #111 8 年 前
  Ginger Bill e2b9c87aa8 Wrap entry point `main` around the C style `main` in the IR 8 年 前
  Ginger Bill 8c7cf0dbb0 Fix union array bug (Issue #112) 8 年 前
  Ginger Bill 11614c2649 Fix old_demos; Fix `when` bug; Fix enum `.names` 8 年 前
  Ginger Bill 793bc8c585 Fix issue #89 8 年 前
  Ginger Bill ae17a51c0d Fix issue #109 8 年 前
  Ginger Bill c43d66c286 Use comma for struct field separators (disallow nesting) 8 年 前
  Ginger Bill 3bfaac0844 Fix decimal.odin assignment bug 8 年 前