0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-12-01 13:18:54 +01:00
The Rust compiler https://www.rust-lang.org/
Go to file
Brian Anderson f7a825c614 Split record_var_binding into methods for expected and actual
This allows unify to maintain the same subtype relationship between
expected and actual throughout unify, which we are going to need
for mutable? and for function types.
2011-10-17 16:36:49 -07:00
doc
mk move ctags.rust into src/etc 2011-10-12 13:57:32 -07:00
src Split record_var_binding into methods for expected and actual 2011-10-17 16:36:49 -07:00
.gitignore
AUTHORS.txt Add Elly Jones to AUTHORS.txt 2011-10-15 15:53:18 -07:00
configure Add LLVM 3.1svn to supported versions 2011-10-15 15:53:18 -07:00
LICENSE.txt
Makefile.in new targets, TAGS.emacs and TAGS.vi. they must be manually made. 2011-10-12 13:57:32 -07:00
README

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.