Commit graph

431 commits

Author SHA1 Message Date
scalexm
c8ebbf006c Write well-formedness checking chapter 2018-10-29 14:38:17 +01:00
Who? Me?!
5792451902 Update src/traits/caching.md
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24 23:22:17 -05:00
Who? Me?!
e829263349 Update src/traits/hrtb.md
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24 23:22:17 -05:00
Who? Me?!
730d1a60d6 Update src/borrow_check/region_inference.md
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24 23:22:17 -05:00
Who? Me?!
8acc12f57c Update src/borrow_check/region_inference.md
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24 23:22:17 -05:00
csmoe
4f32b55424 replace bound region with placeholder 2018-10-24 23:22:17 -05:00
csmoe
244a3fe47f clean up skolemiza in traits 2018-10-24 23:22:17 -05:00
csmoe
04bb8d65f4 clean up skolemiza in borrow_ck 2018-10-24 23:22:17 -05:00
csmoe
3a1ba5c652 clean up skolemiza in glossary 2018-10-24 23:22:17 -05:00
Rajkumar Natarajan
a15bfaba5e issue_100_4 Updated the rustc documentation location 2018-10-24 19:32:09 -05:00
Who? Me?!
d40622447e Add a note on bisecting 2018-10-23 16:27:58 -05:00
scalexm
70bc5da589 Clarify wording 2018-10-22 12:18:04 -05:00
Who? Me?!
9ae0cba39f Fix typos and punctuation
Co-Authored-By: scalexm <alexandre@scalexm.fr>
2018-10-22 12:18:04 -05:00
scalexm
ef4f1414c2 Write implied bounds chapter 2018-10-22 12:18:04 -05:00
scalexm
76027767ec Change wording 2018-10-22 12:14:46 -05:00
Who? Me?!
cafa8d8198 Fix typo
Co-Authored-By: scalexm <alexandre@scalexm.fr>
2018-10-22 12:14:46 -05:00
Who? Me?!
a041e9d1ee Add an apostrophe
Co-Authored-By: scalexm <alexandre@scalexm.fr>
2018-10-22 12:14:46 -05:00
scalexm
7b81c74670 Polish lowering chapters and update rules 2018-10-22 12:14:46 -05:00
Who? Me?!
dfa7d83a38 Fix typo 2018-10-19 23:03:00 -05:00
Collins Abitekaniza
829028c03a fix typo in build instructions 2018-10-19 21:37:01 -05:00
Niko Matsakis
c7a2bdaf9b Merge pull request #208 from rust-lang-nursery/readme
Update a few parts of the readme
2018-10-15 13:17:04 -04:00
mark
427c5bf004 Update a few parts of the readme 2018-10-13 11:35:53 -05:00
Rajkumar Natarajan
12e5802e08 updated with review comments 2018-09-29 08:50:30 -05:00
Rajkumar Natarajan
5ad3ed30bd issue-130 updated the review comments 2018-09-29 08:50:30 -05:00
Rajkumar Natarajan
8708c9b459 issue-130 incorporate the review comments 2018-09-29 08:50:30 -05:00
Rajkumar Natarajan
93da487d8f issue-130 copy contents related x.py from rust-forge 2018-09-29 08:50:30 -05:00
David Sanders
1b8804a2ce Typo nits #181 (#205) 2018-09-28 20:47:52 -05:00
Alcaro
27c18dc09b conventions: Fix semicolon/colon typo 2018-09-28 20:04:05 -05:00
Tom Tromey
13a681629b Document no-system-llvm 2018-09-28 13:00:41 -05:00
Mark Mansi
903991edce use the right version of mdbook linkcheck 2018-09-21 15:54:25 -05:00
Mark Mansi
6022a84bd2 Fix all the links! 2018-09-21 15:54:25 -05:00
Mark Mansi
6d54b23c44 don't check crates.io links 2018-09-21 15:54:25 -05:00
Mark Mansi
eddef1d97b fix the last link 2018-09-21 15:54:25 -05:00
Mark Mansi
fcccfa8059 check web links 2018-09-21 15:54:25 -05:00
Mark Mansi
04589fcbdc update readme 2018-09-21 15:54:25 -05:00
Mark Mansi
863f90a27d use new mdbook-linkcheck version 2018-09-21 15:54:25 -05:00
Mark Mansi
beceb036c0 Fix all the links to be relative for mdbook 2 2018-09-21 15:54:25 -05:00
Mark Mansi
a99929a4d0 update readme with mdbook version 2018-09-21 15:54:25 -05:00
Mark Mansi
131262f749 use mdbook 0.2 2018-09-21 15:54:25 -05:00
Niko Matsakis
c8219bfb92 Merge pull request #200 from phansch/fix_typos
Fix typos
2018-09-12 14:41:03 -04:00
Philipp Hansch
0460a76b78 Fix line lengths 2018-09-12 07:33:41 +02:00
Philipp Hansch
7fe451618b Fix typos
These were fixed using [codespell](https://github.com/codespell-project/codespell).
2018-09-12 07:32:18 +02:00
Niko Matsakis
dd4c73f640 Merge pull request #190 from nikomatsakis/mir-borrow-check-1
start to document MIR borrow check
2018-09-11 16:52:54 -04:00
Niko Matsakis
59e7c8bf85 ignore various sample tests 2018-09-11 16:43:36 -04:00
Niko Matsakis
3d96e531bb bump max line length to 100
otherwise our summary.md doesn't fit
2018-09-11 16:31:47 -04:00
Niko Matsakis
efdbbf70cb fix glossary links 2018-09-11 16:31:47 -04:00
Niko Matsakis
72c041af5c address nits 2018-09-11 16:31:47 -04:00
Niko Matsakis
5732b7cf12 add content 2018-09-11 16:31:47 -04:00
Niko Matsakis
d8089ff4bd rearrange to promote the borrow checker into its own section 2018-09-11 16:31:47 -04:00
Niko Matsakis
e3979aa20c Merge pull request #191 from nikomatsakis/keep-stage
document keep-stage1 and also try to clarify
2018-09-11 16:31:31 -04:00