Commit graph

199 commits

Author SHA1 Message Date
Alexander Regueiro
b5bd9cbb9b Ignore line check on certain types of lines or in certain blocks. 2018-03-26 20:28:00 -05:00
Alexander Regueiro
5f4e24d4ec Added check for all source files to ensure they have no lines longer than 80 chars. 2018-03-26 20:28:00 -05:00
Alexander Regueiro
85a834b74b Added EditorConfig file for src. 2018-03-26 20:28:00 -05:00
Jake Goulding
60f8396123 Merge pull request #99 from dlrobertson/master
Minor grammar and syntax fixes
2018-03-25 12:30:37 -04:00
Dan Robertson
af52f35b46 Minor grammar and syntax fixes
Minor grammar and syntax fixes found while reading.
2018-03-25 13:50:58 +00:00
Eric Huss
e4227c5cfd Add mdbook search. 2018-03-22 13:55:55 -05:00
Niko Matsakis
25aab56909 bump mdbook to 0.1.5 2018-03-19 10:41:23 -05:00
Niko Matsakis
865eb1d32b Merge pull request #95 from nikomatsakis/traits-lowering-deets
describe how the lowering code works
2018-03-19 10:52:40 -04:00
Niko Matsakis
64188bd8ad describe how the lowering code works 2018-03-19 10:53:39 -04:00
Niko Matsakis
fa0c7fb266 Merge pull request #92 from mark-i-m/deptrack
Add incremental compilation debugging subchapter
2018-03-19 09:35:41 -04:00
Mark Mansi
93cf9a8006 Add incremental compilation debugging subchapter 2018-03-16 11:45:09 -05:00
Niko Matsakis
27d1918c07 add names to the trait lowering rules
This allows cross-references from the code.
2018-03-15 15:01:40 -05:00
Who? Me?!
4200ed55ef Updated parenthetical 2018-03-15 15:00:10 -05:00
Mark Mansi
821fb08290 address review comments 2018-03-15 15:00:10 -05:00
Mark Mansi
d9bbf17bba Address review comments 2018-03-15 15:00:10 -05:00
Mark Mansi
4d441fd6d6 Add the rustdoc readme 2018-03-15 15:00:10 -05:00
Niko Matsakis
9fbd6b3ca3 Merge pull request #85 from mark-i-m/typeck
Add the contents of the typeck READMEs
2018-03-13 11:55:25 -04:00
Mark Mansi
d542f94343 Add the contents of the typeck READMEs 2018-03-12 19:39:56 -05:00
Mark Mansi
991a538a79 fix typo 2018-03-12 18:14:10 -05:00
Michael Bryan
a9c92eba76 Added links back to nrc's stupid-stats 2018-03-12 17:41:01 -05:00
Michael Bryan
2498453fcc Fixed a broken link 2018-03-12 17:41:01 -05:00
Michael Bryan
9ea5f85b13 Updated stupid-stats
cc: nrc/stupid-stats#8
2018-03-12 17:41:01 -05:00
Michael Bryan
4ec0935646 Addressed some of @nrc and @mark-i-m's comments 2018-03-12 17:41:01 -05:00
Michael Bryan
66bdc602ee Added a couple definitions to the code index 2018-03-12 17:41:01 -05:00
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