Implement step A
[jackhill/mal.git] / swift /
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.