about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2018-01-31Added a note about how to use mdbook-linkcheckMichael Bryan-0/+8
2018-01-31Removed ghp-import and run mdbook build unconditionallyMichael Bryan-22/+1
2018-01-31Updated CI to install and use mdbook-linkcheckMichael Bryan-6/+14
2018-01-31Added the mdbook-linkcheck backendMichael Bryan-2/+7
2018-01-31Merge pull request #36 from mark-i-m/markim_readme_02Niko Matsakis-3/+102
Copy MIR readme
2018-01-31copy MIR readmeMark Mansi-3/+102
2018-01-31Merge pull request #31 from mark-i-m/markim_readme_01Niko Matsakis-0/+226
Copy type inference readme
2018-01-31Merge pull request #33 from mark-i-m/stagesNiko Matsakis-2/+15
Add a paragraph about bootstrapping
2018-01-31Merge pull request #29 from rust-lang-nursery/mark-i-m-patch-1Niko Matsakis-5/+0
I'm guessing this was a typo?
2018-01-31Merge pull request #26 from mark-i-m/macrosNiko Matsakis-0/+160
Start macro expansion chapter
2018-01-30changed hyphens to en-dashesAlexander Regueiro-3/+3
2018-01-30minor clarificationAlexander Regueiro-1/+1
2018-01-30fixed grammatical oversightAlexander Regueiro-1/+1
2018-01-30improved grammar and fixed small errorsAlexander Regueiro-17/+16
2018-01-30improved grammarAlexander Regueiro-7/+7
use en-dashes instead of `--`
2018-01-30Add a para about bootstrappingMark Mansi-2/+15
2018-01-30Fix minor typosWho? Me?!-2/+2
2018-01-29The first approximation of name resolution (#22)Michal 'vorner' Vaner-0/+106
* The first approximation of name resolution The first attempt to write something useful about the name resolution. As the TODO section says, his is not finished thing, but it might hopefully be useful to someone already.
2018-01-29copy type inference readmeMark Mansi-0/+226
2018-01-29Corrected relationship of macro and rust parsersMark Mansi-6/+7
2018-01-29I'm guessing this was a typo?Who? Me?!-5/+0
2018-01-29Rewrite 'tokens' para...Mark Mansi-10/+16
2018-01-29link glossary to mirNiko Matsakis-1/+6
2018-01-29create links in the glossaryNiko Matsakis-8/+9
2018-01-29breakup the MIR section and add an incremental compilation sectionNiko Matsakis-4/+145
2018-01-26Updated macros to address Niko's commentsMark Mansi-42/+130
2018-01-26move over the query chapter from src/librustc/ty/mapsNiko Matsakis-0/+316
2018-01-26rename the hir chapter to The HIRNiko Matsakis-3/+3
2018-01-25Oops renameMark Mansi-70/+58
2018-01-25Add a bit about macro expansionMark Mansi-0/+66
2018-01-25Start macro expansion chapterMark Mansi-0/+11
2018-01-25Merge pull request #21 from Michael-F-Bryan/parserNiko Matsakis-1/+42
WIP: Started working on the Parser
2018-01-25Merge pull request #24 from nikomatsakis/masterNiko Matsakis-0/+119
how to build and run compiler, first shot
2018-01-25fix nitsNiko Matsakis-5/+7
2018-01-25Mentioned the main players in the parserMichael Bryan-4/+32
2018-01-24Merge pull request #23 from theotherphil/hirNiko Matsakis-0/+118
Copy contents of README.md from librustc/hir
2018-01-24how to build and run compiler, first shotNiko Matsakis-0/+117
2018-01-24try adjusting secure password againNiko Matsakis-2/+2
2018-01-23try to use travis's builtin deploy workflowNiko Matsakis-1/+7
2018-01-23add `-p` flag to `ghp-import` so that it pushesNiko Matsakis-1/+1
2018-01-23try pip install --userNiko Matsakis-1/+1
2018-01-23Copy contents of README.md from librustc/hirPhil Ellison-0/+118
2018-01-23invert the sense of `command -v`Niko Matsakis-4/+4
2018-01-23make install.sh tell us what it is installing and whyNiko Matsakis-0/+6
2018-01-23make `github_pages.sh` more chattyNiko Matsakis-1/+3
2018-01-23add an encrypted auth tokenNiko Matsakis-10/+8
2018-01-20Started working on the parser chapterMichael Bryan-1/+14
2018-01-19improvements to travis setup -- cache, use command -vNiko Matsakis-2/+6
2018-01-19invoke `cargo` to install mdbookNiko Matsakis-2/+4
2018-01-19move over the `ty` READMENiko Matsakis-2/+166