Find a file
Brian Anderson e35984b6c6 Introduce str_slice runtime function
This reduces the time to execute the new lib-str tests from 1:40ish to a few
seconds and will eventually allow the full lib-sha1 test to run in a
reasonable amount of time. XFAIL lib-str in stage0 - it will run very slowly
until the next snapshot.
2011-05-11 01:38:16 -04:00
doc Put out burning tinderbox. 2011-05-05 11:54:45 -07:00
mk Update librustc build targets with correct flags 2011-05-10 21:31:14 -04:00
src Introduce str_slice runtime function 2011-05-11 01:38:16 -04:00
.gitignore add dl/ and .pyc files to .gitignore 2011-05-05 11:26:07 -07:00
AUTHORS.txt Add Kelly to AUTHORS. 2011-05-05 16:40:57 -07:00
configure build: Search for clang++. Tinderboxes don't have it. 2011-05-09 10:16:56 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in Add targets for building rustc as a library 2011-05-10 21:31:14 -04: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.