Commit Graph

  • e9ec18af92 Merge remote-tracking branch 'origin/pr/2542' Carol (Nichols || Goulding) 2021-02-17 20:27:50 -05:00
  • ac4d627601 Tweak wording in for loop explanation Carol (Nichols || Goulding) 2021-02-17 20:25:38 -05:00
  • 6c87a3204f Merge remote-tracking branch 'origin/pr/2460' Carol (Nichols || Goulding) 2021-02-17 20:22:37 -05:00
  • 9100e47054 fix misleading hash claim Jack Michalak 2021-02-16 08:04:48 -08:00
  • 279f0c4416 Change 'text' formatting to 'console' on console code blocks Guilherme Carreiro 2021-02-14 16:57:23 +01:00
  • db5e8a5105 Update to Rust 1.50 Carol (Nichols || Goulding) 2021-02-12 16:46:47 -05:00
  • 8a410f4d42 Merge pull request #2575 from VoidNoire/2574 Carol (Nichols || Goulding) 2021-02-12 16:45:38 -05:00
  • a2168e126d Merge pull request #2556 from marc-h38/call-vs-define Carol (Nichols || Goulding) 2021-02-12 16:42:38 -05:00
  • b7ab0f00ab Merge pull request #2587 from bbarker/patch-1 Carol (Nichols || Goulding) 2021-02-12 16:41:50 -05:00
  • 889f2f40c6 Merge pull request #2610 from michalkaptur/master Carol (Nichols || Goulding) 2021-02-12 09:21:48 -05:00
  • 1763078e9a fixed hidden code listing Michal Kaptur 2021-02-12 13:38:05 +01:00
  • 8fb8bb0479 Merge remote-tracking branch 'origin/pr/2604' Carol (Nichols || Goulding) 2021-02-10 14:48:46 -05:00
  • eaec4ca3ce Merge pull request #2601 from heilmoli/master Carol (Nichols || Goulding) 2021-02-10 14:30:05 -05:00
  • ebb817e97f Merge remote-tracking branch 'origin/pr/2589' Carol (Nichols || Goulding) 2021-02-10 13:30:00 -05:00
  • e535032e17 Fix text wrapping Carol (Nichols || Goulding) 2021-02-10 09:27:25 -05:00
  • e631c39e83 Some small rewordings I noticed while rereading just now Carol (Nichols || Goulding) 2021-02-09 21:30:41 -05:00
  • aab9cfa21f Fix ch05 listings to align project names with book Brian Rogers 2021-02-09 13:33:18 -08:00
  • 64797533ec Merge pull request #2592 from timrobertsdev/master Carol (Nichols || Goulding) 2021-02-08 21:08:03 -05:00
  • 6bc9fde380 Merge pull request #2581 from apogeeoak/grammar Carol (Nichols || Goulding) 2021-02-06 09:42:38 -05:00
  • 7bea3e6d23 Merge remote-tracking branch 'origin/pr/2554' Carol (Nichols || Goulding) 2021-02-06 09:40:00 -05:00
  • ac4faae07f fixed ferris in ch03-02 - code now compiles but panics Oliver Heilmann 2021-02-01 21:47:41 +00:00
  • ebdd05adc8 revert prettier autofix for ch2 appleJax 2021-01-31 11:30:05 -08:00
  • 120ddc29e8 revert prettier autofix appleJax 2021-01-31 11:23:41 -08:00
  • 519eddb702 update 0.8.1 to 0.8.3 appleJax 2021-01-31 11:17:26 -08:00
  • 58ac9ea03b Fix typo in ch-20-01-single-threaded.md Timothy Roberts 2021-01-31 02:47:26 -05:00
  • 98c15e36ec Updated listings in Ch 20-02 and 20-03 with Content-Length header. apogeeoak 2021-01-26 17:45:36 -05:00
  • 395c1b8c2e Added Content-Length header to Ch 20-01 listings. apogeeoak 2021-01-26 16:30:20 -05:00
  • ab2540e356 Minor clarification: types -> values in ch16-04 Brandon Elam Barker 2021-01-26 09:11:08 -05:00
  • 2873cc9762 Fixed typo in Ch 19-04. apogeeoak 2021-01-21 17:16:47 -05:00
  • e724bd8265 Merge pull request #2566 from rust-lang/outsmarting-the-smartypants-compiler Steve Klabnik 2021-01-20 08:19:49 -06:00
  • 9281a28b9b Fix issue #2574 - Improve the explanation about the behaviour of read_line. Jesse Ira Abadilla 2021-01-20 14:08:04 +00:00
  • f0c83d3570 Merge pull request #2569 from rust-lang/more-main-wrapping-disabling Carol (Nichols || Goulding) 2021-01-13 22:26:05 -05:00
  • 9e30688e0a Turn off the playground in a bunch more lib.rs inclusions Carol (Nichols || Goulding) 2021-01-13 22:16:14 -05:00
  • 04c4e8e9a1 Merge pull request #2567 from rust-lang/rust-1.49 Carol (Nichols || Goulding) 2021-01-13 08:52:16 -05:00
  • 2485f9023b Update to 1.49 Carol (Nichols || Goulding) 2021-01-12 21:50:40 -05:00
  • 3e8b12604a Rewrap to 80 chars like the rest of this repo Carol (Nichols || Goulding) 2021-01-12 21:35:44 -05:00
  • 79bafdc6be Fixes #2417. Get the index from user input instead of a const. Carol (Nichols || Goulding) 2021-01-12 21:25:57 -05:00
  • 16e42c5cc6 add sentence to stress the importance of the version number appleJax 2021-01-09 18:48:56 -08:00
  • 77cc92b7c3 revert prettier autofix appleJax 2021-01-09 18:09:53 -08:00
  • 80721829d0 update 0.8.0 to 0.8.1 appleJax 2021-01-09 17:54:49 -08:00
  • ac57a0ddd2 Merge pull request #2561 from rust-lang/update-mdbook Carol (Nichols || Goulding) 2021-01-09 14:18:45 -05:00
  • f09dc19abe Update version of mdbook we're testing with to 0.4.5 Carol (Nichols || Goulding) 2021-01-09 14:06:02 -05:00
  • 8acef6cfd4 closures: replace "is called" with "is defined" Marc Herbert 2021-01-03 21:39:06 -08:00
  • 71d41266ed Improve compile failure question mark ThatsNoMoon 2021-01-02 22:20:49 -07:00
  • aa0213ebb5 update Cargo.tomls and Cargo.locks appleJax 2020-12-28 16:14:51 -08:00
  • 080160a5e9 update rand version appleJax 2020-12-24 17:02:22 -08:00
  • 77092be1eb Merge pull request #2534 from HollowMan6/patch-1 Carol (Nichols || Goulding) 2020-12-22 21:27:29 -05:00
  • fc9ca867ea Merge remote-tracking branch 'origin/pr/2527' Carol (Nichols || Goulding) 2020-12-22 21:16:07 -05:00
  • e54f70398e Merge pull request #2485 from adrientremblay/master Carol (Nichols || Goulding) 2020-12-22 21:10:03 -05:00
  • 1fdea76d94 Fix link added in #2495 to be relative and at the bottom Carol (Nichols || Goulding) 2020-12-22 21:05:28 -05:00
  • cf1c3d3b64 Merge remote-tracking branch 'origin/pr/2495' Carol (Nichols || Goulding) 2020-12-22 21:03:12 -05:00
  • b7ad637af6 Update output to match the updated poem punctuation Carol (Nichols || Goulding) 2020-12-22 21:02:56 -05:00
  • 777f1e7476 Fix #2539 - Remove fancy apostrophes from poem for Windows Carol (Nichols || Goulding) 2020-12-22 20:24:31 -05:00
  • acfbeb3659 Fix grammar in ch13-01-closures.md Hollow Man 2020-12-20 22:53:43 +08:00
  • 5bb44f8b5b Make some further edits to #2447 Carol (Nichols || Goulding) 2020-12-18 20:07:31 -05:00
  • 77e1f2ae93 Merge remote-tracking branch 'origin/pr/2447' Carol (Nichols || Goulding) 2020-12-18 20:05:01 -05:00
  • d7b29fa9c3 Remove copied and dangling link brackets Carol (Nichols || Goulding) 2020-12-18 19:58:08 -05:00
  • 5b2bd2b3c7 Merge remote-tracking branch 'origin/pr/2359' Carol (Nichols || Goulding) 2020-12-18 19:56:41 -05:00
  • 904b721ee9 Merge pull request #2528 from apogeeoak/actions Carol (Nichols || Goulding) 2020-12-18 19:43:24 -05:00
  • 58d5060330 Override toolchain back to nightly. apogeeoak 2020-12-17 19:39:02 -05:00
  • 44f928374f Remove leftover reference in Ch 16-03. apogeeoak 2020-12-17 10:01:51 -05:00
  • b702f3bb15 Merge pull request #1752 from rust-lang/gh1744 Steve Klabnik 2020-12-14 10:24:47 -06:00
  • b4e5fcc554 Fixes #2330. Clarify why the lock is held too long Carol (Nichols || Goulding) 2020-12-13 21:09:07 -05:00
  • 4275162b3f Explain that we do need to have 'static now Carol (Nichols || Goulding) 2020-12-10 22:10:54 -05:00
  • 0b81c3bd0c Remove an unneeded link Carol (Nichols || Goulding) 2020-12-10 21:46:40 -05:00
  • def6530bfa I think this code formatted string literal should include the quotes Carol (Nichols || Goulding) 2020-12-10 21:40:53 -05:00
  • 5d57100a14 Remove the rest of the unneeded 'statics Carol (Nichols || Goulding) 2020-12-10 21:40:26 -05:00
  • 360960eb3f Remove an uneeded 'static lifetime Steve Klabnik 2019-01-07 14:26:22 -05:00
  • 15b20d3c6d Merge pull request #2304 from rashiq/rashiq-chapter-1.2-rusftmt Carol (Nichols || Goulding) 2020-12-10 21:30:28 -05:00
  • 015d14864d Clarify language around further from #2418 Carol (Nichols || Goulding) 2020-12-10 21:27:22 -05:00
  • 1686f99a22 Merge remote-tracking branch 'origin/pr/2418' Carol (Nichols || Goulding) 2020-12-10 21:21:37 -05:00
  • 943c6b8e0f Merge remote-tracking branch 'origin/pr/2475' Carol (Nichols || Goulding) 2020-12-09 22:04:04 -05:00
  • b34bb93b2d Add some further edits to #2433 Carol (Nichols || Goulding) 2020-12-09 21:50:40 -05:00
  • 14e2174a58 Merge remote-tracking branch 'origin/pr/2433' Carol (Nichols || Goulding) 2020-12-09 21:48:41 -05:00
  • 6b111ac28e Note all the method families to handle integer overflow Carol (Nichols || Goulding) 2020-12-09 21:45:27 -05:00
  • c120b9f2cd Merge remote-tracking branch 'origin/pr/2405' Carol (Nichols || Goulding) 2020-12-09 21:35:12 -05:00
  • cdb13945ac Fix #1855 - incorporate new reference cycle diagram Carol (Nichols || Goulding) 2020-12-09 21:30:50 -05:00
  • d28183f901 Make some further edits to the changes in #1886 Carol (Nichols || Goulding) 2020-12-09 21:30:13 -05:00
  • ea49874970 Merge remote-tracking branch 'origin/pr/1886' Carol (Nichols || Goulding) 2020-12-09 21:14:53 -05:00
  • 8a1aad812b Make some further edits to #1998 Carol (Nichols || Goulding) 2020-12-09 21:01:59 -05:00
  • 5afb67affe Merge remote-tracking branch 'origin/pr/1998' Carol (Nichols || Goulding) 2020-12-09 21:00:10 -05:00
  • 7e180123f0 Merge pull request #2518 from rust-lang/update-rustc Steve Klabnik 2020-12-09 09:35:45 -06:00
  • 322899b375 Re-fix #2516 - Make a new listing for final code of ch 20 Carol (Nichols || Goulding) 2020-12-05 14:01:04 -05:00
  • eb60fedc9c A solution for empty main in lib.rs, I think! Carol (Nichols || Goulding) 2020-12-04 22:17:06 -05:00
  • 359895c6b2 Manual regeneration of output at 1.48 Carol (Nichols || Goulding) 2020-12-04 21:39:38 -05:00
  • 4cd410bab6 Update to 1.48 Carol (Nichols || Goulding) 2020-12-04 21:35:15 -05:00
  • 2567c35e84 Update to Rust 1.47 Carol (Nichols || Goulding) 2020-12-03 22:49:54 -05:00
  • 4895996a3f Update to 1.46 Carol (Nichols || Goulding) 2020-12-03 22:35:40 -05:00
  • d28480ea67 Use single quotes when shell expansions aren't needed Carol (Nichols || Goulding) 2020-12-03 21:59:54 -05:00
  • b82bcd8f56 Use @ instead of slash to avoid some escaping Carol (Nichols || Goulding) 2020-12-03 21:58:26 -05:00
  • 2dca6c3e78 Update to 1.45 Carol (Nichols || Goulding) 2020-12-02 22:26:16 -05:00
  • e894f58929 Update to 1.44 Carol (Nichols || Goulding) 2020-12-02 22:02:36 -05:00
  • 63bc4103cc Update to 1.43 Carol (Nichols || Goulding) 2020-12-02 13:10:00 -05:00
  • 17618d8b8f Try saving the test binary hash to not have to wade through those in the diffs Carol (Nichols || Goulding) 2020-12-01 21:57:10 -05:00
  • 6e98805629 Update to 1.42 Carol (Nichols || Goulding) 2020-11-30 15:14:06 -05:00
  • 1ab83e0989 Merge pull request #2509 from ejez/patch-1 Carol (Nichols || Goulding) 2020-12-04 21:15:04 -05:00
  • 9cfaf8dd39 Merge pull request #2498 from tombusby/patch-1 Carol (Nichols || Goulding) 2020-12-01 22:11:28 -05:00
  • 1b0f8766f9 Merge pull request #2511 from ibraheemdev/patch-1 Steve Klabnik 2020-12-01 09:38:23 -06:00
  • 5e02507b32 Merge pull request #2516 from OliverBalfour/patch-1 Steve Klabnik 2020-12-01 09:34:46 -06:00
  • df427814a0 Correct chapter 20 final listing OliverBalfour 2020-11-29 19:51:30 +11:00