Commit Graph

  • 0bce2485ab Add more resources to "Derive" section. Closes #34 LukeMathWalker 2024-05-22 12:04:22 +0200
  • b54b0b7023 Fix test to use &mut rather than &. Closes #30 LukeMathWalker 2024-05-22 11:11:05 +0200
  • 5bb9333ae9
    Add i32/u32 suffix for numeric literals in 04_traits/01_trait (#20) Fangyi Zhou 2024-05-22 10:04:04 +0100
  • e5eee2e83c Fix links. LukeMathWalker 2024-05-22 11:03:19 +0200
  • 9bda4eb7e0
    Check status field value after patch (#22) Jae-Won Chung 2024-05-22 05:00:51 -0400
  • 63d9ed8478
    Update 04_scoped_threads.md (#21) jw013 2024-05-22 05:00:24 -0400
  • d5f407d720
    Fix a typo in 03_ticket_v1/08_stack (#19) Fangyi Zhou 2024-05-18 16:57:02 +0100
  • 44f3260fbe
    misunderstand the implements verb (#18) taohua 2024-05-18 23:56:39 +0800
  • 1d9ba4c25c
    Fix typo in 05_ticket_v2/09_error_trait/[...] instructions (#13) Loup Federico 2024-05-18 17:54:50 +0200
  • 8c3ef6cb51
    fix spelling error (#11) Thanos 2024-05-18 18:54:24 +0300
  • f2865b25db
    Fix typo in 10_clone.md illustration (#10) Loup Federico 2024-05-18 12:03:05 +0200
  • 45c5e390c0
    Grammar typo (#7) Ernie Hershey 2024-05-17 10:59:04 -0400
  • fe189a64e4
    10_as_casting.md: fix 256 bit representation (#6) Wojtek Porczyk 2024-05-17 16:58:50 +0200
  • ee055245e5
    Merge pull request #3 from phmx/patch-1 Luca Palmieri 2024-05-17 13:29:53 +0200
  • a8ba7ddec6
    Merge pull request #4 from vrnvu/main Luca Palmieri 2024-05-17 13:29:30 +0200
  • d9b6b493e8 fixes usage valid_description Arnau Diaz 2024-05-17 11:46:20 +0200
  • 7d1d90fb37 Reword `MutexGuard` explanation. LukeMathWalker 2024-05-17 11:19:57 +0200
  • 69e7b28097
    Fix a nano-typo in 04_panics.md Maxim Philippov 2024-05-17 10:32:16 +0200
  • d698ccdc1e Clarify where the first exercise is. LukeMathWalker 2024-05-17 09:59:34 +0200
  • 9e7da6766b Add GitHub link. LukeMathWalker 2024-05-16 16:46:45 +0200
  • 17cfa531ba Don't unwrap when trying to close the writer half in 08/07 LukeMathWalker 2024-05-16 15:32:27 +0200
  • 0665cf0b25 Newlines. LukeMathWalker 2024-05-16 13:18:19 +0200
  • 95bddb12ca Add StreamExt::merge LukeMathWalker 2024-05-16 13:17:59 +0200
  • 2bbdf9ff13 Fix typo in code snippet. LukeMathWalker 2024-05-16 12:43:11 +0200
  • 2f2a2a335b Explain how to cancel a spawned future. LukeMathWalker 2024-05-16 12:43:05 +0200
  • 73e7ddf913 Explain how tokio::spawn behaves with respect to panics. LukeMathWalker 2024-05-16 10:59:59 +0200
  • e269539a42 Typo. LukeMathWalker 2024-05-16 10:42:45 +0200
  • 5d68add5ad Fix: configure and read from socket correctly in 08/05 LukeMathWalker 2024-05-16 10:14:46 +0200
  • 804b275b06 Update guidance in 08/04. LukeMathWalker 2024-05-16 10:04:49 +0200
  • f671914dfb Typo. LukeMathWalker 2024-05-16 09:20:07 +0200
  • 5fda479c96 Fix crate name. LukeMathWalker 2024-05-16 09:12:47 +0200
  • aa58dcb5ca Last chapter on async Rust LukeMathWalker 2024-05-15 20:00:48 +0200
  • 6e581440bf Explain. LukeMathWalker 2024-05-14 15:54:26 +0200
  • 28a1bb94ad Use &str rather than &String LukeMathWalker 2024-05-14 14:56:22 +0200
  • 3d534dd336 Use &str rather than &String. LukeMathWalker 2024-05-14 14:53:55 +0200
  • 933d5dd4b4 Reword. LukeMathWalker 2024-05-14 14:46:09 +0200
  • 519e5489ef Adapt GitHub landing page. LukeMathWalker 2024-05-14 14:22:34 +0200
  • 9776cb7593 Improve landing page. LukeMathWalker 2024-05-14 14:18:14 +0200
  • 3f9fc21618 Typo. LukeMathWalker 2024-05-14 11:18:04 +0200
  • b4f5a45424 Elaborate further on `Add`. LukeMathWalker 2024-05-14 11:00:59 +0200
  • ab2f0298f0 Link to Rustonomicon for struct's data layout. LukeMathWalker 2024-05-14 10:56:14 +0200
  • a91ff83a75 Link directly to `String` type. LukeMathWalker 2024-05-14 10:53:34 +0200
  • 90caadf797 Use more precise language in task assignment. LukeMathWalker 2024-05-14 10:52:46 +0200
  • 6235d8c1ed Mention that `Copy` can be derived. LukeMathWalker 2024-05-14 10:51:45 +0200
  • 2c044a2567 Fix instructions. LukeMathWalker 2024-05-14 10:05:25 +0200
  • ae7769d879 Check the implementation of Display in the tests. LukeMathWalker 2024-05-14 10:03:45 +0200
  • d9a0c025e9 Fix instructions. LukeMathWalker 2024-05-14 10:02:29 +0200
  • 602ce11299 Complete section on read-only data segment. LukeMathWalker 2024-05-13 21:10:54 +0200
  • 04c4e55b37 Fix tests LukeMathWalker 2024-05-13 21:00:43 +0200
  • 0e38fa8ca7 Fix: error type LukeMathWalker 2024-05-13 20:52:40 +0200
  • a0f3a6eaa7 Fix: `recv` returns an `Option<Ticket>` LukeMathWalker 2024-05-13 20:30:01 +0200
  • d23f48a3a9 Fix: use curly braces rather than parentheses LukeMathWalker 2024-05-13 15:30:50 +0200
  • a1a96f6457 Fix: remove unnecessary dereference. LukeMathWalker 2024-05-13 14:25:23 +0200
  • 23ca48ca9e Fix typo. LukeMathWalker 2024-05-13 14:03:49 +0200
  • 22c029fea5 Fix test. LukeMathWalker 2024-05-13 13:58:35 +0200
  • 33444dfeee Remove IntoIterator impl for &TicketStore LukeMathWalker 2024-05-13 13:49:10 +0200
  • 785c9af4be Fix typo in comment. LukeMathWalker 2024-05-13 12:51:20 +0200
  • 5edebf6cf2 100 exercises to learn Rust LukeMathWalker 2024-05-12 22:21:03 +0200