Guillaume Gomez
|
9a2e6dbf17
|
Slighty better rewording
|
2017-06-01 10:03:43 +02:00 |
|
Steve Klabnik
|
87f8cf151e
|
Merge pull request #720 from ScottAbbey/master
Rename test to match behavior
|
2017-05-31 11:14:45 -04:00 |
|
Steve Klabnik
|
044ac21801
|
Merge pull request #722 from jeramyRR/typo-fix/ch03-01-variables-and-mutability-part-to-parts
TYPO-FIX: Line 136, part to parts
|
2017-05-31 11:14:19 -04:00 |
|
Steve Klabnik
|
0e4e01e4a4
|
Merge pull request #726 from Sfonxs/master
Missing word "does" ch19-04
|
2017-05-31 11:13:59 -04:00 |
|
Steve Klabnik
|
fbb578b9e2
|
Merge pull request #727 from authchir/patch-1
Use std::time::Duration::from_secs in ch16-02
|
2017-05-31 11:13:32 -04:00 |
|
Steve Klabnik
|
30a8f5d084
|
Merge pull request #728 from authchir/patch-3
Improve wording in chapter 16-04
|
2017-05-31 11:12:43 -04:00 |
|
Steve Klabnik
|
0a81a1b1cd
|
Merge pull request #731 from TomasTomecek/fix579
explain clearly how to use macros within a crate
|
2017-05-31 10:56:59 -04:00 |
|
Tomas Tomecek
|
926407d279
|
explain clearly how to use macros within a crate
Fixes #579
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
2017-05-31 13:23:04 +02:00 |
|
authchir
|
72182ef286
|
Improve wording in chapter 16-04
|
2017-05-30 13:40:36 +02:00 |
|
authchir
|
6a1151d61c
|
Use std::time::Duration::from_secs in ch16-02
The function `std::time::Duration::from_secs` has a more explicit name which is arguably more appropriate in a book to learn Rust.
|
2017-05-30 13:14:46 +02:00 |
|
Sven Dedeene
|
2b2f40ef53
|
Missing word "does" ch19-04
|
2017-05-29 21:13:05 +02:00 |
|
Carol (Nichols || Goulding)
|
912faf9e41
|
Merge pull request #718 from CodelessFuture/translation_appendix
Added italian translation to appendix 6
|
2017-05-28 14:20:26 -04:00 |
|
Jeramy Singleton
|
7fc071a985
|
TYPO-FIX: Line 136, part to parts
|
2017-05-24 20:09:13 -05:00 |
|
Scott Abbey
|
2cc31f78a9
|
Rename test to match behavior
The `smaller_can_not_hold_larger` test asserts that the condition does
not hold, so naming it to match makes sense.
Closes #719
|
2017-05-23 15:45:46 -05:00 |
|
Massimiliano Bertinetti
|
d1911e9db1
|
Added italian translation
|
2017-05-23 10:24:22 +02:00 |
|
Carol (Nichols || Goulding)
|
0ea6520e3a
|
Make links relative
|
2017-05-21 20:06:51 -06:00 |
|
Carol (Nichols || Goulding)
|
4482bfa0e3
|
Merge pull request #713 from devurandom/hint-2nd-edition
Hint at 2nd edition of this book
|
2017-05-21 20:05:32 -06:00 |
|
Carol (Nichols || Goulding)
|
a7a3a821ad
|
Merge pull request #714 from devurandom/fix-punctuation-in-2nd-edition-introduction
Fix punctuation in introductory explanation of 2nd edition
|
2017-05-21 20:05:03 -06:00 |
|
Dennis Schridde
|
25487abce4
|
Hint at 2nd edition of this book
Text copied from index.md
|
2017-05-21 10:59:57 +02:00 |
|
Sergio Benitez
|
fd6ed761fd
|
Fix punctuation in introductory explanation of 2nd edition
|
2017-05-21 10:57:37 +02:00 |
|
Carol (Nichols || Goulding)
|
1c92d9681d
|
Merge pull request #703 from sylvestre/master
Fix a simple typo
|
2017-05-16 20:43:33 -04:00 |
|
Carol (Nichols || Goulding)
|
7b81bf3986
|
Add spanish translation - connects to #661
|
2017-05-16 16:01:37 -04:00 |
|
Sylvestre Ledru
|
e0ea87f148
|
Fix a simple typo
|
2017-05-16 21:31:12 +02:00 |
|
Carol (Nichols || Goulding)
|
97422981c5
|
Merge pull request #584 from rust-lang/ch20
Chapter 20: build a web server
|
2017-05-16 14:43:40 -04:00 |
|
Carol (Nichols || Goulding)
|
88dee413c0
|
Use field init syntax when possible
Fixes #697.
|
2017-05-16 12:11:23 -04:00 |
|
Carol (Nichols || Goulding)
|
0b351186d8
|
Adding field init shorthand and some headers
|
2017-05-16 12:07:42 -04:00 |
|
Carol (Nichols || Goulding)
|
f93a17e009
|
Make ordering and wording in the intro match the headers
|
2017-05-15 20:34:09 -04:00 |
|
Carol (Nichols || Goulding)
|
1582243910
|
Merge pull request #700 from authchir/patch-1
Correct name of *dev* profile
|
2017-05-15 16:12:04 -04:00 |
|
Carol (Nichols || Goulding)
|
4f1fd023f3
|
Merge pull request #694 from Michaelt293/master
Added reference to Chapter 19
|
2017-05-15 16:06:20 -04:00 |
|
Carol (Nichols || Goulding)
|
8eb3ad520f
|
Merge pull request #692 from Pascal-So/patch-1
Fix off-by-one error in address description.
|
2017-05-15 16:02:40 -04:00 |
|
Carol (Nichols || Goulding)
|
271bcc5533
|
Merge pull request #690 from DavidDeprost/master
Update ch18-03-pattern-syntax.md
|
2017-05-15 16:01:45 -04:00 |
|
Carol (Nichols || Goulding)
|
e8879f19e7
|
Merge pull request #689 from windwardly/edit_8.3
Ch 08.03 - Fix return type of get() of a HashMap
|
2017-05-15 16:01:07 -04:00 |
|
Carol (Nichols || Goulding)
|
c543be07ae
|
Make the Guess type pub; don't use an explicit module
|
2017-05-15 15:56:54 -04:00 |
|
Carol (Nichols || Goulding)
|
b66f0b051c
|
Merge remote-tracking branch 'origin/pr/686'
|
2017-05-15 15:55:20 -04:00 |
|
Carol (Nichols || Goulding)
|
38904a83a2
|
Mention helping with other people's
|
2017-05-15 14:48:38 -04:00 |
|
Carol (Nichols || Goulding)
|
10158ea3f1
|
Add another suggestion from matthewjasper
|
2017-05-15 14:47:41 -04:00 |
|
Carol (Nichols || Goulding)
|
80a396be04
|
Type the channel is sending can be inferred
|
2017-05-15 14:44:57 -04:00 |
|
Carol (Nichols || Goulding)
|
a4f4ed27e8
|
Remove space inside empty curly braces
|
2017-05-15 14:33:07 -04:00 |
|
Carol (Nichols || Goulding)
|
4dc8eb3685
|
Use struct field shorthand
|
2017-05-15 14:29:34 -04:00 |
|
Carol (Nichols || Goulding)
|
97dedb8095
|
Ooops don't reimplement starts_with lol
|
2017-05-15 12:31:14 -04:00 |
|
authchir
|
8d24b2a5e6
|
Correct name of *dev* profile
|
2017-05-14 16:49:27 +02:00 |
|
Carol (Nichols || Goulding)
|
e66429cfa1
|
Merge pull request #695 from marti1125/master
fixed refence to byte-and-byte-string-literals
|
2017-05-13 17:39:47 -04:00 |
|
Willy Aguirre
|
ad737933c5
|
fix refence to byte-and-byte-string-literals
|
2017-05-13 12:15:09 -05:00 |
|
Carol (Nichols || Goulding)
|
4530f6f4c5
|
Make info about documenting newly stabilized features more obvious
|
2017-05-13 10:02:49 -04:00 |
|
Michael Thomas
|
622279351b
|
Added reference to Chapter 19
|
2017-05-13 21:50:10 +10:00 |
|
Pascal Sommer
|
420a5ae0ed
|
Fix off-by-one error in address description.
If the addresses range from 0 to 2^30-1, there are 2^30 addresses, not 2^30-1 as the text originally said.
|
2017-05-12 16:49:19 +02:00 |
|
David Deprost
|
5604029997
|
Update ch18-03-pattern-syntax.md
structs and and tuples -> structs and tuples
|
2017-05-11 15:13:10 +02:00 |
|
windwardly
|
c6bfff5d16
|
Fix return type of get()
|
2017-05-10 16:48:24 -04:00 |
|
Carol (Nichols || Goulding)
|
9f20a0856b
|
Merge pull request #687 from gsauthof/no-return
Remove superfluous return
|
2017-05-10 10:27:35 -04:00 |
|
Georg Sauthoff
|
e9c617bda5
|
Remove superfluous return
Making it arguably more idiomatic and being consistent.
See also: https://doc.rust-lang.org/book/functions.html#early-returns
|
2017-05-09 22:19:58 +02:00 |
|