Commit graph

288 commits

Author SHA1 Message Date
Mark
ff2305ff19 long line 2018-06-04 22:18:14 -05:00
Mark
ef15323177 Address review feedback 2018-06-04 22:18:14 -05:00
Mark
9dba2ae660 add more on crater + perf runs 2018-06-04 22:18:14 -05:00
Mark Mansi
f4936f90ca add a bit about crater 2018-06-04 22:18:14 -05:00
Mark Mansi
57183e55b2 allow long relative links 2018-06-02 17:20:47 -04:00
Mark Mansi
05e6718873 fix remaining links 2018-06-02 17:20:47 -04:00
Mark Mansi
1ab97d4a81 first round of link fixes 2018-06-02 17:20:47 -04:00
Mark Mansi
0ea6270060 mv traits 2018-06-02 17:20:47 -04:00
Mark Mansi
466423e237 move mir 2018-06-02 17:20:47 -04:00
Mark Mansi
286003648b move appendix 2018-06-02 17:20:47 -04:00
Niko Matsakis
d968790529 Merge pull request #147 from tmandry/gat-lowering-rules
Add lowering rules for GATs
2018-06-01 13:20:55 -04:00
Tyler Mandry
b1fb4beeff Update lowering rules for GATs 2018-06-01 10:31:49 -05:00
Oliver Schneider
f9ffba4261 Merge pull request #142 from rust-lang-nursery/oli-obk-patch-1
Fixes #141
2018-05-29 22:56:45 +02:00
Oliver Schneider
f906594e20 Satisfy travis 2018-05-29 16:31:32 +02:00
Oliver Schneider
19e3d42bbb Explain .fixed files 2018-05-29 15:37:24 +02:00
Oliver Schneider
9337709aa0 Mention "run-rustfix" 2018-05-28 13:08:15 +02:00
Mark Mansi
13c876b177 fix typo 2018-05-27 19:44:55 -05:00
Mark Mansi
f65df573d6 line length 2018-05-27 19:44:55 -05:00
Mark Mansi
adacc97a5b add more on applicabilities 2018-05-27 19:44:55 -05:00
Mark Mansi
385457dc99 Address reviewers' comments 2018-05-27 19:44:55 -05:00
Mark Mansi
96e5a9d040 80 chars 2018-05-27 19:44:55 -05:00
Mark Mansi
6464cc404e Add info about emitting lints and errors 2018-05-27 19:44:55 -05:00
Tyler Mandry
ae59da1146 Trait logic: Explain what each domain goal means 2018-05-27 16:11:27 -05:00
Tyler Mandry
bce2d112ad Clarify language in Trait Resolution 2018-05-27 16:11:27 -05:00
Takanori Ishibashi
dfd204e5e7 Fix typo 2018-05-27 13:11:59 -05:00
Oliver Schneider
03a905fa14 Fixes #141 2018-05-23 11:55:16 +02:00
Alex Kitchens
d6df2a2f92 Define a Cycle
I wasn't clear on what a Cycle was when reading through the document.
Defining it will be helpful for other readers not familiar with it as
well.
2018-05-22 17:06:58 -05:00
Philipp Hansch
577f8ddba6 The type is inferenced, not things itself. 2018-05-21 13:57:59 -05:00
Philipp Hansch
6c6630d79e Add type inference example
This should make the chapter a bit more approachable, as it doesn't
start with a reference to the HM type inference algorithm.
2018-05-21 13:57:59 -05:00
Alex Kitchens
82c1fa4089 Define HIR more specifically
IR is a foreign acronym to me, so having it fully expressed in the beginning as Intermediate Representation helps me comprehend the subject.
2018-05-20 19:08:25 -05:00
Takanori Ishibashi
bcb81eb491 invokations -> invocations 2018-05-15 10:15:16 -05:00
Niko Matsakis
18835fbc6b Merge pull request #131 from sunjay/overview-of-chalk
Added An Overview of Chalk
2018-05-14 17:57:43 -04:00
Sunjay Varma
131ae09207 Missed a few things because of GitHub's UI 2018-05-14 11:26:15 -07:00
Sunjay Varma
7741e2f4ca Even more review changes 2018-05-14 11:21:20 -07:00
Sunjay Varma
97c8ed3623 More review changes 2018-05-14 11:18:14 -07:00
Sunjay Varma
3788625a97 Changes from review 2018-05-14 10:52:21 -07:00
Mark Mansi
9e905bc935 remove have completed 2018-05-12 15:04:25 -05:00
Mark Mansi
af56bb3f5e reword HIR intro. Fix #116 2018-05-12 15:04:25 -05:00
Sunjay Varma
a5254db9b7 Updating links to match latest code 2018-05-11 17:14:26 -07:00
C Jones
6d9f935791 Make chapter links in compiletest not be code
mdBook doesn't display links inside code, so these links look very confusing.
Additionally, these types of links don't seem to be code on other pages of the book.
2018-05-11 17:58:17 -05:00
Sunjay Varma
cf689b2db4 Ignoring code examples that aren't actually compile-able 2018-05-10 15:48:24 -07:00
Sunjay Varma
78034750d3 Lines must be <= 80 characters UNLESS there is a link 2018-05-10 15:43:18 -07:00
Sunjay Varma
ad2eb6f6a5 Added an overview of chalk 2018-05-10 15:24:02 -07:00
Sunjay Varma
a68e44f5a8 Closing all <a> tags 2018-05-10 14:46:44 -05:00
Sunjay Varma
45409f5276 Deleted <a> tag which was messing up the associated types page 2018-05-10 14:46:44 -05:00
Tomáš Gavenčiak
5e4b7b4036 Update adding.md
Rename `must-compile-successfully` to `compile-pass` in ui test doc as per https://github.com/rust-lang/rust/issues/49568.
2018-05-10 13:18:30 -05:00
Michael Bryan
96ce6b69eb Merge pull request #129 from rajcspsg/issue_84
Issue84 Add note about ./x.py build
2018-05-10 20:51:42 +08:00
Michael Bryan
677b18084b Merge pull request #127 from mark-i-m/update_mdbook17
update to mdbook 0.1.7
2018-05-10 20:43:02 +08:00
Rajkumar Natarajan
add87abefc Issue84 Add note about ./x.py build 2018-05-10 08:14:43 -04:00
Mark Mansi
7026a5c18a update to mdbook 0.1.7 2018-05-08 12:44:02 -05:00