Find a file
Haitao Li 397d9148a7 build: Run tidy first before all other check targets
`make check` executes `tidy` after compile. It reminds me that I've left
long lines or trailing whitespaces only after compilation finshed. That
is too late since I have to recompile only because fixing the trivial
formatting issues.

Run tidy first to avoid potentially unnecessary re-compilation.
2012-01-19 02:51:57 +08:00
doc Add a stylesheet to make the reference HTML look a bit prettier 2012-01-18 16:28:31 +01:00
man Begin shift over to using pandoc, markdown and llnextgen for reference manual. Fix man page URL while at it. 2012-01-12 19:10:30 -08:00
mk build: Run tidy first before all other check targets 2012-01-19 02:51:57 +08:00
src libstd: Revert an integer type casting 2012-01-19 02:24:22 +08:00
.gitignore Add /inst/ to .gitignore 2011-12-23 11:43:27 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt Add Kevin Cantu to AUTHORS.txt 2012-01-15 21:27:19 -08:00
configure Improve the node-doc-building logic. 2012-01-17 14:46:51 -08:00
LICENSE.txt BSD -> MIT, they're legally synonymous as far as I know. Just being clearer. 2012-01-17 18:58:06 -08:00
Makefile.in Rename some readmes and fix some dist logic. 2012-01-17 16:50:13 -08:00
README.txt Rename some readmes and fix some dist logic. 2012-01-17 16:50:13 -08: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://www.rust-lang.org for more information.