Merge pull request #238 from prt2121/pt/haskell-7.10.1
[jackhill/mal.git] / rpython /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-15 Joel Martinrpython: update Dockerfile to pypy-4.0.1
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinAdd dist targets to most implementations.
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-11 Joel Martinhaxe, matlab, miniMAL, python, rpython: add seq/string?
2016-02-03 Joel Martinrpython, matlab: fix first/rest on 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 Martinclojure, groovy, rpython, scala: fix macro result evalu...
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-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-10 Joel MartinMerge pull request #108 from dubek/tcl-impl
2015-11-10 Joel MartinFix hash-map equality in python and rpython.
2015-10-31 Joel MartinAll: fix read/print of \\, and \n
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-09 Joel MartinTravis: better rpython Dockerfile.
2015-10-08 Joel Martinrpython: fix _cache, and update to pypy 2.7.0-alpha0
2015-10-08 Joel MartinTravis: fix coffee and es6
2015-10-08 Joel MartinTravis: add remaining implementations.
2015-07-06 Peter StephensMerge remote-tracking branch 'kanaka/master' into fsharp
2015-06-11 Joel MartinRPython: replace asserts with conditionals.
2015-06-11 Joel MartinRPython: misc cleanup, step sync, stats target.
2015-06-11 Joel MartinRPython: self-hosting
2015-06-11 Joel MartinRPython: add vector and hash-map support.
2015-06-11 Joel MartinRPython: stepA basics. Makefile refactor.
2015-06-11 Joel MartinRPython: step9 basics.
2015-06-11 Joel MartinRPython: step8 basics.
2015-06-11 Joel MartinRPython: step7
2015-06-11 Joel MartinRPython: step6 basics.
2015-06-11 Joel MartinRPython: step5
2015-06-11 Joel MartinRPython: step4 basics.
2015-06-11 Joel MartinRPython: step3 basics.
2015-06-11 Joel MartinRPython: step2 basics.
2015-06-11 Joel MartinRPython: add keywords. Use unicode internally.
2015-06-11 Joel MartinRPython: step1 basics
2015-06-11 Joel MartinRPython: step0