summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-04Merge branch 'master' into fix-1261fix-1261Erik Svedäng
2021-09-04fix: elide void definitions (#1305)Veit Heller
2021-09-04fix: Allow types defined in modules to be members (#1303)Scott Olsen
2021-09-04fix: ensure interface values aren't discarded (#1308)Scott Olsen
2021-08-23feat: Add Float.round (#1301)Scott Olsen
2021-08-23feat: Add additional ignore macros (#1300)Scott Olsen
2021-08-10fix: fix nested polymorphic types (#1294)Scott Olsen
2021-08-05refactor: Cleanup Concretize module (#1283)Scott Olsen
2021-07-30fix: Fix scoring of type and function declarations (#1290)Scott Olsen
2021-07-29fix: escape quotes in String.prn (#1287)Veit Heller
2021-07-29fix: make Symbol.prefix work on qualified symbols (#1286)Scott Olsen
2021-07-23fix: respect line number in repl (#1282)Veit Heller
2021-07-15fix: fix dynamic let bindings recursion and binder leaks (#1281)Veit Heller
2021-07-14feat: add Dynamic.Debug.trace (#1279)Veit Heller
2021-07-13feat: add Dynamic.proc? (#1278)Veit Heller
2021-07-13feat: add List.remove-nth (#1277)Veit Heller
2021-07-09feat: add machine-info primitive draft (#1269)Veit Heller
2021-07-08feat: allow for multibranches in case (#1276)Veit Heller
2021-07-06docs: set infoFile on primitives and commands (#1273)Veit Heller
2021-07-06fix: whitespace in context errors (#1274)Veit Heller
2021-07-05docs: document core modules (#1271)Veit Heller
2021-07-04test: Regression test for issue #1261Erik Svedäng
2021-07-04Revert "refactor: Remove deps functions in ArrayTemplates (#1093)"Erik Svedäng
2021-07-03fix: set correct info on defmodule (#1270)Veit Heller
2021-07-02docs: add pattern limitations (#1268)Veit Heller
2021-07-01fix: added missing definitions so Carp can be used with TCC 32bit on Windows ...guberathome
2021-07-01docs: make doc work on top level and document macros (#1265)Veit Heller
2021-06-28feat: Emit docs for top level bindings (#1253)Erik Svedäng
2021-06-23reorganize Pattern library (#1257)guberathome
2021-06-20fix: Dynamic.String.slice index handling (#1258)Veit Heller
2021-06-20(and) and (or) now handle any number of parameters (#1251)guberathome
2021-06-17IO.Raw (#1243)guberathome
2021-06-16refactor: Clean up memory management functions (#1240)Erik Svedäng
2021-06-16Up down case (#1248)guberathome
2021-06-16fix: check for generic main at build time (#1247)Veit Heller
2021-06-15docs: Updates memory docs to discourage overriding `delete` (#1245)Tim Dévé
2021-06-15test: REPL (#1239)Erik Svedäng
2021-06-14docs: document managed? primitive (#1244)Veit Heller
2021-06-11fix: render submodules in html docs (#1242)Veit Heller
2021-06-08fix: fix repl function application evaluation (#1238)Scott Olsen
2021-06-08Update README.mdErik Svedäng
2021-06-08clean up IO library (#1232)guberathome
2021-06-08refactor: move form validation into a separate module (#1233)Scott Olsen
2021-06-06fix: ClarificationErik Svedäng
2021-06-06fix: Make changelog into a markdown listErik Svedäng
2021-06-06build: Release 0.5.1v0.5.1_macOSv0.5.1_Windowsv0.5.1_Linuxv0.5.1Erik Svedäng
2021-06-05fix: support recursive let bindings in static code (Fix 402) (#1230)Scott Olsen
2021-06-01fix: Don't crash on invalid member in struct / sumtype (#1228)Erik Svedäng
2021-05-31PR: additional local documentation as html (#1229)guberathome
2021-05-27feat: Remove `address` (#1223)Erik Svedäng