Find a file
Austin Seipp 9211348989 Make the parser accept 'if' as an alternative to 'when' in alt patterns.
Also fix the pretty printer, making it output 'if' instead of 'when'.

Issue #1396
2012-01-09 10:50:33 -08:00
doc doc: typo 2012-01-07 17:04:30 -08:00
man rustc: Remove --stack-growth option 2011-12-17 16:58:26 -08:00
mk fix how we walk functions to match new closure fmt 2012-01-06 22:40:31 -08:00
src Make the parser accept 'if' as an alternative to 'when' in alt patterns. 2012-01-09 10:50:33 -08:00
.gitignore Add /inst/ to .gitignore 2011-12-23 11:43:27 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt Add Reuben Morais to AUTHORS.txt 2012-01-08 18:00:40 -08:00
configure Allow Clang 3.1 2012-01-08 23:53:26 -02:00
LICENSE.txt Update license text for 2012 2012-01-08 16:24:09 -08:00
Makefile.in Add rustdoc to build. 2011-12-20 18:27:27 -08:00
README Switch URLs. 2011-09-20 16:27:08 -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://www.rust-lang.org for more information.