Commit graph

175 commits

Author SHA1 Message Date
Michael Bryan
5fd22d3495 Thank you link checker! 2018-03-12 17:41:01 -05:00
Michael Bryan
6159e0298c Renamed appendices and added @nrc's guide 2018-03-12 17:41:01 -05:00
Michael Bryan
d44bc240a0 Added a very rough rustc-driver chapter 2018-03-12 17:41:01 -05:00
Mark Mansi
b1d34cc27d Fix a few typos 2018-03-11 21:05:29 -05:00
Shanavas M
4487e00d6d fix typo 2018-03-10 10:50:26 -06:00
Niko Matsakis
04af4eba56 Merge pull request #70 from nikomatsakis/traits
work on traits chapters
2018-03-10 07:13:31 -05:00
Niko Matsakis
286d5ecaa1 trailing whitespace 2018-03-10 07:11:11 -05:00
Niko Matsakis
1f3267dd2a fix link 2018-03-10 07:10:44 -05:00
Niko Matsakis
534e9097e2 update the summary landing page 2018-03-10 07:09:25 -05:00
Niko Matsakis
54700a690d add implied bounds placeholder 2018-03-10 07:06:48 -05:00
Niko Matsakis
e561c6ee30 numerous edits 2018-03-10 07:06:48 -05:00
Niko Matsakis
0fb86c4f8e rework canon section substantially to spell out steps more clearly 2018-03-10 07:06:48 -05:00
Niko Matsakis
8c2eddbc5c update for notation 2018-03-10 07:06:48 -05:00
Niko Matsakis
12188573ce add background material on trait queries 2018-03-10 07:06:48 -05:00
Niko Matsakis
9e4834b65b expand reorder topic list slightly 2018-03-10 07:06:48 -05:00
Niko Matsakis
2c4cca8243 don't say 'thing' 2018-03-10 07:06:48 -05:00
Niko Matsakis
b0802ba5b4 link to traits working group tracking issue 2018-03-10 07:06:48 -05:00
Niko Matsakis
0dbe7e95f7 clarify how there are two traits chapters 2018-03-10 07:06:48 -05:00
Niko Matsakis
e200cf8dce work on traits chapters 2018-03-10 07:06:48 -05:00
Vishal Sodani
7a10832496 Better explanation for StringReader 2018-03-09 09:37:51 -06:00
vishalsodani
1507b450be Add info about StringReader for #50 2018-03-09 09:37:51 -06:00
Adam C. Foltzer
8934b148b0 Fix typos 2018-03-07 12:41:19 -06:00
Phlosioneer
e34516461f Fix typo in conventions.md 2018-03-06 19:09:22 -06:00
Michal 'vorner' Vaner
d58961b4c3 Second pass of name resolution
Just small little tweaks
2018-03-04 13:29:37 -06:00
Niko Matsakis
a4f762f74d Merge pull request #69 from vishalsodani/master
Add info about CodeMap for #50
2018-03-02 10:47:09 -05:00
vishalsodani
4b0a1f4907 keep alphabetical order 2018-03-02 19:42:26 +05:30
vishalsodani
93453e4b45 Add info about TraitDef for #50 2018-03-02 11:03:20 +05:30
vishalsodani
1f437ef45a Add info about CodeMap for #50 2018-03-02 09:22:41 +05:30
vishalsodani
febe7cb604 Add info about ParseSess for code index #50 2018-03-01 10:48:06 -06:00
Mark Mansi
13f99da9d5 actually fix table with hack 2018-02-28 14:58:24 -06:00
Mark Mansi
984933cec8 fix table 2018-02-28 14:45:51 -06:00
Who? Me?!
09aae09800 Fix funny glossary formatting 2018-02-28 14:40:18 -06:00
Niko Matsakis
a7a92abfa3 address nits 2018-02-28 14:30:04 -06:00
Niko Matsakis
ba6a7f2efa fix typo 2018-02-28 14:30:04 -06:00
Niko Matsakis
410136c801 apply mark-i-m's suggestions 2018-02-28 14:30:04 -06:00
Niko Matsakis
eed5c310be rework the MIR intro section, breaking out passes and visitors 2018-02-28 14:30:04 -06:00
Niko Matsakis
0e75567c86 Merge pull request #56 from mark-i-m/markim_glossary_002
Add some codegen related terminology to glossary
2018-02-25 21:59:51 -05:00
Eric Huss
34f9fb2dcb Start documentation for test infrastructure.
CC #10
2018-02-25 15:47:48 -06:00
Mark Mansi
59467e927f Add some codegen related terminology to glossary 2018-02-24 21:09:00 -06:00
Niko Matsakis
5d8d62357f Merge pull request #57 from mark-i-m/markim_glossary_003
Add a few more terms to the glossary
2018-02-23 20:47:29 -05:00
Niko Matsakis
2d55f71040 Merge pull request #52 from mark-i-m/traits
Clean up and reorganize traits chapter
2018-02-23 20:47:05 -05:00
Mark Mansi
4468d92ff2 Add HIR MAP to glossary 2018-02-23 13:18:13 -06:00
Mark Mansi
c7854cd88d Start a code index 2018-02-23 12:53:13 -06:00
Eric Huss
871ca87f80 Add some more information about the various tests that get run.
CC #10
2018-02-23 12:45:17 -06:00
Mark Mansi
9cd08f4fa1 Minor updates to specialization subchapter 2018-02-23 12:40:14 -06:00
Mark Mansi
c5d64c5355 Edits and cleanup in trait-caching subchapter 2018-02-23 12:40:14 -06:00
Mark Mansi
a1d300c969 Clarifications and edits to hrtb chapter 2018-02-23 12:40:14 -06:00
Mark Mansi
43388e49cf Clean up and reorganize traits chapter 2018-02-23 12:40:14 -06:00
Oliver Schneider
316c5e970f Add some documentation for const eval and related topics 2018-02-23 12:36:20 -06:00
Who? Me?!
44e15950ba Merge pull request #53 from U007D/compiletest
created compiletest.md
2018-02-21 13:07:56 -06:00