Commit Graph

  • 4c19489368 Update ch04-03-slices.md Morris Li 2021-06-30 17:14:17 +08:00
  • ffa44f28a6 add usage for String reference Morris Li 2021-06-30 16:49:38 +08:00
  • a51f437c18 Merge pull request #2780 from kennethy/patch-1 Carol (Nichols || Goulding) 2021-07-05 13:46:39 -04:00
  • b0f0250123 Remove claim about performance of i32 Carol (Nichols || Goulding) 2021-07-05 13:44:11 -04:00
  • 009fffa458 Reword to avoid awkward pluralization Carol (Nichols || Goulding) 2021-07-05 13:41:08 -04:00
  • abc2ff3258 Make the link to the reference relative Carol (Nichols || Goulding) 2021-07-05 13:31:04 -04:00
  • f710f8c7bc Merge remote-tracking branch 'origin/pr/2753' Carol (Nichols || Goulding) 2021-07-05 13:28:35 -04:00
  • 4ba90c1df8 Merge pull request #2750 from smasher164/patch-1 Carol (Nichols || Goulding) 2021-07-05 13:27:45 -04:00
  • cfb2c3cce7 Clarify explanation of why you can test private functions; add link Carol (Nichols || Goulding) 2021-07-05 13:26:51 -04:00
  • 6d747785a6 Merge remote-tracking branch 'origin/pr/2743' Carol (Nichols || Goulding) 2021-07-05 13:19:20 -04:00
  • 05a580c326 Fix code hiding that I broke in eb60fedc9 Carol (Nichols || Goulding) 2021-07-05 13:07:15 -04:00
  • 81d05c9a6d Link to the exact later section we're talking about Carol (Nichols || Goulding) 2021-07-05 11:11:18 -04:00
  • b413277520 improve cross-references for newtype pattern Taylor Yu 2021-05-22 22:47:05 -05:00
  • a04d5855a5 Merge pull request #2731 from Bernardozomer/issue2730-ch12.5-listing-12-20-add-missing-warning Carol (Nichols || Goulding) 2021-07-05 11:04:34 -04:00
  • b1666c2844 cargo format Carol (Nichols || Goulding) 2021-07-04 13:43:21 -04:00
  • ee7f225e2e Merge remote-tracking branch 'origin/pr/2724' Carol (Nichols || Goulding) 2021-07-04 13:36:45 -04:00
  • 219b9b6e97 Remove ordinal numbers and only refer to indexes to avoid confusion Carol (Nichols || Goulding) 2021-07-04 13:35:22 -04:00
  • 338042ceb9 Let's mention the former and current authors of tlborm. Carol (Nichols || Goulding) 2021-07-04 13:31:14 -04:00
  • c4ba568304 Merge pull request #2722 from seanchen1991/main Carol (Nichols || Goulding) 2021-07-04 13:29:47 -04:00
  • 1a84ecd993 Update ch15-02-deref.md Kenneth Yang 2021-07-04 00:38:47 -04:00
  • 761398ff32 Merge remote-tracking branch 'origin/pr/2720' Carol (Nichols || Goulding) 2021-07-03 21:10:19 -04:00
  • 0ba3ca6874 Describe the ferris pictures in the alt text Carol (Nichols || Goulding) 2021-07-03 20:41:15 -04:00
  • 8d94ee9ad2 Merge remote-tracking branch 'origin/pr/2707' Carol (Nichols || Goulding) 2021-07-03 14:41:48 -04:00
  • 1a4e07ad8d Reword ... explanation to include the word deprecated, list that first Carol (Nichols || Goulding) 2021-07-03 14:20:29 -04:00
  • 1ec8817b20 Merge pull request #2714 from Canop/patch-1 Carol (Nichols || Goulding) 2021-07-03 14:18:01 -04:00
  • 6f9feee64e Merge pull request #2696 from marekpetak/not-used-ref-confusion Carol (Nichols || Goulding) 2021-07-03 14:15:47 -04:00
  • b05c6b8523 Merge pull request #2777 from smasher164/patch-2 Carol (Nichols || Goulding) 2021-07-02 09:27:50 -04:00
  • ea3d0a2332 Merge pull request #2709 from jayeshmann/patch-1 Carol (Nichols || Goulding) 2021-07-01 22:08:45 -04:00
  • b06edab6de Remove sentence about how Rust used to be Carol (Nichols || Goulding) 2021-07-01 22:06:03 -04:00
  • da0ed7e87f Merge pull request #2692 from wpd/fix-a-static-confusion Carol (Nichols || Goulding) 2021-07-01 22:03:18 -04:00
  • 310f3090da Merge pull request #2663 from jeannekamikaze/master Carol (Nichols || Goulding) 2021-07-01 22:00:27 -04:00
  • 0618bd3ece fix typo: missing "type" after generic Akhil Indurti 2021-07-01 20:36:46 -04:00
  • 9308f406fc Link to the object safety section in the reference Ivor Wanders 2021-06-09 19:38:49 -04:00
  • 55c0582c4e Reword number of library crates a package contains Akhil Indurti 2021-06-05 18:32:32 -04:00
  • 4c510f3479 Comma Alex Kapranoff 2021-05-29 12:16:56 -07:00
  • 87cee4aba1 Reason why unit tests can test private functions Alex Kapranoff 2021-05-29 12:10:06 -07:00
  • bfe5349557 Add missing "does not compile" warning bbz 2021-05-22 01:31:59 -03:00
  • d9bf1c56f7 Use format strings for panic! calls of tools Joël J. Présent 2021-05-16 10:37:08 +02:00
  • e8150ce98d Update tlborm link to point to Veykril's up-to-date version Sean Chen 2021-05-10 13:38:49 -05:00
  • 55a26488dd Merge pull request #2717 from helixbass/ch11-01-writing-tests-past-tense-led Steve Klabnik 2021-05-09 12:03:18 -05:00
  • 79b719d878 Update appendix-02-operators.md Hannah Town 2021-05-08 14:19:15 -04:00
  • f032cf9e7d Merge pull request #2718 from rust-lang/update-rustc Carol (Nichols || Goulding) 2021-05-06 22:32:15 -04:00
  • 1263e3fad3 Update to 1.52 Carol (Nichols || Goulding) 2021-05-06 21:20:05 -04:00
  • b31140b9fa Update to 1.51 Carol (Nichols || Goulding) 2021-05-06 20:54:26 -04:00
  • 9e4730d111 past-tensify "lead" -> "led" Julian Rosse 2021-05-05 20:46:44 -04:00
  • f3533ea06a Precise that the ... inclusive range pattern has been replaces Canop 2021-05-03 17:02:05 +02:00
  • c2bc97eb61 Another block Jayesh Mann 2021-04-27 02:13:02 +05:30
  • a6ab8f6362 Updated spawn implementation from documentation Jayesh Mann 2021-04-27 01:39:21 +05:30
  • f9716fd0f6 Add missing alt on images Guillaume Gomez 2021-04-24 19:44:07 +02:00
  • 50dd06cb71 Merge pull request #2704 from shirshak55/patch-1 Steve Klabnik 2021-04-23 13:21:54 -05:00
  • 1fc25a4c42 Update COPYRIGHT Shirshak 2021-04-22 14:45:45 +05:45
  • 6d26493533 changed to 'will not be used' mattko 2021-04-19 15:00:00 +01:00
  • 2ac6fdc8b1 Change the comment so its cleaner what author meant mattko 2021-04-15 13:01:21 +01:00
  • dcf2a8c577 Fix a potentially confusing statement about static lifetimes of static variables. Patrick Doyle 2021-04-09 15:04:30 -04:00
  • b54090a99e Merge pull request #2658 from kangxiaoning/deref Steve Klabnik 2021-03-24 11:21:46 -05:00
  • d4e9473dbc Replace 'which'. msunet 2021-03-23 09:59:09 -07:00
  • 475807042f correct the signature of the deref method kangxiaoning 2021-03-21 21:33:10 +08:00
  • 3e4f4789d4 Merge pull request #2646 from gsserge/immutable Carol (Nichols || Goulding) 2021-03-19 10:19:03 -04:00
  • 1d27ae30f9 Tweak wording around Windows representation of enter Carol (Nichols || Goulding) 2021-03-19 10:18:17 -04:00
  • 22b7e0f350 Merge pull request #2648 from wthlolbbq/patch-1 Carol (Nichols || Goulding) 2021-03-19 10:14:49 -04:00
  • 925c7ea178 Merge pull request #2649 from Kixunil/patch-1 Carol (Nichols || Goulding) 2021-03-19 10:14:12 -04:00
  • bf33eb6289 Fix word wrapping, mention dictionary.txt is also in the ci dir Carol (Nichols || Goulding) 2021-03-19 10:08:48 -04:00
  • 070c491138 Merge pull request #2652 from xrmx/patch-1 Carol (Nichols || Goulding) 2021-03-19 10:07:34 -04:00
  • 31c68554ac Merge pull request #2655 from leonardus/master Carol (Nichols || Goulding) 2021-03-19 10:07:07 -04:00
  • ec67fb5777 Change someurl.com to example.org leonardus 2021-03-18 14:35:45 -04:00
  • e05db66dfd README: note that spellcheck.sh is in ci directory Riccardo Magliocchetti 2021-03-17 08:59:39 +01:00
  • ca34e5965a Added an example of slicing result Martin Habovštiak 2021-03-15 18:19:39 +01:00
  • 9b99745acc Ch. 02 note - Enter results in CRLF on Windows wthlolbbq 2021-03-14 17:04:01 +01:00
  • a7a6804a24 Clarify the immutability of a reference Sergey Glushchenko 2021-03-12 19:40:45 +01:00
  • fc2f690fc1 Fix wrapping Carol (Nichols || Goulding) 2021-03-05 14:03:22 -05:00
  • bcd40eb12d Merge pull request #2633 from gthb/patch-1 Carol (Nichols || Goulding) 2021-03-05 14:02:16 -05:00
  • ce745d7615 fix: redundant double introduction of shadowing Gunnlaugur Thor Briem 2021-03-01 21:59:29 +00:00
  • 0f87daf683 Ohhh the should_panic was for mdbook test. Oops Carol (Nichols || Goulding) 2021-03-01 08:54:04 -05:00
  • 69e592dcdd Fix bad regex in the update rustc script and regenerate broken output Carol (Nichols || Goulding) 2021-02-28 21:02:01 -05:00
  • 1e9ee0217e Clarify that we only mentioned unwrap_or_else, but haven't explained it Carol (Nichols || Goulding) 2021-02-28 20:47:02 -05:00
  • ea290a5376 Add ferris to some listings that don't compile. Fixes #2598 Carol (Nichols || Goulding) 2021-02-28 20:43:14 -05:00
  • 5bb407aa4a Remove fancy quote from a code comment Carol (Nichols || Goulding) 2021-02-28 20:33:09 -05:00
  • 2250f51091 Panic now points at our code, not stdlib slice code Carol (Nichols || Goulding) 2021-02-28 20:31:26 -05:00
  • 24e275d624 Disable playground on thread::sleep examples Carol (Nichols || Goulding) 2021-02-28 20:12:42 -05:00
  • f0dbd1c247 Disable playground button on listings in ch 12 that use CLI args Carol (Nichols || Goulding) 2021-02-28 20:07:03 -05:00
  • d710ea4add Reword ambiguous sentence. Fixes #2317. Carol (Nichols || Goulding) 2021-02-22 20:29:57 -05:00
  • f207d4125b Rename shoes_in_my_size to shoes_in_size to be a better example Carol (Nichols || Goulding) 2021-02-22 20:20:31 -05:00
  • 52498ab08e Merge pull request #2628 from obi1kenobi/patch-1 Carol (Nichols || Goulding) 2021-02-22 20:17:54 -05:00
  • 21fcf07cab Merge pull request #2627 from evanj/patch-1 Carol (Nichols || Goulding) 2021-02-22 20:14:30 -05:00
  • 8ed41c5bfd Fix visible "ANCHOR: here" in listing 13-21 Predrag Gruevski 2021-02-22 00:10:03 -05:00
  • bb8f6cc9ba minor clarification about deriving Copy and Clone Evan Jones 2021-02-21 08:38:50 -05:00
  • 74edb8dfe0 Clarify relationship of trait to mock object Carol (Nichols || Goulding) 2021-02-20 21:34:04 -05:00
  • 347449cd15 Fix "message" that should be "method" Carol (Nichols || Goulding) 2021-02-20 21:28:10 -05:00
  • 7876f3d079 Merge pull request #2626 from Bernd-L/master Carol (Nichols || Goulding) 2021-02-20 21:23:23 -05:00
  • 28841dd4c0 Merge pull request #2621 from jackmichalak/master Carol (Nichols || Goulding) 2021-02-20 21:22:02 -05:00
  • 9597570c11 Make link syntax consistent and word wrap Carol (Nichols || Goulding) 2021-02-20 21:20:29 -05:00
  • 0b1831e0f8 Added hyperlinks to Appendices saki-osive 2021-01-31 01:37:38 +05:30
  • 1c4223e7ef Use console syntax highlighting in some more places Carol (Nichols || Goulding) 2021-02-20 21:15:22 -05:00
  • e34408fa0c Merge remote-tracking branch 'origin/pr/2615' Carol (Nichols || Goulding) 2021-02-20 21:09:35 -05:00
  • e666cf367c Fix broken blockquote Carol (Nichols || Goulding) 2021-02-20 21:07:04 -05:00
  • ae652f50ba Fix #2625 Bernd-L 2021-02-20 15:04:48 +01:00
  • 937b020889 Update one more bit of output caught by the update rust script Carol (Nichols || Goulding) 2021-02-17 21:28:33 -05:00
  • 4a08b68ca1 Update and clarify some text affected by the rand update rand-0.8 Carol (Nichols || Goulding) 2021-02-17 20:47:19 -05:00
  • 24774070de Update lock files and output Carol (Nichols || Goulding) 2021-02-17 20:46:44 -05:00
  • fa10e20da6 Update error output for changes to chapter 10 listings Carol (Nichols || Goulding) 2021-02-17 20:38:44 -05:00