Commit graph

87 commits

Author SHA1 Message Date
Alexander Regueiro
d8b560076a Improved grammar of HIR section. 2018-02-04 21:46:26 -06:00
Alexander Regueiro
41bb7504d7 Renamed trans: generating LLVM IR section. 2018-02-04 21:46:26 -06:00
Who? Me?!
0976bb3c90 Update README.md 2018-02-04 16:11:19 -06:00
avborhanian
444b4b9c06 Update glossary.md 2018-02-04 13:13:17 -06:00
avborhanian
90cf3918cf Update glossary.md 2018-02-04 13:13:17 -06:00
avborhanian
f2a5c4b57b Adding ICH to the glossary. 2018-02-04 13:13:17 -06:00
Alexander Regueiro
0d2e27c3d0 minor grammatical fixes 2018-02-01 11:03:07 -06:00
Alexander Regueiro
f4a8352501 replaced all instances of -- (double hyphen) with - (en-dash) 2018-02-01 11:03:07 -06:00
Alexander Regueiro
7b236a4f66 fixed definition of code_mr hyperlink 2018-02-01 11:03:07 -06:00
Niko Matsakis
eaa5fdb516 Merge pull request #37 from nikomatsakis/staging
update wording on staging to be a bit more clear
2018-01-31 14:44:55 -05:00
Niko Matsakis
e232c2718b Merge pull request #27 from Michael-F-Bryan/linkcheck
Added the mdbook-linkcheck backend
2018-01-31 14:20:36 -05:00
Niko Matsakis
12243df6b4 update wording to be a bit more clear 2018-01-31 14:18:51 -05:00
Niko Matsakis
9863808201 fix some broken links 2018-01-31 14:13:49 -05:00
Niko Matsakis
f0ab2ecf95 Update link to hir 2018-01-31 14:13:10 -05:00
Niko Matsakis
51fc35b7cf update to link within the book 2018-01-31 14:13:10 -05:00
Michael Bryan
31a66439e0 Toned down the log verbosity 2018-01-31 14:13:10 -05:00
Michael Bryan
fa38aac34c Added a note about how to use mdbook-linkcheck 2018-01-31 14:13:10 -05:00
Michael Bryan
f48a68e481 Removed ghp-import and run mdbook build unconditionally 2018-01-31 14:13:10 -05:00
Michael Bryan
173a1083ea Updated CI to install and use mdbook-linkcheck 2018-01-31 14:13:10 -05:00
Michael Bryan
b9ad5b05a4 Added the mdbook-linkcheck backend 2018-01-31 14:13:09 -05:00
Niko Matsakis
b354719755 Merge pull request #36 from mark-i-m/markim_readme_02
Copy MIR readme
2018-01-31 14:12:41 -05:00
Mark Mansi
a8b512e2b1 copy MIR readme 2018-01-31 12:22:42 -06:00
Niko Matsakis
05b26f16d9 Merge pull request #31 from mark-i-m/markim_readme_01
Copy type inference readme
2018-01-31 11:28:11 -05:00
Niko Matsakis
27c4b2e5bf Merge pull request #33 from mark-i-m/stages
Add a paragraph about bootstrapping
2018-01-31 11:25:10 -05:00
Niko Matsakis
653cf9595e Merge pull request #29 from rust-lang-nursery/mark-i-m-patch-1
I'm guessing this was a typo?
2018-01-31 11:19:25 -05:00
Niko Matsakis
7c3bc8a382 Merge pull request #26 from mark-i-m/macros
Start macro expansion chapter
2018-01-31 11:18:20 -05:00
Alexander Regueiro
05d24370cd changed hyphens to en-dashes 2018-01-30 20:14:12 -06:00
Alexander Regueiro
d797aaecca minor clarification 2018-01-30 20:14:12 -06:00
Alexander Regueiro
a396106201 fixed grammatical oversight 2018-01-30 20:14:12 -06:00
Alexander Regueiro
d959cf609c improved grammar and fixed small errors 2018-01-30 20:14:12 -06:00
Alexander Regueiro
de5e7cac04 improved grammar
use en-dashes instead of `--`
2018-01-30 20:14:12 -06:00
Mark Mansi
aa9cd4423e Add a para about bootstrapping 2018-01-30 16:29:16 -06:00
Who? Me?!
70e03964e9 Fix minor typos 2018-01-30 11:38:37 -06:00
Michal 'vorner' Vaner
54ef804087 The first approximation of name resolution (#22)
* 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 22:18:35 +01:00
Mark Mansi
1790fa3747 copy type inference readme 2018-01-29 13:12:28 -06:00
Mark Mansi
767893f428 Corrected relationship of macro and rust parsers 2018-01-29 11:50:34 -06:00
Who? Me?!
2f55eef612 I'm guessing this was a typo? 2018-01-29 11:37:40 -06:00
Mark Mansi
5c2cc06d50 Rewrite 'tokens' para... 2018-01-29 11:20:46 -06:00
Niko Matsakis
e609b29afa Merge pull request #28 from nikomatsakis/master
add query + incremental section and restructure a bit
2018-01-29 10:27:18 -05:00
Niko Matsakis
d4362bf8d7 link glossary to mir 2018-01-29 10:26:40 -05:00
Niko Matsakis
b8d1ba80a5 create links in the glossary 2018-01-29 10:25:44 -05:00
Niko Matsakis
e0179611c4 breakup the MIR section and add an incremental compilation section 2018-01-29 10:20:03 -05:00
Mark Mansi
964ac9d0bd Updated macros to address Niko's comments 2018-01-26 14:41:56 -06:00
Niko Matsakis
0f666a5997 move over the query chapter from src/librustc/ty/maps 2018-01-26 09:20:01 -05:00
Niko Matsakis
fad5a887a9 rename the hir chapter to The HIR 2018-01-26 09:12:15 -05:00
Mark Mansi
e28fd2fa79 Oops rename 2018-01-25 17:58:04 -06:00
Mark Mansi
1b29e6ab76 Add a bit about macro expansion 2018-01-25 17:56:33 -06:00
Mark Mansi
c83e283d7f Start macro expansion chapter 2018-01-25 15:58:47 -06:00
Niko Matsakis
68a4ac0ce4 Merge pull request #21 from Michael-F-Bryan/parser
WIP: Started working on the Parser
2018-01-25 09:47:54 -05:00
Niko Matsakis
7909cc2659 Merge pull request #24 from nikomatsakis/master
how to build and run compiler, first shot
2018-01-25 09:40:36 -05:00