Commit Graph

1490 Commits

Author SHA1 Message Date
steveklabnik
9d558c4e5f Update .github for first/second edition split 2017-03-23 10:55:42 -04:00
steveklabnik
de288b41b5 fix one more link 2017-03-20 12:52:52 -04:00
steveklabnik
d7376702d2 Update book to
244f893ed7

Some changes have landed before we managed to extract things; this
updates things to be in line with those changes.
2017-03-20 11:37:24 -04:00
Carol (Nichols || Goulding)
331032eb3c Merge pull request #546 from vossad01/update-instructions
Add updating instructions for Rust
2017-03-19 17:34:52 -04:00
Adam Voss
1ccf68bc5e Add updating instructions 2017-03-17 20:36:54 -05:00
Carol (Nichols || Goulding)
55b294f20f Fix spellings 2017-03-17 10:13:41 -04:00
Carol (Nichols || Goulding)
dfda7b849d Fix the build to fail if spellchecking fails
return: can only `return' from a function or sourced script
2017-03-17 10:02:35 -04:00
Carol (Nichols || Goulding)
04aa3a45eb Forward porting changes 2017-03-16 22:31:49 -04:00
Carol (Nichols || Goulding)
6f15278ccd Backporting other changes 2017-03-16 22:11:36 -04:00
Carol (Nichols || Goulding)
57adfa68e1 Update error output 2017-03-16 22:11:35 -04:00
Carol (Nichols || Goulding)
39f2865a9d Backport math correction. Fixes #355. 2017-03-16 22:11:35 -04:00
Carol (Nichols || Goulding)
28947f5ac3 Clarify i32 takes up 32 bits, not system dependent
Fixes #523.
2017-03-16 22:11:35 -04:00
Carol (Nichols || Goulding)
8618aae246 Updating error output 2017-03-16 22:11:35 -04:00
Carol (Nichols || Goulding)
74a22551a0 Rewording around constants
Connects to #523.
2017-03-16 22:11:35 -04:00
Carol (Nichols || Goulding)
e51b1083b5 Make small edits, update output 2017-03-16 19:30:03 -04:00
Carol (Nichols || Goulding)
0bfafb18ea Chapter 3 as received from nostarch just before layout 2017-03-16 18:20:00 -04:00
Carol (Nichols || Goulding)
d362dadae6 Merge remote-tracking branch 'origin/pr/386'
Fixed to reference chapter 15.
2017-03-15 19:49:10 -04:00
Carol (Nichols || Goulding)
fae5fa82d7 Add a reference to derivable traits appendix
Alternative to #427.
2017-03-15 19:42:46 -04:00
Carol (Nichols || Goulding)
3ca8d85705 Merge pull request #537 from DavidDeprost/master
Update ch15-02-deref.md
2017-03-15 18:39:11 -04:00
steveklabnik
e6d6caab41 fix some links in the new book 2017-03-15 14:16:00 -04:00
steveklabnik
e89eee1174 one more 2017-03-15 14:06:57 -04:00
steveklabnik
f5eee916b8 fix more links in error handling 2017-03-15 13:37:03 -04:00
steveklabnik
23a7a7bdb6 Fix up even more links in the first edition. 2017-03-15 13:27:36 -04:00
steveklabnik
bd8d27beb5 fix some links 2017-03-15 13:11:12 -04:00
steveklabnik
d6d4f48178 Fix up redirects
These fail tidy check upstream, because while linking to `/` is valid,
it won't show up on many systems, so linking to `/index.html` is
preferred.
2017-03-15 11:53:23 -04:00
Carol (Nichols || Goulding)
b109bfd152 Ship chapter 16 to nostarch 2017-03-15 08:27:37 -04:00
Carol (Nichols || Goulding)
9df612e93e Whoops, missed a caption 2017-03-15 08:27:25 -04:00
Carol (Nichols || Goulding)
e3d6cf4f9a Merge remote-tracking branch 'origin/ch16-concurrency' 2017-03-15 08:18:10 -04:00
David Deprost
53106d8c44 Update ch15-02-deref.md
Made sentence cleaner
2017-03-15 10:30:44 +01:00
David Deprost
4a5c697534 Update ch15-02-deref.md
Sentence was confusing due to 2x 'happens':
made it easier to understand
2017-03-15 10:24:23 +01:00
David Deprost
8e8e6e4d59 Update ch15-02-deref.md
Added forgotten 'to'
2017-03-15 10:02:54 +01:00
David Deprost
7c77965a3c Merge branch 'master' of github.com:DavidDeprost/book 2017-03-15 09:54:44 +01:00
steveklabnik
fc74d9190c Remove trailing whitespace 2017-03-14 10:57:08 -04:00
David Deprost
ea0bdf0886 Update ch15-02-deref.md
Listing number correction:
15-5 -> 15-7
2017-03-13 20:41:17 +01:00
steveklabnik
979c56634f be explicit with the README
this means that rustdoc --test will now pass on it
2017-03-13 15:03:58 -04:00
Steve Klabnik
be517a8dd8 Merge pull request #536 from rust-lang/tidy-clean
Work towards getting tidy clean
2017-03-13 14:51:25 -04:00
steveklabnik
83c740267c ignore last two files 2017-03-13 14:46:30 -04:00
steveklabnik
c7aa96a41f remove tabs 2017-03-13 14:24:26 -04:00
steveklabnik
ffc81dd69b missed a license 2017-03-13 14:14:29 -04:00
steveklabnik
c98b075136 Work towards getting tidy clean 2017-03-13 13:51:36 -04:00
Carol (Nichols || Goulding)
af0f132982 Merge pull request #533 from gypsydave5/iterator-chapter-ref
fixes missing chapter references in chapter 12
2017-03-13 09:05:19 -04:00
Carol (Nichols || Goulding)
065da28946 Merge pull request #531 from chariot6/patch-1
typo fix in concurrency.md
2017-03-13 09:04:08 -04:00
Carol (Nichols || Goulding)
380b1638c0 Merge pull request #530 from tjkierzkowski/readme-for-windows
Updated README for windows
2017-03-13 09:03:26 -04:00
David Wickes
bdab3f38da fix reference to Box chapter 2017-03-12 18:48:36 +00:00
David Wickes
de25f6e390 fixes another missing reference to chapter 13 2017-03-12 18:07:16 +00:00
David Wickes
fa7ba34dd2 fixes missing reference to ch 13 2017-03-12 14:20:17 +00:00
chariot6
eb5bab04f9 typo fix in concurrency.md
Changed `maintained in a thread safe matter` to `maintained in a thread safe manner`.
2017-03-12 01:55:13 -07:00
Carol (Nichols || Goulding)
da15de39ea Address comments 2017-03-11 21:09:37 -05:00
Tom Kierzkowski
ba298be61b Added additional steps to run the book from Windows powershell and command line 2017-03-11 14:42:01 -05:00
Carol (Nichols || Goulding)
2ef7a628b7 Mention that you now have to cd into an edition to build
Fixes #517.
2017-03-09 23:07:13 -05:00