Commit Graph

  • bbf9d15391 resolve options horaoen 2023-12-29 14:11:32 +08:00
  • 0cbbe09cc6 finish hashmap and quiz2 horaoen 2023-12-28 16:54:22 +08:00
  • 06323fedad
    Fix exercise bug in quiz2.rs yvf 2023-12-27 15:52:34 -05:00
  • 4bd2ca16c4 update horaoen 2023-12-27 18:12:03 +08:00
  • 18509cba3f quiz1 done Artur Zinurov 2023-12-26 20:58:35 -06:00
  • bae67e341a
    Merge pull request #1 from ArturZinurov/if-exercises Artur Zinurov 2023-12-26 20:27:33 -06:00
  • a7281c3016 if complete Artur Zinurov 2023-12-26 20:09:19 -06:00
  • c8565b1c0f section 3 Xiaokang Xin 2023-12-24 12:41:17 -08:00
  • 91cdb8b6df section 2 Xiaokang Xin 2023-12-24 12:00:55 -08:00
  • 414e6731ce section 0 and 1 Xiaokang Xin 2023-12-24 11:44:41 -08:00
  • 28750893c1
    Merge 7a6c4399395d5e1f3926c0650c18464fed5ad670 into 88b583f2bbf4d7a668db6d83964af5470c93e516 Hudson C. Dalprá 2023-12-23 09:57:03 +00:00
  • 7a6c439939
    chore(box1): moved main to tests module Hudson C. Dalpra 2023-12-23 22:53:41 +13:00
  • cac63c180d Add variants to Message enum Rock070 2023-12-23 11:47:10 +08:00
  • 73d43b3f90 Add message types to enum Rock070 2023-12-23 11:38:47 +08:00
  • b480c57095 Refactor is_international and get_fees methods in Package struct Rock070 2023-12-23 11:38:04 +08:00
  • aea00abd1c Update order creation in structs2.rs Rock070 2023-12-23 11:31:19 +08:00
  • 853394ec14 Add color struct definitions and instantiate structs Rock070 2023-12-23 11:18:37 +08:00
  • 5baa7c2d62 fix(installation): cargo path in devcontainer commands Matthias Richter 2023-11-18 23:46:43 +01:00
  • b0ddf4d704 fix(installation): avoid additional repository cloning in devcontainer setup Matthias Richter 2023-11-18 04:26:19 +01:00
  • dbcdeec5d4 feat(installation): add option to disable cloning the repository at install Matthias Richter 2023-11-18 04:19:56 +01:00
  • a54818ef45 functions done Artur 2023-12-20 21:49:05 -06:00
  • 5453fad991 docs: sort exercise to book chapter mapping by exercise Paul Leydier 2023-12-18 21:16:18 -05:00
  • 69539ece49 Auf Branch learning_rust Zum Commit vorgemerkte Änderungen: geändert: exercises/00_intro/intro1.rs geändert: exercises/00_intro/intro2.rs geändert: exercises/01_variables/variables1.rs geändert: exercises/01_variables/variables2.rs geändert: exercises/01_variables/variables3.rs geändert: exercises/01_variables/variables4.rs geändert: exercises/01_variables/variables5.rs geändert: exercises/01_variables/variables6.rs geändert: exercises/02_functions/functions1.rs geändert: exercises/02_functions/functions2.rs geändert: exercises/02_functions/functions3.rs geändert: exercises/02_functions/functions4.rs geändert: exercises/02_functions/functions5.rs geändert: exercises/03_if/if1.rs geändert: exercises/03_if/if2.rs geändert: exercises/03_if/if3.rs geändert: exercises/04_primitive_types/primitive_types1.rs geändert: exercises/04_primitive_types/primitive_types2.rs geändert: exercises/04_primitive_types/primitive_types3.rs geändert: exercises/04_primitive_types/primitive_types4.rs geändert: exercises/04_primitive_types/primitive_types5.rs geändert: exercises/04_primitive_types/primitive_types6.rs geändert: exercises/05_vecs/vecs1.rs geändert: exercises/05_vecs/vecs2.rs geändert: exercises/06_move_semantics/move_semantics1.rs geändert: exercises/06_move_semantics/move_semantics2.rs geändert: exercises/06_move_semantics/move_semantics3.rs geändert: exercises/06_move_semantics/move_semantics4.rs geändert: exercises/06_move_semantics/move_semantics5.rs geändert: exercises/06_move_semantics/move_semantics6.rs geändert: exercises/07_structs/structs1.rs geändert: exercises/07_structs/structs2.rs geändert: exercises/quiz1.rs neue Datei: rustlings Eugen 2023-12-19 01:10:51 +01:00
  • 778452a921 Refactor function parameters in move_semantics6.rs Rock070 2023-12-17 16:37:19 +08:00
  • 1a956075a0 Refactor mutable borrowing in move_semantics5.rs Rock070 2023-12-17 16:25:54 +08:00
  • d1a3ab5c54 Refactor fill_vec function to create and fill the Vec internally Rock070 2023-12-17 16:20:42 +08:00
  • a898c058fc Refactor fill_vec function to accept a mutable reference Rock070 2023-12-17 16:17:24 +08:00
  • 1c51ad049f Refactor fill_vec function to take a mutable reference to vec Rock070 2023-12-17 16:00:15 +08:00
  • 4fd794e942 Refactor fill_vec to take a mutable reference to vec Rock070 2023-12-17 15:53:22 +08:00
  • 51775de8dc Fix multiplication logic in vec_loop and vec_map functions Rock070 2023-12-17 15:42:04 +08:00
  • 9be3488d41 intro and variables done Artur 2023-12-17 00:59:14 -06:00
  • 294c97b9fc Declare vector using macro in vecs1.rs Rock070 2023-12-17 00:06:16 +08:00
  • 86d4b548b7 Fix function signatures and logic Rock070 2023-12-17 00:03:00 +08:00
  • 8de470b723 Update call_me function to accept a parameter Rock070 2023-12-17 00:02:56 +08:00
  • d417017f6c Fix parameter type in call_me function Rock070 2023-12-17 00:02:51 +08:00
  • 33a8b24bc5 Add call_me function to print "Hello World!" Rock070 2023-12-17 00:02:42 +08:00
  • 9b5b8d6fe2 Merge remote-tracking branch 'upstream/main' into update-folders asif256000 2023-12-15 12:52:49 +05:30
  • 6b5afab4cd Adapt new Folder Structure asif256000 2023-12-15 12:43:03 +05:30
  • fd60a1266f new changes Faiizan Hussain 2023-12-14 22:34:30 +00:00
  • fa29595ab2 Update variable initialization and type declaration Rock070 2023-12-15 02:09:11 +08:00
  • 30dbdbe55e Update variable initialization in main function Rock070 2023-12-15 02:09:08 +08:00
  • 92ce842ad2 Fix variable assignment in main function Rock070 2023-12-15 01:59:56 +08:00
  • b4779c5ea1 Fix printline to println in intro2.rs Rock070 2023-12-15 01:59:53 +08:00
  • 8fea9a43ab Remove unfinished code in intro1.rs Rock070 2023-12-15 01:59:49 +08:00
  • 0d87ae2109 🦀 Traits Solved asif256000 2023-12-14 16:43:26 +05:30
  • 1b1ac2fbb2 docs/better-base-url Radu Gafita 2023-12-09 00:25:20 +02:00
  • f35f63fa57
    Remove confusing aside in 23_conversions/from_str.rs NicolasRoelandt 2023-12-08 17:52:21 +00:00
  • 81fb80a1cd Generics Pierre Pasquet 2023-12-04 16:29:00 -05:00
  • e964ca9e65
    Merge pull request #3 from ppasquet/catchup Pierre Pasquet 2023-12-04 16:05:29 -05:00
  • 623266d846 Catching up Pierre Pasquet 2023-12-04 16:05:00 -05:00
  • 5bd2852ee5
    feat: add refcell1 exercise denton 2023-11-18 17:45:20 -05:00
  • 519c6d5744 init Pierre Pasquet 2023-12-01 13:56:37 -05:00
  • e2a53eaeed New Exercises resolved Faiizan Hussain 2023-12-01 17:39:37 +00:00
  • 1a81f21756 update instructions to mention summing Diego Moura 2023-11-30 18:39:43 -05:00
  • 06e5fd8ae2 02_Functions Exercises completed! Faiizan Hussain 2023-11-30 19:50:08 +00:00
  • ccd816d57f Variables exercise completed Faiizan Hussain 2023-11-30 19:41:07 +00:00
  • 88b583f2bb
    Merge pull request #1793 from rust-lang/all-contributors/add-bastianpedersen liv 2023-11-29 17:39:57 +01:00
  • 8863855627
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2023-11-29 16:39:44 +00:00
  • 5bbdb3d5ba
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2023-11-29 16:39:43 +00:00
  • 9f4b5566db
    Merge pull request #1769 from bastianpedersen/patch-1 liv 2023-11-29 17:39:28 +01:00
  • f97f4bc4f1
    Merge pull request #1792 from rust-lang/all-contributors/add-neuschaefer liv 2023-11-29 17:34:16 +01:00
  • 3e7f1e3ff2
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2023-11-29 16:33:59 +00:00
  • 4b80097817
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2023-11-29 16:33:58 +00:00
  • 7f530ebf20
    Merge pull request #1783 from neuschaefer/fe-nish liv 2023-11-29 17:33:41 +01:00
  • 11e74147ae
    Merge pull request #1791 from rust-lang/all-contributors/add-matthri liv 2023-11-29 17:20:27 +01:00
  • 5d78a2f103
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2023-11-29 16:10:38 +00:00
  • 194e0b951d
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2023-11-29 16:10:37 +00:00
  • 369a3d3678
    Merge pull request #1775 from matthri/update-notify-v6 liv 2023-11-29 17:10:21 +01:00
  • 7fb4acf21a
    Merge pull request #47 from akshitgautam42/ex-47 Akshit Gautam 2023-11-28 20:55:25 +05:30
  • 3093615013 ex 47 akshitgautam42 2023-11-28 20:53:51 +05:30
  • a204d16f3f rust execise Pu, Yiyu 2023-11-28 16:43:06 +08:00
  • fa3ba3f4d1 60% done NilkantRk 2023-11-27 13:05:42 +05:30
  • a518fda83a Esercizi risolti 33/96 Marco Cauzzi 2023-11-25 16:50:22 +01:00
  • 21b1e6ecf8 fix(move_semantics): removed unused mut parnavh 2023-11-22 22:06:17 +05:30
  • c0a9d3d8ae are we rust yet jame 2023-11-21 20:58:04 -08:00
  • 12d1bf407a feat(watch): Add red color to the finishing ferris J. Neuschäfer 2023-11-22 01:40:01 +01:00
  • 5c4821ac6f fix(watch): Fix rendering of the finishing ferris J. Neuschäfer 2023-11-22 01:45:19 +01:00
  • 8bfe2ec71e Fix all_fruits_types_in_basket to fail if all fruit kinds are not included Daniel Somerfield 2023-11-21 14:02:26 -08:00
  • 6f9b84722d
    Merge branch 'main' into examples Sam 2023-11-20 12:35:32 +03:00
  • 2657ce8752 hashmaps and quiz ext-daniyalov-dg 2023-11-20 11:59:50 +03:00
  • adf7d1b975 chore(watch): update notify dependency to v6 Matthias Richter 2023-11-15 23:17:40 +01:00
  • 14e423fe53
    Merge pull request #1770 from a-rustacean/revert-1761-all-contributors/add-sarupbanskota liv 2023-11-16 18:16:46 +01:00
  • a49f231b5d
    Merge pull request #1768 from adwsingh/main liv 2023-11-16 18:12:34 +01:00
  • 49cb2480e7 made some tasks ext-daniyalov-dg 2023-11-16 10:10:52 +03:00
  • ee3cf3cb60
    Merge pull request #46 from akshitgautam42/Ex-46 Akshit Gautam 2023-11-14 23:25:47 +05:30
  • 569db57eff Exercise 46 akshitgautam42 2023-11-14 23:23:52 +05:30
  • 70f472484f docs: revert fancy install aliases liv 2023-11-14 15:49:52 +01:00
  • 77b687d501 fix(enums) make enum variants more consistent Matthias Richter 2023-11-14 08:19:15 +01:00
  • 9208d40f61
    Merge pull request #45 from akshitgautam42/Ex-45 Akshit Gautam 2023-11-14 09:10:46 +05:30
  • 0f629a47a5
    fix broken link in windows installation instructions jbouganim-parallel 2023-11-13 17:30:38 -08:00
  • 007f5672c7 Exercise 45 akshitgautam42 2023-11-13 21:42:59 +05:30
  • 262d8836bf
    Merge pull request #44 from akshitgautam42/Ex-44 Akshit Gautam 2023-11-13 21:28:41 +05:30
  • b6c62b8b6c
    Merge pull request #43 from akshitgautam42/Ex-43 Akshit Gautam 2023-11-13 21:28:11 +05:30
  • 8cd0cda6b8 Exercise 44 akshitgautam42 2023-11-13 21:27:11 +05:30
  • 19aedb6468 Exercise 43 akshitgautam42 2023-11-13 21:24:51 +05:30
  • 4a2882082f
    Merge pull request #42 from akshitgautam42/Ex-42 Akshit Gautam 2023-11-13 19:41:28 +05:30
  • e5edb6b87e
    Merge pull request #41 from akshitgautam42/Ex-41 Akshit Gautam 2023-11-13 19:41:00 +05:30
  • 9fde4eed00 Exercise 42 akshitgautam42 2023-11-13 19:34:42 +05:30
  • 61f082a6e3 Exercise 41 akshitgautam42 2023-11-13 19:31:35 +05:30
  • 5547b649a2
    Merge pull request #40 from akshitgautam42/Ex-40 Akshit Gautam 2023-11-13 18:16:47 +05:30