Carol (Nichols || Goulding)
c7bb50dfe2
Remove extra space
2017-07-09 15:31:36 -04:00
Carol (Nichols || Goulding)
efffcbfd7b
Add link to the Korean translation!
...
See #801 !
2017-07-09 15:02:38 -04:00
Carol (Nichols || Goulding)
2e9962b91a
Merge pull request #797 from asymmetric/patch-1
...
Fix string literal to match output
2017-07-09 13:37:26 -04:00
Carol (Nichols || Goulding)
75121470c9
Merge pull request #789 from dlax/ch17-post
...
Capitalize Post when talking about the struct in Ch. 17
2017-07-09 13:32:12 -04:00
Carol (Nichols || Goulding)
c05fa29e8e
Merge pull request #788 from rkumar-mongo/patch-1
...
Update instructions to include adding Rust to PATH
2017-07-09 12:55:46 -04:00
Carol (Nichols || Goulding)
ee867b99ce
Merge pull request #786 from herwinw/ch06-02-match-signedness
...
Use unsigned integers as return type for cents
2017-07-09 12:50:11 -04:00
Carol (Nichols || Goulding)
1dd24f7dda
Each method can only have one return value
2017-07-09 12:41:41 -04:00
Carol (Nichols || Goulding)
e88907b223
Reword some parts to be more consistent with the style we're going for
2017-07-09 12:37:22 -04:00
Carol (Nichols || Goulding)
50ed6f51b2
Merge remote-tracking branch 'origin/pr/779'
2017-07-09 12:37:17 -04:00
Carol (Nichols || Goulding)
041a21e0e2
Merge pull request #778 from Kingdutch/patch-1
...
Use correct pluralisation for 'hash maps'
2017-07-09 12:19:32 -04:00
Carol (Nichols || Goulding)
67d262f35b
Merge pull request #777 from iDeBugger/master
...
Translation to russian
2017-07-09 12:18:26 -04:00
Carol (Nichols || Goulding)
80b92cc72f
Merge pull request #775 from quchen/master
...
»!« is the empty type, not the bottom type.
2017-07-09 12:17:37 -04:00
Carol (Nichols || Goulding)
45c7d36baa
Merge pull request #755 from notriddle/patch-1
...
Refer to RefCell<T>'s generic parameter concretely
2017-07-09 12:16:05 -04:00
Carol (Nichols || Goulding)
1fdcb0e9cd
Update link to vietnamese translation
...
As per
https://github.com/rust-lang/book/issues/375#issuecomment-305701198
2017-07-07 20:47:39 -04:00
Ravind Kumar
79481c244b
Add $ symbol to indicate shell input
2017-07-06 07:41:27 -04:00
Lorenzo Manacorda
0358d24afe
Fix string literal to match output
...
The string literal used in the source didn't match the one displayed in the compilation output.
Not sure if this is too late to be merged, since the chapter is frozen.
2017-07-05 16:47:11 +02:00
Denis Laxalde
1d77933aa2
Capitalize Post when talking about the struct in Ch. 17
2017-07-01 11:52:53 +02:00
Ravind Kumar
5bef653fb6
Update instructions to include adding Rust to PATH
...
Current instructions do not include a callout to adding Rust to the PATH. While this included in the installer output and technically happens automatically after login, you can still miss it if you are trying to use Rust right away.
2017-06-30 18:28:59 -04:00
Herwin Weststrate
950213f7b6
Use unsigned integers as return type for cents
...
It doesn't make sense to convert coins to cents using unsigned integers,
they cannot use negative numbers.
2017-06-30 12:59:18 +02:00
Steve Klabnik
6943c4f106
Merge pull request #783 from ffissore/master
...
Added missing script tag to load store.js
2017-06-27 13:18:28 -04:00
Federico Fissore
1a464423fb
Added missing script tag to load store.js
2017-06-27 18:50:51 +02:00
Peter Glotfelty
65dc2fa04e
Update ch19-02-advanced-lifetimes.md
2017-06-24 16:56:51 -07:00
Peter Glotfelty
ee09f45974
Update ch19-02-advanced-lifetimes.md
2017-06-24 16:54:22 -07:00
Peter Glotfelty
f8cb43417d
Update ch19-02-advanced-lifetimes.md
2017-06-24 16:46:38 -07:00
Michael Howell
5b5052d5d0
Apply @carols10cents 's suggestions
2017-06-23 10:53:35 -07:00
Alexander Varwijk
7f365e6b64
Use correct pluralisation for 'hash maps'
...
Hash Maps is referenced in the plural form elsewhere in the book (and its title chapter) so we should pluralise it here for consistency also.
2017-06-21 20:39:17 +02:00
iDeBugger Freeman
7aa94b4876
Added link to russian translation
2017-06-19 15:27:51 +03:00
David Luposchainsky
be94c22e69
»!« is the empty type, not the bottom type.
2017-06-18 13:51:51 +02:00
Carol (Nichols || Goulding)
325c3da081
Merge pull request #767 from pornel/shortredirect
...
Make explanation on redirect pages shorter
2017-06-14 15:45:05 -04:00
Kornel
dc3c9b5472
Make explanation on redirect pages shorter to make the links forward obvious
2017-06-14 19:44:30 +01: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
Carol (Nichols || Goulding)
c304d55f5d
Merge pull request #752 from jchovanec/ch12-06
...
Corrected error message displayed on example runs in ch12-06.
2017-06-13 11:28:07 -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
Steve Klabnik
90bc937c05
Merge pull request #688 from rust-lang/remove-deploy
...
Remove deploying to gh-pages
2017-06-08 13:05:11 -04:00
Michael Howell
2141197edf
Refer to RefCell<T>'s generic parameter concretely
...
This is a stylistic choice, but it looked weird to me.
2017-06-08 09:41:47 -07:00
Steve Klabnik
c507dbb4e5
Merge pull request #753 from mystor/patch-1
...
Update usage of `syn` in Procedural Macros chapter
2017-06-07 10:46:27 -04:00
Michael Layzell
94946f20ce
Update usage of syn in Procedural Macros chapter
...
This makes 2 changes:
1. It updates the versions of `syn` and `quote` to the latest versions.
2. It updates the code to not use the deprecated type alias `syn::MacroInput` and instead use the preferred `syn::DeriveInput`. `MacroInput` will be removed in the next breaking version of `syn`. See https://github.com/dtolnay/syn/pull/173
2017-06-07 10:39:27 -04: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