Commit Graph

  • 7cabbab580
    Merge pull request #1056 from rust-lang/all-contributors/add-Jzow liv 2022-07-15 13:49:25 +0200
  • 9329c51df0
    docs: update .all-contributorsrc [skip ci] all-contributors/add-Jzow allcontributors[bot] 2022-07-15 11:49:09 +0000
  • bda4d548b4
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-15 11:49:08 +0000
  • 1cc5df0e14 feat: add github actions config James Zow 2022-07-15 13:46:03 +0200
  • a0b3156347
    Merge pull request #1055 from rust-lang/all-contributors/add-exdx liv 2022-07-15 13:29:53 +0200
  • c9332062ce
    docs: update .all-contributorsrc [skip ci] all-contributors/add-exdx allcontributors[bot] 2022-07-15 11:29:45 +0000
  • b71429bef0
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-15 11:29:44 +0000
  • a3b5278b42 feat: add threads3.rs exercise exdx 2022-07-15 13:28:49 +0200
  • a3c4c1ccb4 fix: re-add missing done comments mokou 2022-07-15 13:24:11 +0200
  • a6e86fc995 doc: update readme mokou 2022-07-15 13:22:29 +0200
  • 0784f54141 doc: update contributing mokou 2022-07-15 12:57:54 +0200
  • b609f0431c feat: remove advanced_errs mokou 2022-07-15 12:51:12 +0200
  • 4bebdb5f02 feat(as_ref_mut): add AsMut section mokou 2022-07-15 12:50:01 +0200
  • 81d25aecff feat(try_from_into): add hint comments mokou 2022-07-15 12:49:49 +0200
  • 74f44f55e3 feat(conversions): add hint comments mokou 2022-07-15 12:34:10 +0200
  • 8cfedb1673 feat(clippy): add clippy3 mokou 2022-07-15 12:28:47 +0200
  • 7fc393bed4 chore: remove quiz4 mokou 2022-07-15 12:13:40 +0200
  • d3a335bc64 feat(macros): add hint comments mokou 2022-07-15 12:05:26 +0200
  • 636c8ac03d
    Merge pull request #1054 from rust-lang/all-contributors/add-jaystile liv 2022-07-15 12:01:56 +0200
  • b1f82890c9
    docs: update .all-contributorsrc [skip ci] all-contributors/add-jaystile allcontributors[bot] 2022-07-15 10:01:49 +0000
  • 7b371afc06
    docs: update AUTHORS.md [skip ci] allcontributors[bot] 2022-07-15 10:01:48 +0000
  • f99eafc56f fix(threads): add hint comments mokou 2022-07-15 11:59:53 +0200
  • b4f52cb937 feat: Adding threads1.rs with a focus on JoinHandles and waiting for spawned threads to finish. Moved the original threads1.rs to threads2.rs with the focus on the Mutex and modifying shared data. #892 jaystile 2021-12-23 06:19:39 -0800
  • aa472f702e
    Merge pull request #1053 from rust-lang/all-contributors/add-pgjbz liv 2022-07-14 18:30:20 +0200
  • 09ccadeec6
    docs: update .all-contributorsrc [skip ci] all-contributors/add-pgjbz allcontributors[bot] 2022-07-14 16:29:51 +0000
  • 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] all-contributors/add-nacairns1 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] all-contributors/add-icecream17 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] all-contributors/add-YsuOS 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] all-contributors/add-camperdue42 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] all-contributors/add-Drew-Morris 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] all-contributors/add-KatanaFluorescent 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] all-contributors/add-0pling 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