Go to file
Kevin Atkinson 08abf8d37f Support explicit discriminant numbers on tag variants.
Addresses issue #1393.

For now disallow disr. values unless all variants use nullary
contractors (i.e. "enum-like").

Disr. values are now encoded in the crate metadata, but only when it
will differ from the inferred value based on the order.
2012-01-10 15:59:57 -08:00
doc Replace all occurrences of 'when' with 'if' in documentation and tutorial. 2012-01-09 19:27:06 -08:00
man rustc: Remove --stack-growth option 2011-12-17 16:58:26 -08:00
mk Fix 'make distcheck', close #1445. 2012-01-10 14:34:53 -08:00
src Support explicit discriminant numbers on tag variants. 2012-01-10 15:59:57 -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 Grahame Bowland to AUTHORS.txt 2012-01-09 17:19:37 -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 Fix 'make distcheck', close #1445. 2012-01-10 14:34:53 -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.