Commit Graph

  • 3e7e65b9f0
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-14 16:29:50 +0000
  • 20024d40c5 feat(iterators): update hint comments mokou 2022-07-14 18:29:09 +0200
  • 251d0dda34 feat(iterators4): add factorial of zero test Paulo Gabriel Justino Bezerra 2022-01-13 18:11:52 -0300
  • 3c63ef0668 fix(iterators3): insert todo!() into divide() to compile without error Ryosuke YASUOKA 2022-01-14 00:26:46 +0900
  • cf9629cb0e feat: move box/arc behind iterators mokou 2022-07-14 18:17:23 +0200
  • 016d718a28 feat(tests): add hint comments mokou 2022-07-14 18:15:47 +0200
  • 98b8d3f17d feat(traits): add hint comments mokou 2022-07-14 18:14:41 +0200
  • 5979d408a9 feat: move generics3 to be quiz3 mokou 2022-07-14 18:11:18 +0200
  • d61f79595a feat(generics): add hint comments mokou 2022-07-14 18:11:05 +0200
  • 69b07b2571
    Merge pull request #1052 from rust-lang/all-contributors/add-nacairns1 liv 2022-07-14 18:04:05 +0200
  • 537abe273a
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-14 16:03:58 +0000
  • b2c82d9018
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-14 16:03:57 +0000
  • 9f44550cdc
    Merge pull request #1051 from rust-lang/all-contributors/add-icecream17 liv 2022-07-14 18:03:24 +0200
  • 34c8833d06
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-14 16:03:15 +0000
  • 5d02f6e516
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-14 16:03:14 +0000
  • c34e2adcbb feat(errors): Improve comments and hints mokou 2022-07-14 18:02:33 +0200
  • 5e1ca4b995 fix(errors5): improve exercise instructions Noah Cairns 2022-06-15 09:40:30 -0400
  • 582320aded chore(errors1): use `is_empty()` instead of `len() > 0` Steven nguyen 2022-02-08 17:46:22 -0600
  • b71feed824 feat(options): add hint comments mokou 2022-07-14 17:53:42 +0200
  • 06e4fd3765 feat(options1): rewrite to remove array stuff mokou 2022-07-14 17:53:27 +0200
  • b644558c19 fix: rename option to options mokou 2022-07-14 17:34:50 +0200
  • 472d7944f9 fix(quiz2): add hint comment mokou 2022-07-14 17:30:04 +0200
  • c64b340622 feat: rework quiz2 mokou 2022-07-14 13:16:32 +0200
  • f443f4e7b3 feat: move quiz2 to be strings4 mokou 2022-07-14 13:01:40 +0200
  • ab8572e15b fix(hashmaps): adjust hint comments mokou 2022-07-14 12:58:28 +0200
  • 1e54bc61e8 feat: Add hashmap3 exercise. Sateesh Basavaraju 2021-06-04 16:09:12 +0530
  • fe54d0f85b fix(modules): adjust hint comments mokou 2022-07-14 12:35:49 +0200
  • c1ed6b10fe feat(strings): add strings3 mokou 2022-07-14 12:31:28 +0200
  • f5e4c16eed feat(strings): move before modules mokou 2022-07-14 12:18:21 +0200
  • 2f69f21f39
    Merge pull request #1050 from rust-lang/all-contributors/add-YsuOS liv 2022-07-14 12:12:40 +0200
  • c92de1f8a6
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-14 10:12:33 +0000
  • 0ddb997076
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-14 10:12:32 +0000
  • c6bc97adc1 feat(enums3): add hint comment, remove enums1 hint mokou 2022-07-14 12:11:38 +0200
  • d0e8efd19e feat(enums3): Add hint Ryosuke YASUOKA 2022-01-09 19:30:31 +0900
  • ed6d541d66
    Merge pull request #1049 from rust-lang/all-contributors/add-camperdue42 liv 2022-07-14 12:06:13 +0200
  • 62578269eb
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-14 10:06:04 +0000
  • 8fe02d33a9
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-14 10:06:03 +0000
  • 886d599c96 fix(structs): add hint comments mokou 2022-07-14 12:04:54 +0200
  • 4531c21bf1 fix(structs3): Add panic! statement into structs3 camperdue42 2021-12-31 01:05:34 -0500
  • 4dffa0d10d fix(structs1): rename to unit-like struct mokou 2022-07-14 12:00:46 +0200
  • 19bec50399 feat(structs1): convert structs to use i32 types mokou 2022-07-14 11:59:29 +0200
  • 2e62505143 feat(move_semantics): finish updating comments mokou 2022-07-12 15:43:26 +0200
  • 16ff57bbff fix(move_semantics2): clarify referencing exdx 2022-07-12 15:26:55 +0200
  • bb0cf92b8b feat(move_semantics): clarify some hints mokou 2022-07-12 15:25:31 +0200
  • 7452d0d603 fix(primitive_types): clean up mokou 2022-07-12 15:22:01 +0200
  • 3c4c9c54c9 feat: remove collections to hashmaps mokou 2022-07-12 15:18:05 +0200
  • 2f7fd51304 feat: move vec exercises into their own folder mokou 2022-07-12 15:16:25 +0200
  • 8e1f617d34 feat(vec): update vec exercises mokou 2022-07-12 15:05:47 +0200
  • 7af12ba9aa feat(primitive_types): fixups mokou 2022-07-12 14:54:12 +0200
  • 6020ec1fe2 feat: reorder vec and primtypes before moving mokou 2022-07-12 14:53:56 +0200
  • 5812f1f27b fix(if2): Rename if2 exercise function to foo_if_fizz. Adam Sherwood 2022-02-20 16:15:56 +0100
  • 4868d18ea3 feat(if): replace hints mokou 2022-07-12 11:10:08 +0200
  • 742fb08e01 feat(functions): more small fixes mokou 2022-07-12 11:08:29 +0200
  • 093a525450 fix(functions): clarify README wording mokou 2022-07-11 14:00:12 +0200
  • b3ec8fe022 chore: Tweak punctuation in variables6.rs hint Cooper Gillan 2022-02-25 02:35:43 +0000
  • 9688609d08 chore: Update variables6.rs hint book link, wording Cooper Gillan 2022-02-25 02:33:45 +0000
  • 60410cfd2e fix(variables5): Add nudge for shadowing variable gavin 2022-02-20 10:53:51 +0530
  • 81edc4234f fix(variables): reorder and redo hint texts mokou 2022-07-11 13:43:41 +0200
  • c3c21ad91f fix(intro): clarify hint usage mokou 2022-07-11 13:35:16 +0200
  • 9ed4b0683e fix(intro1): link to exercise file in hint mokou 2022-07-11 13:20:18 +0200
  • 0ded8a90c0 feat(intro1): add more hints mokou 2022-07-11 13:19:19 +0200
  • 0aee54a82b chore: unify hint language use mokou 2022-07-11 13:12:47 +0200
  • ed0f278a8f chore: remove mod.rs files and exercises feature mokou 2022-07-11 12:53:49 +0200
  • bf69145bb9
    Merge pull request #1048 from rust-lang/all-contributors/add-Drew-Morris liv 2022-07-11 11:59:41 +0200
  • 1caa388e92
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-11 09:59:33 +0000
  • 11618b65c0
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-11 09:59:32 +0000
  • a475e09cfc
    Merge pull request #1044 from Drew-Morris/main liv 2022-07-11 11:59:13 +0200
  • fba79ea793
    Merge pull request #1047 from rust-lang/all-contributors/add-KatanaFluorescent liv 2022-07-11 11:58:41 +0200
  • 440138af84
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-11 09:58:19 +0000
  • 8835034bd2
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-11 09:58:18 +0000
  • 5fbf28dfec
    Merge pull request #1038 from KatanaFluorescent/main liv 2022-07-11 11:57:59 +0200
  • 2a12df4591
    Merge pull request #1046 from rust-lang/all-contributors/add-0pling liv 2022-07-11 11:54:56 +0200
  • 995ba213e2
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-11 09:53:39 +0000
  • f73aec1a63
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-11 09:53:38 +0000
  • 08e3cf494b
    Merge pull request #1034 from 0pling/main liv 2022-07-11 11:53:20 +0200
  • 36c43cb839
    Merge pull request #1045 from rust-lang/all-contributors/add-klkl0808 liv 2022-07-11 11:52:12 +0200
  • c9e0d53ed2
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-07-11 09:51:31 +0000
  • c38d75481e
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-11 09:51:30 +0000
  • 612ae8b8f7
    Merge pull request #1024 from klkl0808/patch-2 liv 2022-07-11 11:51:13 +0200
  • df68d1a86e chore: Update spacing in Cargo.toml Drew Morris 2022-07-09 16:50:57 -0600
  • a500ed2c3c
    change edition to 2021 in exercices.rs KatanaFluorescent 2022-07-01 16:49:36 +0200
  • 6588d9be22 chore: bump version mokou 2022-07-01 16:48:34 +0200
  • be3944072c docs: Add missing exercise to book chapter mapping 0pling 2022-06-26 10:27:18 +0800
  • d27f5a7d41
    Merge pull request #1028 from rust-lang/all-contributors/add-jackos liv 2022-06-17 13:01:17 +0200
  • e48f634f34
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-06-17 11:01:04 +0000
  • 23403546d2
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-06-17 11:01:03 +0000
  • 294ef8d92c
    Merge pull request #1026 from jackos/rust-analyzer-fix liv 2022-06-17 13:00:44 +0200
  • be87cc9fa6 Add lsp command to fix rust-analyzer Jack Clayton 2022-06-16 11:53:41 +0800
  • baca5d62ae
    fix: update link to book Konstantin 2022-06-13 21:30:25 +0200
  • b19f74e8cf
    Merge pull request #1017 from rust-lang/dependabot/cargo/regex-1.5.5 diannasoreil 2022-06-07 16:12:05 +0200
  • 5130a57f8f
    chore(deps): bump regex from 1.5.4 to 1.5.5 dependabot[bot] 2022-06-06 21:06:16 +0000
  • dc6376788b
    Merge pull request #1007 from rust-lang/all-contributors/add-bufo24 diannasoreil 2022-05-23 15:57:21 +0200
  • ffb6ecaf7e
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-05-23 13:57:00 +0000
  • 34a3c440d0
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-05-23 13:56:59 +0000
  • 386257a06e
    Merge pull request #1006 from bufo24/fix-typo-in-info.toml diannasoreil 2022-05-23 15:56:42 +0200
  • 0bdb5207b5
    typo fix in hint message if2 Jesse van Papenrecht 2022-05-22 18:56:26 +0200
  • 5615dd9e7d
    Merge pull request #1003 from rust-lang/all-contributors/add-lucasgrvarela diannasoreil 2022-05-21 16:30:22 +0200
  • 439a07445e
    docs: update .all-contributorsrc [skip ci] allcontributors[bot] 2022-05-21 14:30:14 +0000
  • fedabf5f7f
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-05-21 14:30:12 +0000
  • fdc3eb3b4e
    Merge pull request #1002 from lucasgrvarela/patch-1 diannasoreil 2022-05-21 16:29:51 +0200