DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / swift /
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-31 Joel Martinswift: detect unclosed strings.
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-07-29 Joel MartinMerge pull request #415 from asarhaddon/load-file-trail...
2019-07-28 Nicolas Boulenguezload-file: accept empty file or final comment, return nil
2019-07-25 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-07-17 Joel MartinMerge pull request #361 from asarhaddon/exercise-native...
2019-07-15 Joel MartinMerge pull request #400 from asarhaddon/improve-mal...
2019-07-15 Nicolas BoulenguezMerge remote-tracking branch 'remotes/kanaka/master...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-05-15 Joel MartinMerge pull request #379 from bjh21/bjh21-unterminated...
2019-05-13 Joel MartinMerge pull request #372 from bjh21/bjh21-empty-hashmap
2019-05-13 Joel MartinMerge pull request #374 from sgtatham/vala-fixes
2019-05-13 Joel MartinMerge pull request #370 from asarhaddon/hide-gensym...
2019-05-11 Nicolas Boulenguezgensym: hide the counter in an environment, define...
2019-03-27 Joel MartinMerge pull request #345 from asarhaddon/ada.2
2019-03-21 Joel MartinConvert to loccount based stats calculation.
2019-01-25 Joel MartinError on unterminated strings.
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2017-11-02 Joel MartinMerge pull request #306 from kanaka/add-predicates
2017-11-02 Joel Martin[swift] add number?, fn?, and macro?
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-04 Joel MartinMerge pull request #181 from wasamasa/fix-typos
2016-03-02 Joel MartinMerge branch 'wasamasa-elisp'
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-03-01 Joel MartinSwift3: add meta to all collections. Simplify types.
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinSwift*: add seq/string?. swift: gensym/or macro fix
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikswift: Fix (rest nil)
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel Martinjulia, matlab, r, rust, swift: fix macro result evaluation
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-25 Dov MurikAdd gensym and clean `or` macro to stepA of 19 implemen...
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-27 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-10-24 Joel Martinswift: add status rule. Fix Makefile on Linux.
2015-09-22 Joel MartinMerge pull request #87 from keith-rollin/optimize
2015-09-22 Keith RollinUpdate for Xcode 7.0
2015-07-06 Peter StephensMerge remote-tracking branch 'kanaka/master' into fsharp
2015-04-08 Joel MartinMerge pull request #61 from keith-rollin/optimize
2015-04-08 Keith RollinConvert to Swift 1.2:
2015-04-08 Keith Rollinrefactor: use a switch instead of a ramp of if's.
2015-04-08 Keith Rollinrefactor: move some code out of EVAL into their own...
2015-04-08 Keith Rollinoptimization: for small Environment records, store...
2015-04-08 Keith Rollinoptimization: conditionally remove some debugging code
2015-03-27 Peter StephensMerge branch 'master' of https://github.com/kanaka...
2015-03-25 Nala Ginrutmerged upstream:master
2015-03-24 Joel MartinMerge pull request #49 from keith-rollin/swift
2015-03-23 Keith RollinInitial Swift implementation.