| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-31 | Merge pull request #31 from mark-i-m/markim_readme_01 | Niko Matsakis | -0/+226 | |
| Copy type inference readme | ||||
| 2018-01-31 | Merge pull request #33 from mark-i-m/stages | Niko Matsakis | -2/+15 | |
| Add a paragraph about bootstrapping | ||||
| 2018-01-31 | Merge pull request #29 from rust-lang-nursery/mark-i-m-patch-1 | Niko Matsakis | -5/+0 | |
| I'm guessing this was a typo? | ||||
| 2018-01-31 | Merge pull request #26 from mark-i-m/macros | Niko Matsakis | -0/+160 | |
| Start macro expansion chapter | ||||
| 2018-01-30 | changed hyphens to en-dashes | Alexander Regueiro | -3/+3 | |
| 2018-01-30 | minor clarification | Alexander Regueiro | -1/+1 | |
| 2018-01-30 | fixed grammatical oversight | Alexander Regueiro | -1/+1 | |
| 2018-01-30 | improved grammar and fixed small errors | Alexander Regueiro | -17/+16 | |
| 2018-01-30 | improved grammar | Alexander Regueiro | -7/+7 | |
| use en-dashes instead of `--` | ||||
| 2018-01-30 | Add a para about bootstrapping | Mark Mansi | -2/+15 | |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -23/+0 | |
| 2018-01-30 | Add ? to unstable book | Mark Mansi | -0/+17 | |
| 2018-01-30 | Fix minor typos | Who? Me?! | -2/+2 | |
| 2018-01-30 | Rollup merge of #47515 - jimmantooth:patch-1, r=QuietMisdreavus | kennytm | -3/+3 | |
| Punctuation and clarity fixes. | ||||
| 2018-01-29 | The 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-29 | copy type inference readme | Mark Mansi | -0/+226 | |
| 2018-01-29 | Corrected relationship of macro and rust parsers | Mark Mansi | -6/+7 | |
| 2018-01-29 | I'm guessing this was a typo? | Who? Me?! | -5/+0 | |
| 2018-01-29 | Rewrite 'tokens' para... | Mark Mansi | -10/+16 | |
| 2018-01-29 | link glossary to mir | Niko Matsakis | -1/+6 | |
| 2018-01-29 | create links in the glossary | Niko Matsakis | -8/+9 | |
| 2018-01-29 | breakup the MIR section and add an incremental compilation section | Niko Matsakis | -4/+145 | |
| 2018-01-26 | Updated macros to address Niko's comments | Mark Mansi | -42/+130 | |
| 2018-01-26 | move over the query chapter from src/librustc/ty/maps | Niko Matsakis | -0/+316 | |
| 2018-01-26 | rename the hir chapter to The HIR | Niko Matsakis | -3/+3 | |
| 2018-01-25 | Oops rename | Mark Mansi | -70/+58 | |
| 2018-01-25 | Add a bit about macro expansion | Mark Mansi | -0/+66 | |
| 2018-01-25 | Start macro expansion chapter | Mark Mansi | -0/+11 | |
| 2018-01-25 | Merge pull request #21 from Michael-F-Bryan/parser | Niko Matsakis | -1/+42 | |
| WIP: Started working on the Parser | ||||
| 2018-01-25 | Merge pull request #24 from nikomatsakis/master | Niko Matsakis | -0/+119 | |
| how to build and run compiler, first shot | ||||
| 2018-01-25 | fix nits | Niko Matsakis | -5/+7 | |
| 2018-01-25 | Mentioned the main players in the parser | Michael Bryan | -4/+32 | |
| 2018-01-24 | fix for documentation error issue 47716 | evelynmitchell | -1/+1 | |
| 2018-01-24 | Merge pull request #23 from theotherphil/hir | Niko Matsakis | -0/+118 | |
| Copy contents of README.md from librustc/hir | ||||
| 2018-01-24 | how to build and run compiler, first shot | Niko Matsakis | -0/+117 | |
| 2018-01-24 | try adjusting secure password again | Niko Matsakis | -2/+2 | |
| 2018-01-23 | try to use travis's builtin deploy workflow | Niko Matsakis | -1/+7 | |
| 2018-01-23 | add `-p` flag to `ghp-import` so that it pushes | Niko Matsakis | -1/+1 | |
| 2018-01-23 | try pip install --user | Niko Matsakis | -1/+1 | |
| 2018-01-23 | Copy contents of README.md from librustc/hir | Phil Ellison | -0/+118 | |
| 2018-01-23 | invert the sense of `command -v` | Niko Matsakis | -4/+4 | |
| 2018-01-23 | make install.sh tell us what it is installing and why | Niko Matsakis | -0/+6 | |
| 2018-01-23 | make `github_pages.sh` more chatty | Niko Matsakis | -1/+3 | |
| 2018-01-23 | add an encrypted auth token | Niko Matsakis | -10/+8 | |
| 2018-01-22 | Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb | bors | -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-20 | Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik | Guillaume 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-20 | Started working on the parser chapter | Michael Bryan | -1/+14 | |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -0/+0 | |
| 2018-01-19 | improvements to travis setup -- cache, use command -v | Niko Matsakis | -2/+6 | |
| 2018-01-19 | invoke `cargo` to install mdbook | Niko Matsakis | -2/+4 | |
