1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-07 19:14:12 +01:00

Commit Graph

  • ec3a0a99bd fix(move_semantics2): Update hint Denton24646 2022-06-18 00:02:46 -0400
  • 3549613a01 intro1 Ido Yuster 2022-06-18 14:45:09 +0300
  • fa90ef60ee
    added(move_semantics): first possible solution, but no idea how to solve it differently ;/////////// Tomasz Waszczyk 2022-06-18 01:34:18 +0200
  • 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
  • 558dacfa2b
    added(test): save Tomasz Waszczyk 2022-06-16 23:47:50 +0200
  • 099ab0b79b minor changes ostamax 2022-06-16 18:08:26 +0300
  • 905a5d7905 variables, functions, if and move_semantics problems solved ostamax 2022-06-15 18:17:22 +0300
  • 077a6bcf54 fix(errors5): Add more context to exercise description and give a stronger hint Noah Cairns 2022-06-15 09:40:30 -0400
  • b59f38da23
    added(): test commit Tomasz Waszczyk 2022-06-14 18:25:33 +0200
  • baca5d62ae
    fix: update link to book Konstantin 2022-06-13 21:30:25 +0200
  • 983a7e4621
    Update link to book Konstantin 2022-06-13 21:19:15 +0200
  • ed18c3b93d
    added(save): random save Tomasz Waszczyk 2022-06-10 17:39:11 +0200
  • df4d738af7
    added(save): just same commit Tomasz Waszczyk 2022-06-10 14:07:11 +0200
  • 653cf04741 feat variable 1 Naima 2022-06-08 18:12:01 +0200
  • e0c4149df2 feat: intro 1+2 Naima 2022-06-08 18:08:34 +0200
  • 3bdf1774da Solve enum3 Jonathan Zernik 2022-06-07 23:45:49 -0700
  • 53c7b873de Solve enum2 Jonathan Zernik 2022-06-07 23:23:35 -0700
  • 3799cd7309 Solve enum1 Jonathan Zernik 2022-06-07 23:16:39 -0700
  • 8d123939b4
    Solve structs exercises (#8) Jonathan Zernik 2022-06-07 23:15:05 -0700
  • e568210d05
    Solve primitive exercises (#7) Jonathan Zernik 2022-06-07 22:23:58 -0700
  • b19f74e8cf
    Merge pull request #1017 from rust-lang/dependabot/cargo/regex-1.5.5 diannasoreil 2022-06-07 16:12:05 +0200
  • b8a901a9ea feat: improved closure docs and exercises by using into_iter() jayber 2022-06-07 13:56:46 +0100
  • 2fd0e53365 feat: improved closure docs and exercises by using into_iter() jayber 2022-06-07 13:47:44 +0100
  • 3712439caf feat: improved closure docs and exercises by using into_iter() jayber 2022-06-07 13:39:54 +0100
  • 1b87ff5885
    Solve move semantics exercise 6 (#6) Jonathan Zernik 2022-06-07 00:24:09 -0700
  • 52f25a7b62
    Solve more move exercises (#5) Jonathan Zernik 2022-06-06 23:37:10 -0700
  • 5ee9780355
    Solve more move exercises (#4) Jonathan Zernik 2022-06-06 22:20:50 -0700
  • 5130a57f8f
    chore(deps): bump regex from 1.5.4 to 1.5.5 dependabot[bot] 2022-06-06 21:06:16 +0000
  • 84a6c64b2a
    Solved a few move exercises (#3) Jonathan Zernik 2022-06-04 22:20:55 -0700
  • 7a6b39125e
    Solve more exercises (#2) Jonathan Zernik 2022-06-04 21:26:29 -0700
  • e6da2634b2
    Finish a few exercises (#1) Jonathan Zernik 2022-06-04 20:51:02 -0700
  • 28967c8aff Finish a few exercises Jonathan Zernik 2022-06-04 20:49:22 -0700
  • 12156a017b feat: added a closure exercise to demonstrate using irrefutable patterns in closure signatures jayber 2022-06-04 18:34:12 +0100
  • 4715f7cbaa
    Merge 9894f660fce4931a42c55f0fbebaba7d6a5e52fc into dc6376788b87c4fa8c85f2784af7b185d0e6a7a8 Dominykas Djačenko 2022-06-02 06:33:04 +0900
  • e7c01506be
    Merge branch 'rust-lang:main' into main Madhan 2022-06-01 20:38:43 +0530
  • d36d7b32e5 feat: added closures exercises in closure directory jayber 2022-05-31 14:00:50 +0100
  • 600a498187 feat: added closures exercises in closure directory jayber 2022-05-30 21:51:37 +0100
  • f9a4ff3b82 feat: added closures exercises in closure directory jayber 2022-05-30 21:47:47 +0100
  • 5a52092109 docs: updated prefix comments as per requests at end of README.md in Section "Completion", i.e. I added some hopefully useful text to errors4.rs and 5 and option1.rs 2 and 3. Just attempt to do something useful for repository as first commit. jayber 2022-05-30 15:13:55 +0100
  • 7c7520362c feat: added lifetimes exercise directory and 4 lifetimes exercises, which are basically a duplication of the book section of lifetimes. Added to watch order between enums and modules, since these exercises use structs, and I didn't want to put anything between structs and enums which make sense together jayber 2022-05-30 15:08:33 +0100
  • ce6bd60deb
    Merge 9848681738e5c710a43883d1fda3aca424767f18 into dc6376788b87c4fa8c85f2784af7b185d0e6a7a8 Reece Russell 2022-05-28 00:11:03 +0000
  • 9848681738 Merge branch 'main' into Rustlings itswolv3 2022-05-28 02:10:51 +0200
  • ac54c9ded2 Inital commit of learning Rust itswolv3 2022-05-28 02:04:58 +0200
  • e3506b5bd1 complete exercise gftea 2022-05-26 20:53:08 +0200
  • d9907d7123 Merge branch 'main' of https://github.com/rust-lang/rustlings into rust-lang-main blacktoast 2022-05-26 14:55:48 +0900
  • 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
  • 12186f4a30 traits done Chris Girvin 2022-05-22 05:33:23 -0400
  • 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
  • 6ec5dc3140
    Merge pull request #1 from hanai/exercises/20220521_1 Hanai 2022-05-21 14:55:27 +0800
  • ec94598e71 exercises Hanai 2022-05-21 14:12:25 +0800
  • 6ffd13fbe2
    Merge pull request #7 from cgM82589933/day6 Chris Girvin 2022-05-20 23:58:00 -0400
  • b0e079e6bf
    Update info.toml Lucas Grigolon Varela 2022-05-20 20:26:37 -0300
  • 35cad2b17d generics1 done Chris Girvin 2022-05-20 15:36:59 -0400