Empowering everyone to build reliable and efficient software.
Go to file
Graydon Hoare 3aac5059ee Move the glue code to a .o file. This reduces how much asm we print
in each "translation unit".

Part of it is not repetitive and should probably be moved to a .ll file, but
for now we autogen all of it.

(Modified somewhat by graydon while integrating).
2011-03-10 17:30:08 -08:00
doc Remove parens from nullary tag constructors in docs 2011-03-01 23:11:52 -05:00
src Move the glue code to a .o file. This reduces how much asm we print 2011-03-10 17:30:08 -08:00
.gitignore Ignore *.tmp to ignore lib-io.boot.tmp 2011-01-30 16:07:42 -05:00
AUTHORS.txt Add Marijn to AUTHORS.txt. 2011-03-07 08:19:28 -08:00
LICENSE.txt Populate tree. 2010-06-23 21:03:09 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -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://github.com/graydon/rust for current development page.