Commit History

Author SHA1 Message Date
  gingerBill 976415ff9d Fix key lookup of pointer to map 7 years ago
  gingerBill bcca3bf322 Remove target triple from windows 7 years ago
  gingerBill 74aaa3408f Fix debug symbol generation 7 years ago
  gingerBill 2a5beee88c Remove /SYMBOLS flag 7 years ago
  gingerBill cec9f7abfe Add `-debug` command (still in development) 7 years ago
  gingerBill 284a9cd4c3 Update usage text 7 years ago
  gingerBill 5955c101d4 Update version 7 years ago
  gingerBill f80b910ba3 Set version number to v0.7.1 7 years ago
  gingerBill 2b0521347b Begin with on debugging symbol; fix version number 0.7.0 7 years ago
  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