Commit History

Author SHA1 Message Date
  gingerBill 0c06a8d154 Fix issue #146 regarding polymorphic type parameters 7 years ago
  gingerBill b0e3a4e276 `build_dll` replace with `-build-mode=dll` 7 years ago
  gingerBill b651466630 Add `ptr_to_bytes` 7 years ago
  gingerBill 24c09c9201 Allow for printf style `assert` and `panic` 7 years ago
  gingerBill e48346a9ee Disable negation of unsigned constants (Issue: #145) 7 years ago
  gingerBill 9bd8bdaa5a Disable all cyclic importations 7 years ago
  gingerBill a137699d95 Add optional truncate parameter to write_entire_file (#144) 7 years ago
  gingerBill f6a56c2f82 Remove `#const`; Minor fixes 7 years ago
  gingerBill dffa791607 In error messages, remove ` with '; Fix error messages for `switch` 7 years ago
  gingerBill 5ce6555721 Allow for default arguments after a variadic parameter 7 years ago
  gingerBill 53b3ad186f Fix untyped type IR bug 7 years ago
  gingerBill 82c1c5b3fe Merge pull request #142 from zangent/master 7 years ago
  Zachary Pierson 6d880bc3bb Added static linking for macOS. Also fixed the build.sh. Thanks, vass :/ 7 years ago
  gingerBill 40281d595d Fix parsing errors for variadic signatures 7 years ago
  gingerBill 85fab55e57 Fix `make` 7 years ago
  gingerBill 1d2eb8055e Merge pull request #140 from vassvik/master 7 years ago
  vassvik 9e0b69312b Fixed foreign import for linux. Modified .gitignore to ignore temp files and files in shared/. Added a Makefile for linux 7 years ago
  gingerBill bbddbba340 Fix cast to uintptr 7 years ago
  gingerBill 0d01a6f552 Fix issue #139 7 years ago
  gingerBill ae3672608d Fix link_name overriding 7 years ago
  gingerBill e5c39fb2a9 Fix opening file without close; Minor fixes 7 years ago
  gingerBill eb4b3f5976 Change push allocator system; update core libraries 7 years ago
  gingerBill dbb070524f Allow `nil` in a ternary statement 7 years ago
  gingerBill 36b0b50ba4 Amend allocation procedures with caller location; Compound literals missing type can determine type in certain cases. 7 years ago
  gingerBill ac46b2053d Remove unnecessary IR bound checks 7 years ago
  gingerBill 0ffcccdae5 Add Source_Code_Location parameter Allocator_Proc (#138) 7 years ago
  gingerBill 4777bd607e Fix issue #137 7 years ago
  gingerBill 39e9b50482 Remove debug code 7 years ago
  gingerBill 30adb9c770 Fix issue #134 7 years ago
  gingerBill b1d1497f4b Fix array of array arithmetic 7 years ago