A guide to how rustc works and how to contribute to it.
Go to file
Michael Bryan dd24d7244d Created a couple basic CI scripts 2018-01-17 12:30:45 +08:00
ci Created a couple basic CI scripts 2018-01-17 12:30:45 +08:00
src/src Add glossary 2018-01-16 18:43:10 -06:00
.gitignore add outline and chapters 2018-01-16 17:35:19 -05:00
.travis.yml Created a couple basic CI scripts 2018-01-17 12:30:45 +08:00
CODE_OF_CONDUCT.md add code-of-conduct, licensing material, and a README 2018-01-16 16:36:21 -05:00
LICENSE-APACHE add code-of-conduct, licensing material, and a README 2018-01-16 16:36:21 -05:00
LICENSE-MIT add code-of-conduct, licensing material, and a README 2018-01-16 16:36:21 -05:00
README.md Update README.md 2018-01-17 13:13:13 +13:00
book.toml add outline and chapters 2018-01-16 17:35:19 -05:00

README.md

An attempt to document how the compiler works. The intention is to bootstrap this "in repo" and eventually move the text over into the main rustc repo.