Commit Graph

469 Commits

Author SHA1 Message Date
Lance Lafontaine
cc210bf794 Fixes some bugs with detection of inline code 2017-06-24 21:51:17 -04:00
Lance Lafontaine
d3620f2fc7 Fixes typos discovered in PR #654 2017-06-21 21:54:33 -04:00
Lance Lafontaine
d0dac9562d Revert "Fixes bug where wrong quote was being inserted for non-alphanumeric, non-whitespace characters"
This reverts commit e62c1c2065.
2017-06-21 21:46:29 -04:00
Lance Lafontaine
e62c1c2065 Fixes bug where wrong quote was being inserted for non-alphanumeric, non-whitespace characters 2017-06-21 21:40:25 -04:00
Lance Lafontaine
fae7de79c5 adds convert quotes script previously developed (PR #654) 2017-06-21 21:35:34 -04:00
Carol (Nichols || Goulding)
a516437723 Add PowerShell too 2017-06-13 12:06:34 -04:00
Carol (Nichols || Goulding)
0ae55ab26f Merge pull request #765 from varkor/varkor-patch-1
Fix a typo in Chapter 3: Shadowing
2017-06-13 11:34:05 -04:00
Carol (Nichols || Goulding)
def6ad3e57 Merge pull request #764 from sebras/master
Fix a small number of typos.
2017-06-13 11:33:21 -04:00
Carol (Nichols || Goulding)
bff8bcffc8 Merge pull request #762 from mencre/patch-2
Update ch19-01-unsafe-rust.md
2017-06-13 11:32:21 -04:00
Carol (Nichols || Goulding)
87a402eba1 Add powershell to dictionary 2017-06-13 11:31:16 -04:00
Carol (Nichols || Goulding)
1dc6bb89e0 Merge remote-tracking branch 'origin/pr/761' 2017-06-13 11:30:53 -04:00
varkor
29f61aba47 Fix a typo in Chapter 3: Shadowing 2017-06-13 11:08:19 +01:00
Sebastian Rasmussen
1d4f34661d Fix a small number of typos. 2017-06-13 08:03:13 +08:00
mencre
f34283dd9c Update ch19-01-unsafe-rust.md 2017-06-10 16:00:09 +02:00
Igor Shaposhnik
3bb035f1c7 change syntax 2017-06-10 12:21:54 +03:00
Igor Shaposhnik
86c2976324 Add creating a project directory via powershell 2017-06-10 12:19:48 +03:00
jchovanec
30ec6fc22f Corrected error message displayed on example runs in ch12-06. 2017-06-07 02:44:19 -04:00
Carol (Nichols || Goulding)
7a999ef48f Merge pull request #749 from authchir/patch-4
Refactor code lightly w.r.t whitespace in ch12-03
2017-06-06 14:22:02 -04:00
Carol (Nichols || Goulding)
ec782d5bcf word wrap 2017-06-06 14:20:32 -04:00
Carol (Nichols || Goulding)
91a45e6573 Merge pull request #748 from orvly/master
Fixed text describing listing 14-12 to match the enums described in the text
2017-06-06 14:19:41 -04:00
Carol (Nichols || Goulding)
7dcb022a66 Merge pull request #747 from authchir/patch-3
Reformulate that the newtype pattern does not have a performance penalty
2017-06-06 14:18:28 -04:00
Carol (Nichols || Goulding)
4be2cdf039 Merge pull request #746 from authchir/patch-1
Use the assumed 'static lifetime in static variables
2017-06-06 14:17:28 -04:00
Carol (Nichols || Goulding)
99d465ab5e word wrap 2017-06-06 14:15:49 -04:00
Carol (Nichols || Goulding)
7be29a1c3a Merge pull request #744 from jchovanec/ch12-05
Ch12-05
2017-06-06 14:14:31 -04:00
Carol (Nichols || Goulding)
b707dc6649 Incorporating the module clarifications into the docx
And making some further tweaks based on rereadings
2017-06-06 13:22:44 -04:00
Carol (Nichols || Goulding)
3333fde4cb Merge remote-tracking branch 'origin/pr/734' 2017-06-06 12:25:17 -04:00
authchir
a023fd9fbc Refactor code lightly w.r.t whitespace in ch12-03 2017-06-05 08:08:41 +02:00
OrenL
9319dfa322 Fixed text describing listing 14-12 to match the enums described in the code 2017-06-05 00:08:34 +03:00
authchir
1fad6f9954 Reformulate that the newtype pattern does not have a performance penalty 2017-06-04 23:03:11 +02:00
authchir
681b0aaf0a Use the assumed 'static lifetime in static variables
Since Rust 1.17, the 'static lifetime is assumed in statics and consts.
2017-06-04 20:34:38 +02:00
jchovanec
3b81345eb6 Fixed typo in the next to last paragraph of ch12-05. 2017-06-03 00:17:28 -04:00
jchovanec
9739616542 Query not actually changed in the 'old test' in listing 12-20. Corrected following paragraph to reflect this. 2017-06-02 23:50:11 -04:00
Steve Klabnik
b2023a3294 Merge pull request #739 from rust-lang/ch7-ce
Ch7 after copyediting
2017-06-02 12:28:29 -04:00
Carol (Nichols || Goulding)
df54df12a1 Make the change in #738 in the doc too 2017-06-02 11:21:07 -04:00
Carol (Nichols || Goulding)
6241f8c1f7 Merge pull request #738 from GuillaumeGomez/patch-1
Add missing dot
2017-06-02 11:11:12 -04:00
Carol (Nichols || Goulding)
e0183b72c3 spellingz 2017-06-02 09:26:00 -04:00
Pietro Albini
38cb0d7272 Add a section about the loop_break_value feature
This commit adds a section to the newest features appendix about the
loop_break_value feature, which should be stabilized soon.
2017-06-02 15:25:59 +02:00
Pietro Albini
5a93856e01 Remove trailing whitespace in the init field shortand section 2017-06-02 15:25:55 +02:00
projektir
b35c22e7ef Tweaking wording #734 2017-06-01 22:44:52 -04:00
Carol (Nichols || Goulding)
84486001a2 Forward porting the nostarch md changes to src 2017-06-01 17:03:40 -04:00
Carol (Nichols || Goulding)
e6cfae05ff Forward porting the docx changes to nostarch md 2017-06-01 17:03:40 -04:00
Carol (Nichols || Goulding)
1b83461fec Update xsl because ofc there's new formatting 2017-06-01 17:03:40 -04:00
Carol (Nichols || Goulding)
251ac7a25a Updating the table of contents 2017-06-01 17:03:40 -04:00
Carol (Nichols || Goulding)
a71ec43df3 Backporting changes from src to the doc 2017-06-01 16:07:36 -04:00
Guillaume Gomez
eb0a1f3206 Add missing dot 2017-06-01 21:47:02 +02:00
Carol (Nichols || Goulding)
917be6ed9f Carol edits to docx 2017-06-01 15:42:17 -04:00
projektir
6cd7c81063 Tweaking wording related to the usage of the mod keyword #721 2017-06-01 11:54:09 -04:00
Carol (Nichols || Goulding)
68aa441660 Chapter 7 as received from nostarch 2017-06-01 10:55:48 -04:00
Carol (Nichols || Goulding)
b4a8d63b62 Don't try to resolve error codes like [E0106] as links 2017-06-01 10:49:03 -04:00
Carol (Nichols || Goulding)
88a5bfa87a Merge pull request #707 from rust-lang/ch13-edits
[WIP] Ch13 edits
2017-06-01 10:28:31 -04:00