Go to file
Tim Chevalier 565ea068ca Add type parameters when checking wildcard patterns
For some reason, wildcard patterns were never getting type parameter
substitutions attached. This would cause an assertion failure when
checking a wildcard pattern that matches against a tag with
polymorphic type (not sure why this didn't come up before). Fixed it.
(The diff and test case may be easier to understand than this note
:P)

Closes #1503.
2012-01-12 16:51:07 -08:00
doc tutorial: rework nolink description to remove mention of "empty string" 2012-01-12 22:02:41 +01:00
man rustc: Remove --stack-growth option 2011-12-17 16:58:26 -08:00
mk Revert "build: Build libraries in the bin directory on win32" 2012-01-11 14:13:11 -08:00
src Add type parameters when checking wildcard patterns 2012-01-12 16:51:07 -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 doc: Add Roland Tanglao to AUTHORS.txt 2012-01-11 22:38:11 -08:00
configure Revert "build: Build libraries in the bin directory on win32" 2012-01-11 14:13:11 -08:00
LICENSE.txt Update license text for 2012 2012-01-08 16:24:09 -08:00
Makefile.in Revert "build: Build libraries in the bin directory on win32" 2012-01-11 14:13:11 -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.