Find a file
Jeffrey Yasskin ca95da8bea Teach the LLVM backend to emit line number information.
This isn't complete: it misses line numbers in certain kinds of block.  It's
also still tricky to use it on Darwin, where we need to call dsymutil while the
.o file is still around in order for gdb to find the debugging symbols.
2010-07-20 01:23:45 +08:00
doc Fix syntax of tag variants in the list example 2010-07-18 14:25:50 +08:00
src Teach the LLVM backend to emit line number information. 2010-07-20 01:23:45 +08:00
.gitignore permit use before import. closes #48 2010-07-16 07:19:14 +08:00
AUTHORS.txt Update AUTHORS.txt. 2010-07-15 17:28:35 -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.