Find a file
Marijn Haverbeke e4e2d6d1a1 Fix bug in type parameter handling for impl methods
The parameters of the impl weren't being combined in the right way
with the parameters of the methods. The test worked only by accident.

Issue #1227
2011-12-19 15:43:02 +01:00
doc implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
man rustc: Remove --stack-growth option 2011-12-17 16:58:26 -08:00
mk rustc: Don't emit compact unwind info on mac 2011-12-18 00:42:37 -08:00
src Fix bug in type parameter handling for impl methods 2011-12-19 15:43:02 +01:00
.gitignore .gitignore a bunch of artifacts of in-tree builds 2011-11-19 13:49:49 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt Add Graham Fawcett to AUTHORS.txt 2011-12-16 23:29:48 -08:00
configure Changes to configure (Fix for #1291) 2011-12-14 01:46:08 +01:00
LICENSE.txt Add additional pretend legalese to cover not-mozilla and not-otherwise-mentioned copyright holders. 2011-12-16 17:21:28 -08:00
Makefile.in Update build machinery to build and install librustc everywhere (including snapshots). 2011-12-16 17:21:28 -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.