Find a file
2010-07-15 12:30:46 -07:00
doc Typo fixes to docs, from Ralph Giles. 2010-07-13 16:04:31 -07:00
src Explicitly provide an optional closure/obj pointer to trans_call_glue so that it can push one in the right position when calling glue, instead of always pushing a null. As far as I can tell this only affects calls to obj drop glue, since only that makes use of an object binding passed as closure/obj, so pass the binding there as needed. 2010-07-15 12:30:46 -07:00
.gitignore Add more scratch files to .gitignore. 2010-07-03 23:56:50 -07:00
AUTHORS.txt Update AUTHORS.txt. 2010-07-13 16:08:40 -07: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.