Find a file
Rafael Ávila de Espíndola 157f61f8c8 Change the setup so that rust_activate_glue returns to rust_exit_task_glue
and rust_exit_task_glue calls the rust main.

This is simpler since we only need to setup one frame. It also matches
what ld.so does, so gdb is happy and stops a backtrace at rust_exit_task_glue
instead of continuing past whatever function happened to be before
rust_exit_task_glue is the object file.

This is only the rustc changes and should be merged first.
2011-05-05 15:14:34 -07:00
doc Put out burning tinderbox. 2011-05-05 11:54:45 -07:00
mk Tidy up stage 2 and 3 mk files. 2011-05-05 13:43:08 -07:00
src Change the setup so that rust_activate_glue returns to rust_exit_task_glue 2011-05-05 15:14:34 -07:00
.gitignore add dl/ and .pyc files to .gitignore 2011-05-05 11:26:07 -07:00
AUTHORS.txt Add Lindsey to AUTHORS. 2011-03-22 14:25:07 -07:00
configure Make ocamlc and optional dependency. 2011-05-05 11:02:16 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in Make ocamlc and optional dependency. 2011-05-05 11:02:16 -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.