Mark Mansi
1624ba9923
add more on applicabilities
2018-05-27 19:44:55 -05:00
Mark Mansi
8a79f8b881
Address reviewers' comments
2018-05-27 19:44:55 -05:00
Mark Mansi
c6ecc1f9b3
80 chars
2018-05-27 19:44:55 -05:00
Mark Mansi
5106793010
Add info about emitting lints and errors
2018-05-27 19:44:55 -05:00
Tyler Mandry
bb867865fe
Trait logic: Explain what each domain goal means
2018-05-27 16:11:27 -05:00
Tyler Mandry
2debb43b5a
Clarify language in Trait Resolution
2018-05-27 16:11:27 -05:00
Takanori Ishibashi
50f44216f4
Fix typo
2018-05-27 13:11:59 -05:00
Oliver Schneider
3d48815cf4
Fixes #141
2018-05-23 11:55:16 +02:00
Alex Kitchens
3b0d3f27a5
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
6315267608
The type is inferenced, not things itself.
2018-05-21 13:57:59 -05:00
Philipp Hansch
f91de90ea2
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
2bd5354411
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
2dc19d097a
invokations -> invocations
2018-05-15 10:15:16 -05:00
Niko Matsakis
9fc991d15f
Merge pull request #131 from sunjay/overview-of-chalk
...
Added An Overview of Chalk
2018-05-14 17:57:43 -04:00
Sunjay Varma
389bd079a8
Missed a few things because of GitHub's UI
2018-05-14 11:26:15 -07:00
Sunjay Varma
7f83d68118
Even more review changes
2018-05-14 11:21:20 -07:00
Sunjay Varma
edddf9fa3b
More review changes
2018-05-14 11:18:14 -07:00
Sunjay Varma
5f58b0dc98
Changes from review
2018-05-14 10:52:21 -07:00
Mark Mansi
b6f63df3eb
remove have completed
2018-05-12 15:04:25 -05:00
Mark Mansi
359e814c8c
reword HIR intro. Fix #116
2018-05-12 15:04:25 -05:00
Sunjay Varma
f601a3aaca
Updating links to match latest code
2018-05-11 17:14:26 -07:00
C Jones
c11f57a262
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
b9eb2b6c13
Ignoring code examples that aren't actually compile-able
2018-05-10 15:48:24 -07:00
Sunjay Varma
58ef5a78de
Lines must be <= 80 characters UNLESS there is a link
2018-05-10 15:43:18 -07:00
Sunjay Varma
8cfd5c5aed
Added an overview of chalk
2018-05-10 15:24:02 -07:00
Sunjay Varma
0dc0dddb79
Closing all <a> tags
2018-05-10 14:46:44 -05:00
Sunjay Varma
eeddfdaf70
Deleted <a> tag which was messing up the associated types page
2018-05-10 14:46:44 -05:00
Tomáš Gavenčiak
45cb1d368b
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
c8cdc0b925
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
7d776f570c
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
1cea2615e1
Issue84 Add note about ./x.py build
2018-05-10 08:14:43 -04:00
Mark Mansi
e5bed18895
update to mdbook 0.1.7
2018-05-08 12:44:02 -05:00
gnzlbg
e39ea751a0
Add how to run tidy script in isolation to text
...
This is already mentioned elsewhere, but important things are repeated twice.
Closes #124
2018-05-08 09:57:21 -05:00
Nick Fitzgerald
55ddb4df95
appendix-background: Link to *Static Program Analysis*
...
A+++++ resource IMHO!
2018-04-28 21:13:45 -05:00
Ehsan M.Kermani
7d4aee2431
lint add dots
2018-04-28 21:11:51 -05:00
Ehsan M.Kermani
9140b49321
fix max line len
2018-04-28 21:11:51 -05:00
Ehsan M.Kermani
30d20184b3
expand compilation stages
2018-04-28 21:11:51 -05:00
cg-cnu
eb396e7883
add: note about copy from rust-forge
2018-04-15 12:58:53 -05:00
cg-cnu
b4228a73ce
fix: changed rust code to bash formatting
2018-04-15 12:58:53 -05:00
cg-cnu
29572cd2e4
refactor: fixed typos, text formatting suggested in the review
2018-04-15 12:58:53 -05:00
cg-cnu
8e02b37349
refactor: Fixed all the lines exceeding more than 80 characters
2018-04-15 12:58:53 -05:00
cg-cnu
5653c13077
refactor: Change the name from debugging to compiler-debuggin.md
2018-04-15 12:58:53 -05:00
cg-cnu
81116ab977
Add: Added the instructions for debugging from rust-forge
2018-04-15 12:58:53 -05:00
Samuel Wilson
a87b323307
Add definition of a fat pointer, double pointer, and wide pointer
...
Definition referenced from Programming Rust by Jim Blandy & Jason
Orendorff, published by O'Reilly. Page 214: References to Slices
and Trait Objects.
Double pointer and wide pointer both refer to fat pointer for
detail.
2018-04-14 20:29:42 -05:00
Samuel Wilson
27a32adb72
Add definition of a fat pointer
...
Definition referenced from Programming Rust by Jim Blandy & Jason
Orendorff, published by O'Reilly. Page 214: References to Slices
and Trait Objects.
2018-04-14 20:29:42 -05:00
QuietMisdreavus
df6b73fb99
talk about `only-X` in compiletest
2018-04-10 20:44:29 -05:00
Rajkumar Natarajan
ad77d418fa
update nightly documention for issue#100-b
2018-04-06 21:40:18 -05:00
varkor
46864ca971
Fix unstable Rust code block issue
2018-04-06 14:18:08 -05:00
varkor
6e4286d387
Add mdbook test to Travis
2018-04-06 14:18:08 -05:00
varkor
79eaa63c54
Fix spacing
2018-04-06 14:18:08 -05:00