jackhill/mal.git
2015-10-26 Javier Fernandez... Implemented conj, (badly) implemented meta--needs to...
2015-10-26 Javier Fernandez... Finished additional core functions for step 9
2015-10-26 Javier Fernandez... Partial implementation of step 9, missing some of the...
2015-10-26 Javier Fernandez... Implemented step 8 (macros)
2015-10-25 Javier Fernandez... Implemented step 7 (quoting)
2015-10-25 Javier Fernandez... Implemented step 6 (files and eval)
2015-10-25 Javier Fernandez... Added TCO support as step 5
2015-10-25 Javier Fernandez... Implemented Kotlin MAL up to step 4
2015-10-20 Joel MartinTravis: activate vimscript build/test.
2015-10-20 Joel Martinvimscript: fix load of readline lib. Update Dockerfile.
2015-10-20 Dov MurikVimscript implementation
2015-10-13 Joel Martinps: fix self-host and runtest.py parsing issue.
2015-10-12 Joel Martinmake: fix sapply to address self-host test failures.
2015-10-12 Joel MartinTravis: build rpython step9 first.
2015-10-12 Joel MartinMakefile and tests/step4: Self-host test fixes.
2015-10-12 Joel Martintests/step0: fix tests to not confuse runtest.py
2015-10-10 Joel MartinTravis: comment out self-host tests in master.
2015-10-10 Joel MartinTravis: fix self-hosted test and error output.
2015-10-10 Joel MartinTravis: add self-hosted testing.
2015-10-10 Joel MartinTravis: build rpython twice to workaround errors.
2015-10-10 Joel MartinTravis: add BUILD_IMPL=js for miniMAL.
2015-10-10 Joel MartinminiMAL: add install of ffi dep.
2015-10-10 Joel MartinTravis: fix/activate miniMAL. Simplify .travis*
2015-10-09 Joel MartinTravis: better rpython Dockerfile.
2015-10-09 Joel MartinTravis: fixed rust, re-activate other impls
2015-10-09 Joel MartinTravis: just test rust to debug.
2015-10-09 Joel MartinTravis: add js,mal cases back into test matrix.
2015-10-09 Joel MartinTravis: split build and test into separate scripts.
2015-10-09 Joel MartinTravis: try just swift (os: osx)
2015-10-09 Joel Martinguile: fix regex with unicode bug.
2015-10-09 Joel MartinTravis: refactor mal build, remove stepA fail notes
2015-10-09 Joel Martinruntest.py: add --soft option, refactor test reader.
2015-10-08 Joel Martinrpython: fix _cache, and update to pypy 2.7.0-alpha0
2015-10-08 Joel MartinTravis: remove comments about groovy, rust bugs.
2015-10-08 Joel Martinrust: update to rustc 1.3.0
2015-10-08 Joel Martingroovy: implement conj
2015-10-08 Joel MartinMerge pull request #91 from rhysd/fix-crystal-0.8.0
2015-10-08 rhysdCrystal: Fix missing method error for Crystal 0.8.0
2015-10-08 Joel MartinTravis: another attempt to fix mal.
2015-10-08 Joel MartinTravis: fix build of mal implementation.
2015-10-08 Joel MartinTravis: fix mal and rust docker image build.
2015-10-08 Joel MartinTravis: fix coffee and es6
2015-10-08 Joel MartinTravis: fix cat of output log file.
2015-10-08 Joel MartinTravis: add remaining implementations.
2015-10-07 Joel Martinruntest.py: add --log-file option.
2015-10-06 Joel MartinTravis: disable factor for now (fails in opt stepA)
2015-10-06 Joel MartinTravis: add C++(cpp), factor and julia.
2015-10-06 Joel MartinTravis: add mal and nim.
2015-10-06 Joel MartinTravis: add ocaml, forth and miniMAL.
2015-10-06 Joel MartinTravis: add lua and haskell. Add racket (disabled).
2015-10-06 Joel MartinTravis: add scala.
2015-10-06 Joel MartinTravis: comment out rust until fixed.
2015-10-06 Joel MartinTravis: add VB.net
2015-10-06 Joel MartinTravis: add R, Rust. Also coffee (broke).
2015-10-06 Joel MartinTravis: add C, C#, Go, Perl, PHP, and Ruby.
2015-10-06 Joel MartinTravis: add java, php, ps.
2015-10-06 Joel MartinTravis: add Clojure Dockerfile and tests.
2015-10-06 Joel MartinREADME: Add travis build status icon.
2015-10-05 Joel Martintravis: add bash, c, make to test matrix.
2015-10-05 Joel MartinAnother travisCI attempt for JS and python (matrix).
2015-10-05 Joel MartinAdd .travis.yml and js/Dockerfile
2015-09-22 Joel MartinMerge pull request #88 from keith-rollin/optimize
2015-09-22 Keith RollinFix typos in README.md
2015-09-22 Keith RollinState new Xcode/Swift requirements in README
2015-09-22 Joel MartinMerge pull request #87 from keith-rollin/optimize
2015-09-22 Keith RollinUpdate for Xcode 7.0
2015-09-16 Joel Martinmal.html: Fix title typo (#86).
2015-09-16 Joel MartinMerge pull request #85 from enitihas/master
2015-09-16 Abhishek PandeyChanged nim/nimcache to nim/nimcache* in .gitignore
2015-09-10 Joel MartinMerge pull request #83 from ekmartin/elixir_build
2015-09-10 ekmartinUpdate Elixir build method
2015-09-10 Joel MartinMerge pull request #82 from ekmartin/elixir_headers
2015-09-10 ekmartinOnly print header info in REPL mode
2015-09-10 Joel MartinMerge pull request #81 from ekmartin/elixir
2015-09-09 ekmartinUpdate README/Makefile/Dockerfile
2015-09-09 ekmartinAdd conj, all tests 0 to A passes
2015-09-09 ekmartinAdd support for atoms
2015-09-09 ekmartinChange core functions to be mal functions and add meta...
2015-09-09 ekmartinUse the new data structures in the other steps
2015-09-09 ekmartinUse a struct for functions
2015-09-09 ekmartinUse a tuple for lists too and add meta info to the...
2015-09-08 Joel MartinREADME: note Miutsuru kariya as GNU awk creator
2015-09-07 ekmartinAdd core readline and use it in all steps
2015-09-07 ekmartinChange all non exported functions from def -> defp
2015-09-07 ekmartinAdd map core functions, step 1 to 9 passing
2015-09-07 ekmartinAdd evaluating of hash-maps to steps 2 - 9
2015-09-07 ekmartinAdd reading and printing of hash-maps
2015-09-07 ekmartinAdd support for vectors in all steps
2015-09-07 ekmartinFix keyword representation and add more core functions
2015-09-07 ekmartinAdd apply, symbol? nil? true? and false?
2015-09-07 ekmartinAdd try*/catch and map
2015-09-07 ekmartinAdd support for nth, first, rest, cond, or and macroexpand
2015-09-06 ekmartinAdd support for defmacro!
2015-09-06 ekmartinRely more on Kernel.inspect for printing
2015-09-06 ekmartinAdd quote and quasiquote support
2015-09-06 ekmartinAdd cons and concat to core
2015-09-06 ekmartinAdd support for load-file, eval and *ARGV*
2015-09-06 ekmartinExit with code 0 on EOF
2015-09-06 ekmartinAdd read-string and slurp
2015-09-06 ekmartinMake sure eval of do is in tail position and skip step 5
next