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
Marijn Haverbeke bcbe36b33b Make sure simplify_type simplifies all pointer types
This is needed to prevent infinite recursion when computing
the shape of an enum type that contains pointers to itself.

Closes #1821
2012-02-13 14:13:35 +01:00
doc Make keyword table in reference reflect reality more closely 2012-02-06 22:03:17 +01:00
man Updating the manpage and usage message 2012-01-30 19:02:20 -08:00
mk build: Set RUST_THREADS=1 on FreeBSD to avoid a threading bug 2012-02-12 18:23:23 -08:00
src Make sure simplify_type simplifies all pointer types 2012-02-13 14:13:35 +01:00
.gitignore
.gitmodules Update libuv. 2012-02-02 17:39:47 -08:00
AUTHORS.txt Add Tomoki Aonuma to AUTHORS.txt 2012-02-11 15:18:25 -08:00
configure support a fast-make mode that avoids globbing into llvm and libuv 2012-02-10 12:07:11 -08:00
INSTALL.txt
LICENSE.txt
Makefile.in use absolute names when pretty-printing types 2012-02-10 20:48:28 -08:00
README.txt
RELEASES.txt

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.