Commit Graph

  • c2c3ea0c90 Fix capitalization in sidebar. Fixes #2860 Carol (Nichols || Goulding) 2021-10-22 21:24:44 -04:00
  • 9c0fa27148 fix quotes Carol (Nichols || Goulding) 2021-10-22 21:06:50 -04:00
  • 8d33b4d700 comments from nostarch and responses for chapter 2 Carol (Nichols || Goulding) 2021-10-15 21:24:35 -04:00
  • f326434dab Fix line numbers Cargo.toml in cargo-workspaces Santiago 2021-10-20 15:44:07 +02:00
  • 69fe1afbbc Merge pull request #2906 from rust-lang/ch8 Carol (Nichols || Goulding) 2021-10-15 18:24:14 -04:00
  • 5c381149df start cleaning up snapshot, not done Carol (Nichols || Goulding) 2021-10-14 21:53:21 -04:00
  • 2519da2b8e Explain what split_whitespace does in this example Carol (Nichols || Goulding) 2021-10-14 21:33:55 -04:00
  • 42bd1d5c5d Remove the suggestion to compute the average of a list Carol (Nichols || Goulding) 2021-10-14 21:26:59 -04:00
  • 067fd970d4 Merge pull request #2892 from Enrico2/patch-1 Carol (Nichols || Goulding) 2021-10-14 20:40:09 -04:00
  • f45bd8da91 Remove the Hebrew translation link, it's a 404 Ran Magen 2021-09-21 10:31:09 -07:00
  • eb1282ec44 Merge pull request #2890 from rust-lang/rust-1.55 Carol (Nichols || Goulding) 2021-09-16 21:17:09 -04:00
  • 126aa9faa8 Update to Rust 1.55 Carol (Nichols || Goulding) 2021-09-15 21:49:30 -04:00
  • e7d05cec4b Update mdbook to match rust-lang/rust Carol (Nichols || Goulding) 2021-09-15 21:49:21 -04:00
  • 1e9632cec2 Clean listings' target dirs to save me some disk space Carol (Nichols || Goulding) 2021-09-15 21:45:05 -04:00
  • 39cea3323e Merge pull request #2877 from jruderman/letx Carol (Nichols || Goulding) 2021-09-15 21:33:21 -04:00
  • ceaaa5918e Merge pull request #2876 from jruderman/rmspace Carol (Nichols || Goulding) 2021-09-15 21:31:10 -04:00
  • 84435e5cbf Merge pull request #2867 from jruderman/commadp Carol (Nichols || Goulding) 2021-09-15 21:30:46 -04:00
  • c1a3c873e2 Clarify deref coercion converts reference to a type Wei Liu 2021-09-10 10:50:35 +00:00
  • 4ecd2750f5 Remove unused variable Jesse Ruderman 2021-09-09 15:49:07 -07:00
  • f83c4d08d2 Remove extra space Jesse Ruderman 2021-09-09 14:58:35 -07:00
  • 3fa4eeca3a Add missing comma Jesse Ruderman 2021-09-09 12:02:52 -07:00
  • fcb5e0ea68 Merge pull request #2845 from DannyCeb/main Carol (Nichols || Goulding) 2021-08-31 21:26:19 -04:00
  • 710def409e Improve the reading of the code Daniel Ceballos 2021-08-31 16:14:04 -05:00
  • 687e21bde2 Small tweaks to Ferris size and position Carol (Nichols || Goulding) 2021-08-18 20:48:38 -04:00
  • ae5651f192 Fix #2583. Rename add-one crate to add_one in chapter 14. parkerziegler 2021-08-17 12:44:01 -07:00
  • 0d1dac6bc0 Retain previous height: auto just in case Ambrose Chua 2021-08-15 17:10:45 +08:00
  • d34ea0538f Shrink and move ferris when possible Ambrose Chua 2021-08-15 15:30:50 +08:00
  • d20900e313 Snapshot chapter 6 for nostarch Carol (Nichols || Goulding) 2021-08-10 20:52:19 -04:00
  • 16a17f9362 Demonstrate variable as catch-all for match. Fixes #1868. Carol (Nichols || Goulding) 2021-08-10 20:37:27 -04:00
  • 340f3c9bbb Improve the if let example to have a binding pattern. Fixes #1401. Carol (Nichols || Goulding) 2021-08-10 19:50:44 -04:00
  • 6139cdb37d Merge pull request #2816 from meow464/patch-1 Carol (Nichols || Goulding) 2021-08-10 17:45:46 -04:00
  • 4b86611b0e Fixes typo meow464 2021-08-07 02:30:08 +00:00
  • 7e49659102 Make explicit that enum variant construction is a function Carol (Nichols || Goulding) 2021-08-03 21:41:35 -04:00
  • f10d7df08b Clarify why None means we have to annotate the type Carol (Nichols || Goulding) 2021-08-03 21:30:37 -04:00
  • aba7535b99 Make the convert quotes script able to do one chapter Carol (Nichols || Goulding) 2021-08-01 21:51:01 -04:00
  • 16ca542d0c Snapshot of chapter 5 Carol (Nichols || Goulding) 2021-08-01 21:30:39 -04:00
  • 83eaade9a2 Merge pull request #2811 from rust-lang/ch5-edits Carol (Nichols || Goulding) 2021-08-01 21:30:11 -04:00
  • 794d33a871 Discuss how struct update syntax moves Carol (Nichols || Goulding) 2021-08-01 21:24:16 -04:00
  • 70eaf499cd Clarify that ordering doesn't matter for struct update syntax Carol (Nichols || Goulding) 2021-08-01 21:01:44 -04:00
  • fab5832e5f Explain attributes a tiny bit more in chapter 5 Carol (Nichols || Goulding) 2021-07-31 21:18:02 -04:00
  • b4132ae499 Discuss methods that have the same name as a field Carol (Nichols || Goulding) 2021-07-31 21:05:52 -04:00
  • dacde2200c Correct definition of associated function in ch 5 Carol (Nichols || Goulding) 2021-07-31 20:37:54 -04:00
  • 0945869ca9 Introduce Self with methods; connects to #2222 Carol (Nichols || Goulding) 2021-07-31 20:15:54 -04:00
  • 91ecd330ae Merge pull request #2809 from rust-lang/1.54 Carol (Nichols || Goulding) 2021-07-31 20:21:56 -04:00
  • e8200d27ed Update to Rust 1.54 Carol (Nichols || Goulding) 2021-07-31 19:55:37 -04:00
  • d9fdb49fb9 Oops, add the command so the output regen script will work Carol (Nichols || Goulding) 2021-07-31 20:08:50 -04:00
  • ba4e3aaae5 Ugh quote script, that's not right Carol (Nichols || Goulding) 2021-07-28 21:51:38 -04:00
  • 5813399c94 Introduce the dbg macro. Connects to #1658 Carol (Nichols || Goulding) 2021-07-28 21:50:33 -04:00
  • 79085eb920 Add an example of declaring and instantiating unit-like structs. Fixes #2442. Carol (Nichols || Goulding) 2021-07-28 21:17:08 -04:00
  • a22991c684 Merge pull request #2805 from lf-/remove-authors-field Carol (Nichols || Goulding) 2021-07-28 09:41:02 -04:00
  • 1c4a1ea4bf Remove authors field from all the listing manifests Jade 2021-07-27 19:02:14 -07:00
  • a07036f864 Set expectations a bit more realistically Carol (Nichols || Goulding) 2021-07-26 20:19:46 -04:00
  • d46db7bc8b Snapshot of chapter 4 for nostarch Carol (Nichols || Goulding) 2021-07-25 21:49:50 -04:00
  • d377d2effa A few small wording tweaks in ch 4 Carol (Nichols || Goulding) 2021-07-25 21:09:18 -04:00
  • 2fa3d36b93 Clarify that it's not stack/heap exactly that matters for copy/non copy, fixes #2799 Carol (Nichols || Goulding) 2021-07-24 21:50:13 -04:00
  • 13b2ee29e0 Clarify a detail around move. Fixes #2413. Carol (Nichols || Goulding) 2021-07-24 21:30:49 -04:00
  • 6c252f27cc Clarify places that changed because of NLL. Fixes #1939. Carol (Nichols || Goulding) 2021-07-24 21:25:32 -04:00
  • 0215a89f16 nostarch ch3 Carol (Nichols || Goulding) 2021-07-23 15:58:45 -04:00
  • 05d9c4c231 Small edits to chapter 3 Carol (Nichols || Goulding) 2021-07-23 15:58:30 -04:00
  • d6c4ee6382 Merge pull request #2797 from rust-lang/rust53 Carol (Nichols || Goulding) 2021-07-21 22:09:42 -04:00
  • bfa4e31795 This iter isn't needed anymore! Fixes #2672. Carol (Nichols || Goulding) 2021-07-20 22:07:53 -04:00
  • 0b942f6be8 Update to Rust 1.53. Carol (Nichols || Goulding) 2021-07-19 08:56:28 -04:00
  • b996f1bbcb Merge pull request #2796 from Harmelodic/patch-1 Carol (Nichols || Goulding) 2021-07-21 21:33:31 -04:00
  • 82d3b82e10 Address loop labels and continue. Fixes #1392. Carol (Nichols || Goulding) 2021-07-20 22:03:00 -04:00
  • f40c71fb9a Clarify behavior of integer division. Fixes #2248. Carol (Nichols || Goulding) 2021-07-20 21:30:58 -04:00
  • db430c2985 Demonstrate how scope interacts with shadowing Carol (Nichols || Goulding) 2021-07-20 21:18:17 -04:00
  • dfc1a25a5c Add another cross-reference to the new unit type introduction Carol (Nichols || Goulding) 2021-07-20 21:10:55 -04:00
  • 96535e0e24 Introduce the unit type with tuples. Fixes #1933. Carol (Nichols || Goulding) 2021-07-20 20:52:18 -04:00
  • c6df5a6501 Reword sentence to not have numbers separated only by a comma Carol (Nichols || Goulding) 2021-07-20 20:40:40 -04:00
  • a01b23fee4 Link directly to other installation page. Fixes #1609 Carol (Nichols || Goulding) 2021-07-20 20:37:21 -04:00
  • aaf8edc0af Update ch03-03-how-functions-work.md Matt Smith 2021-07-20 20:29:58 +02:00
  • eac5531421 Merge pull request #2791 from rust-lang/ch2 Carol (Nichols || Goulding) 2021-07-19 11:08:01 -04:00
  • 809d06f24e Generate chapter 2 to send to nostarch Carol (Nichols || Goulding) 2021-07-17 20:12:17 -04:00
  • cba828634e Small wording tweaks, wrapping fixes Carol (Nichols || Goulding) 2021-07-17 21:15:25 -04:00
  • c64092ebcb Avoid a conflation of associated function with static method. Connects to #2559 Carol (Nichols || Goulding) 2021-07-17 20:54:42 -04:00
  • fea790a4ec Avoid using foo/bar, introducing too much too fast with variable-assigned-to-variable Carol (Nichols || Goulding) 2021-07-17 20:54:08 -04:00
  • 58ee7cebdf Add Deref trait to overload the deref operator in appendix table Carol (Nichols || Goulding) 2021-07-16 22:16:17 -04:00
  • dd76781573 Revise linker installation instructions. Fixes #2151. Carol (Nichols || Goulding) 2021-07-16 22:03:37 -04:00
  • f1f8b737d3 Clarify number literal type suffixes. Fixes #1979. Carol (Nichols || Goulding) 2021-07-16 21:28:48 -04:00
  • 0c79085da3 Add a note that lifetimes are coming up but aren't required Carol (Nichols || Goulding) 2021-07-15 21:11:19 -04:00
  • 7a296dc649 Zip creates an iterator, not a vector. Fixes #2762. Carol (Nichols || Goulding) 2021-07-13 22:28:11 -04:00
  • 40392517a9 Add Thai translation to the appendix. Connects to #2636 Carol (Nichols || Goulding) 2021-07-13 21:57:57 -04:00
  • 3ce0d7d506 Derive Copy and Clone for Point to match stdlib docs example; fixes #2657 Carol (Nichols || Goulding) 2021-07-13 21:49:57 -04:00
  • f19baafab8 Make the definition of Option match the stdlib's, fixes #2634 Carol (Nichols || Goulding) 2021-07-13 21:47:07 -04:00
  • 2a8defb41f Explain double quote backslash; closes #2597 Carol (Nichols || Goulding) 2021-07-13 21:45:40 -04:00
  • 07325bffbc Don't use the term 'anonymous struct' to fix #2584 Carol (Nichols || Goulding) 2021-07-13 21:40:36 -04:00
  • c032e94540 Reword a sentence to fix #2525 Carol (Nichols || Goulding) 2021-07-13 21:31:05 -04:00
  • 714f624cb2 Add Hindi translation. Connects to #2496 Carol (Nichols || Goulding) 2021-07-08 21:48:02 -04:00
  • 4921fde29a Remove unsafe Ferris designations from code. Fixes #2555 Carol (Nichols || Goulding) 2021-07-08 21:41:55 -04:00
  • b59720460d Add Traditional Chinese translation. Connects to #2470 Carol (Nichols || Goulding) 2021-07-08 21:13:04 -04:00
  • 52c2a17e73 Remove some more references to the authors field Carol (Nichols || Goulding) 2021-07-08 21:03:05 -04:00
  • f4ee51e9d9 Make Appendix E be a link Carol (Nichols || Goulding) 2021-07-08 20:53:58 -04:00
  • 4c8075d062 fix line wrapping Carol (Nichols || Goulding) 2021-07-08 20:53:06 -04:00
  • 1e6a5dd65b remove description about the authors field Vivek Vinod 2021-07-08 12:27:35 +05:30
  • 1be91682d1 remove the authors field Vivek Vinod 2021-07-08 12:26:09 +05:30
  • 17e3edebb0 remove the authors field Vivek Vinod 2021-07-08 12:25:11 +05:30
  • a90f07f1e9 Clarify ?Sized syntax. Fixes #2422. Carol (Nichols || Goulding) 2021-07-05 14:43:12 -04:00
  • ee7c5776a9 Add some notes that macros are different than functions Carol (Nichols || Goulding) 2021-07-05 14:21:52 -04:00
  • 2d605f66b3 Break up a long sentence. Fixes #2329. Carol (Nichols || Goulding) 2021-07-05 14:10:32 -04:00
  • ec5ea9615e Further clarify and make consistent the reference to deref coercion Carol (Nichols || Goulding) 2021-07-05 14:05:49 -04:00