about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
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-30stabilize match_beginning_vertJonathan Goodman-23/+0
2018-01-30Add ? to unstable bookMark Mansi-0/+17
2018-01-30Fix minor typosWho? Me?!-2/+2
2018-01-30Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavuskennytm-3/+3
Punctuation and clarity fixes.
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-24fix for documentation error issue 47716evelynmitchell-1/+1
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-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-0/+176
Implement repr(transparent) r? @eddyb for the functional changes. The bulk of the PR is error messages and docs, might be good to have a doc person look over those. cc #43036 cc @nox
2018-01-20Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnikGuillaume Gomez-0/+2
add Rust By Example to the bookshelf cc #46194 With #46196 freshly merged, we should add a link to the main docs distribution so people can find it! We discussed this at the docs team meeting today and decided to go ahead with adding it to the bookshelf.
2018-01-20Started working on the parser chapterMichael Bryan-1/+14
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-0/+0
2018-01-19improvements to travis setup -- cache, use command -vNiko Matsakis-2/+6
2018-01-19invoke `cargo` to install mdbookNiko Matsakis-2/+4