Travis: comment out self-host tests in master.
[jackhill/mal.git] / rust /
2015-10-09 Joel MartinTravis: fixed rust, re-activate other impls
2015-10-08 Joel Martinrust: update to rustc 1.3.0
2015-10-08 Joel MartinTravis: fix mal and rust docker image build.
2015-10-06 Joel MartinTravis: comment out rust until fixed.
2015-10-06 Joel MartinTravis: add R, Rust. Also coffee (broke).
2015-03-06 Joel MartinRevert "Revert "Replace `pcre` with Rust-implemented...
2015-03-06 Joel MartinMerge pull request #29 from kanaka/revert-28-master
2015-03-06 Joel MartinRevert "Replace `pcre` with Rust-implemented regex...
2015-03-06 Joel MartinMerge pull request #28 from BurntSushi/master
2015-03-06 Andrew GallantReplace `pcre` with Rust-implemented regex crate (based...
2015-03-05 Joel MartinRust: apply improvements in stepA to other steps.
2015-03-05 Joel MartinMerge pull request #26 from alexcrichton/update
2015-03-05 Alex CrichtonFix a bad copy/paste apparently
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-09 Joel MartinAll: add keywords.
2015-01-08 Joel Martinrust: update README. Remove exp.rs compilation.
2015-01-07 Joel Martinrust: fix quote/quasiquote of vectors.
2015-01-07 Joel Martinrust: add conj, stepA. Self-hosting!
2015-01-07 Joel Martinrust: add metadata support.
2015-01-07 Joel Martinrust: add atom support. Fix vector params.
2015-01-07 Joel Martinrust: core hash-map functions.
2015-01-07 Joel Martinrust: add step9_try. Refactor error handling.
2014-10-28 Joel Martinrust: add vector and hash-map support.
2015-01-07 Joel Martinrust: add step8_macros
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 step5_tco
2015-01-07 Joel Martinrust: add step4_if_fn_do
2015-01-07 Joel MartinRust: add step3_env
2015-01-07 Joel Martinrust: add step2_eval.
2015-01-07 Joel MartinRust: step0_repl and step1_read_print