Go to file
Brian Anderson 203e33b611 Make join_results branch into the join block even when only one edge is live.
I don't don't totally understand the implications of this but it makes the
behavior consistent for all live edges, which is going to make joining the
arms of an alt expression work correctly.
2011-04-02 20:35:50 -04:00
doc Add 'self' keyword. 2011-03-28 21:13:42 -07:00
src Make join_results branch into the join block even when only one edge is live. 2011-04-02 20:35:50 -04:00
.gitignore added Mac .DS_Store directory to .gitignore 2011-04-01 11:27:32 -07:00
AUTHORS.txt Add Lindsey to AUTHORS. 2011-03-22 14:25:07 -07:00
configure Add support for --enable-foo and --disable-foo flags to configure, that Makefile.in respects. 2011-03-30 04:45:09 +00:00
LICENSE.txt Populate tree. 2010-06-23 21:03:09 -07:00
Makefile.in Fix error where make check would not produce compilers first, due to make's infinite-recursion-prevention heuristic. 2011-03-31 14:58:44 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://github.com/graydon/rust for current development page.