nim: fix tokenizer endless loop (and out-of-memory) on bad input
[jackhill/mal.git] / rust / Makefile
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-03-05 Joel MartinMerge pull request #26 from alexcrichton/update
2015-03-05 Alex CrichtonUpdate Rust code to the current Rust nightly
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinRust: build with --release. 10X performance boost!
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-02-28 Joel MartinMultiple: interop enhancements.
2015-01-07 Joel Martinrust: add conj, stepA. Self-hosting!
2015-01-07 Joel Martinrust: add step9_try. Refactor error handling.
2015-01-07 Joel Martinrust: add step7_quote. Refactor with type constructors.
2015-01-07 Joel Martinrust: add step6_file
2015-01-07 Joel MartinRust: add step3_env