bbc-basic: Slight tweak to heap size.
[jackhill/mal.git] / rpython /
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-05-07 Joel MartinMerge pull request #363 from bjh21/bjh21-concat-ocaml
2019-05-07 Joel MartinMerge pull request #362 from bjh21/bjh21-concat-ps
2019-05-07 Joel Martinrpython,rust,swift4,ts: fix empty list handling.
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-12-27 Joel MartinMerge pull request #333 from LispLY/objc-fix-conj-meta
2018-12-12 Joel MartinTest uncaught throw, catchless try* . Fix 46 impls.
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-10-12 Joel Martinc, rpython, vhdl: add number?, fn?, and macro?
2017-09-28 Joel MartinFix unescaping in cs, hy, nim, objpascal, ps, rpython, vb
2017-09-28 Joel MartinFix unescaping in matlab, miniMAL and rpython.
2017-02-11 Joel MartinGo, Kotlin, Nim, ObjC, RPython: update Dockerfiles.
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