aboutsummaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Collapse)Author
2015-03-05Update Rust code to the current Rust nightlyAlex Crichton
Lots of changes! Hopefully everything is still semantically equivalent (tests still pass)
2015-03-04Rust: build with --release. 10X performance boost!Joel Martin
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-02-28Multiple: interop enhancements.Joel Martin
2015-01-06rust: add conj, stepA. Self-hosting!Joel Martin
2015-01-06rust: add step9_try. Refactor error handling.Joel Martin
Additional core functions.
2015-01-06rust: add step7_quote. Refactor with type constructors.Joel Martin
2015-01-06rust: add step6_fileJoel Martin
2015-01-06Rust: add step3_envJoel Martin