Go to file
Rafael Ávila de Espíndola 933c01bd15 Every upcall needs a task pointer to find the C stack. It is just that when
handling cdecl call they should skip it when calling the final function.

There is some cleanup to be done on the generated IL, but this gets us
running Hello World for real.
2011-03-21 17:53:11 -04:00
doc Remove parens from nullary tag constructors in docs 2011-03-01 23:11:52 -05:00
src Every upcall needs a task pointer to find the C stack. It is just that when 2011-03-21 17:53:11 -04:00
.gitignore Ignore emacs autosave files. 2011-03-18 12:15:33 -07: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
Makefile.in Adjust run rules to avoid early substitution. Testsuite begins to run. 2011-03-21 14:52:02 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00
configure Include benchmark dirs in test build dirs. 2011-03-21 14:45:03 -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://github.com/graydon/rust for current development page.