aboutsummaryrefslogtreecommitdiff
path: root/rust/src
AgeCommit message (Collapse)Author
2015-03-05Revert "Revert "Replace `pcre` with Rust-implemented regex crate (based on ↵Joel Martin
RE2)."" This reverts commit 30794b71110f6c3cbd8f446de6acab3954f6555c.
2015-03-05Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)."revert-28-masterJoel Martin
2015-03-05Replace `pcre` with Rust-implemented regex crate (based on RE2).Andrew Gallant
2015-03-05Rust: apply improvements in stepA to other steps.Joel Martin
2015-03-05Fix a bad copy/paste apparentlyAlex Crichton
2015-03-05Update Rust code to the current Rust nightlyAlex Crichton
Lots of changes! Hopefully everything is still semantically equivalent (tests still pass)
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-01-09All: add keywords.Joel Martin
Also, fix nth and count to match cloure.
2015-01-06rust: fix quote/quasiquote of vectors.Joel Martin
2015-01-06rust: add conj, stepA. Self-hosting!Joel Martin
2015-01-06rust: add metadata support.Joel Martin
2015-01-06rust: add atom support. Fix vector params.Joel Martin
2015-01-06rust: core hash-map functions.Joel Martin
2015-01-06rust: add step9_try. Refactor error handling.Joel Martin
Additional core functions.
2014-10-27rust: add vector and hash-map support.Joel Martin
2015-01-06rust: add step8_macrosJoel Martin
2015-01-06rust: add step7_quote. Refactor with type constructors.Joel Martin
2015-01-06rust: add step6_fileJoel Martin
2015-01-06rust: add step5_tcoJoel Martin
2015-01-06rust: add step4_if_fn_doJoel Martin
2015-01-06Rust: add step3_envJoel Martin
2015-01-06rust: add step2_eval.Joel Martin
2015-01-06Rust: step0_repl and step1_read_printJoel Martin