fix weird interaction between let* and fn* and atoms
[jackhill/mal.git] / io /
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
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-24 Joel MartinMerge pull request #427 from dubek/ocaml-fix-unterminat...
2019-07-24 Joel MartinMerge pull request #428 from dubek/io-fix-escape-slash
2019-07-23 Dov Murikio: Fix unneeded escaping of forward slash
2019-07-21 Joel MartinMerge pull request #426 from dubek/extra-step4-tests
2019-07-21 Joel MartinMerge pull request #425 from dubek/io-fixes
2019-07-21 Dov Murikio: Atoms can have meta
2019-07-21 Dov Murikio: Don't mutate existing function when defining a...
2019-07-21 Dov Murikio: keyword and symbol accept a keyword/symbol argument
2019-07-21 Dov Murikio: Fix list and vector equality
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-21 Joel MartinMerge pull request #371 from asarhaddon/extend-core.mal
2019-05-19 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-19 Joel MartinMerge pull request #382 from bjh21/bjh21-unterminated...
2019-05-17 Ben Harrisio, livescript: Detect more unterminated strings.
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-28 Joel MartinMerge pull request #337 from AndreaCrotti/upgrade-libraries
2019-01-28 Joel MartinRuntest should fail on bad test data. Fix interop tests.
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-17 Dov Murikio, swift3, vb: Add number?, fn?, macro?
2017-09-28 Iqbal AnsariFix unescaping strings for racket, elixir and io
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-06-13 Joel MartinMerge pull request #218 from dubek/io-interop
2016-06-13 Dov Murikio: Add interop function io-eval
2016-05-17 Joel MartinMerge pull request #212 from dubek/argv-testing
2016-05-13 Dov Murikio: Add wrapper to swallow startup message from Io...
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-30 Dov Murikio: Fix exception on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-07 Joel MartinMerge pull request #183 from dubek/io
2016-03-07 Dov Murikio: Optimization and style fixes
2016-03-07 Dov Murikio: stepA
2016-03-07 Dov Murikio: step9
2016-03-07 Dov Murikio: step8
2016-03-07 Dov Murikio: step7
2016-03-07 Dov Murikio: step6
2016-03-07 Dov Murikio: step5
2016-03-07 Dov Murikio: step4
2016-03-07 Dov Murikio: step3
2016-03-07 Dov Murikio: step2
2016-03-07 Dov Murikio: step1
2016-03-07 Dov Murikio: step0