perl: Avoid excessive copying in Mal::Sequence::rest and ::slice.
[jackhill/mal.git] / rust / Cargo.toml
2018-07-13 Joel Martinrust: Update rust and update/refactor implementation
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2015-10-08 Joel Martinrust: update to rustc 1.3.0
2015-03-17 Chris M MooreAda: merge to latest baseline
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 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 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-01-08 Joel Martinrust: update README. Remove exp.rs compilation.
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 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