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

Commit Graph

  • 177e2870c5 Edit comment mo8it 2024-04-25 16:30:01 +0200
  • 3ce3235294 Show warnings and errors in the tests mo8it 2024-04-25 16:08:07 +0200
  • c51f1b3f31 Thanks Clippy :D mo8it 2024-04-25 15:58:46 +0200
  • 8bf8b19a5d Improve output after initialization mo8it 2024-04-25 15:51:12 +0200
  • 6d1d42d2dd Try to run git init mo8it 2024-04-25 15:41:52 +0200
  • 212c82c6f6 Don't ignore .vscode/extensions.json when developing third-party exercises mo8it 2024-04-25 15:34:58 +0200
  • fcefa3d614 Name the exercises' package exercises mo8it 2024-04-25 15:33:24 +0200
  • b3b4b7d59c Update initialized .gitignore mo8it 2024-04-25 15:23:24 +0200
  • 29abaee4ec Update dep mo8it 2024-04-25 15:22:14 +0200
  • c7c8d99680 Moar responsive :P mo8it 2024-04-25 15:22:11 +0200
  • c1d28b502e Format test file :P mo8it 2024-04-25 14:51:14 +0200
  • 14fe248b4b Optimize the notify event handler mo8it 2024-04-25 14:44:12 +0200
  • 88f27a5377
    Merge pull request #1959 from rust-lang/output Mo 2024-04-25 14:43:28 +0200
  • 1f1a62d83e Raise the output capacity mo8it 2024-04-25 14:43:02 +0200
  • 428998a4cf Quicker response to file changes mo8it 2024-04-25 03:28:44 +0200
  • d26f47dddd Fix tests mo8it 2024-04-25 03:27:41 +0200
  • 2af0cd9cce Replace mode by test and strict_clippy mo8it 2024-04-25 03:25:45 +0200
  • f92d45fa68 Use write macros instead of write_fmt mo8it 2024-04-25 02:03:26 +0200
  • 67fa017742 Use os_pipe mo8it 2024-04-25 01:56:01 +0200
  • d8c2ab8349 Fix tests mo8it 2024-04-24 16:26:48 +0200
  • 0df0be8352 Update Cargo.lock mo8it 2024-04-24 16:26:34 +0200
  • 8ebd2f9df2 Update Cargo.toml files mo8it 2024-04-24 16:15:14 +0200
  • 4ef345e706 Update dependency mo8it 2024-04-24 15:58:34 +0200
  • 0a2d4dae5a Merge branch 'main' mo8it 2024-04-24 15:48:29 +0200
  • 71053101c3 Add --locked mo8it 2024-04-24 13:28:25 +0200
  • a2897cb464 enums Andrew Kushyk 2024-04-24 07:57:37 +0000
  • 0ce9697e9f structs Andrew Kushyk 2024-04-24 07:29:55 +0000
  • 7b8f60a646 moving Andrew Kushyk 2024-04-24 07:22:50 +0000
  • c6d2b533b3 vectors Andrew Kushyk 2024-04-24 07:14:41 +0000
  • db809985ae primitives Andrew Kushyk 2024-04-24 07:12:52 +0000
  • c45ba8f152 if statements Andrew Kushyk 2024-04-24 07:07:45 +0000
  • bd1949961c fun Andrew Kushyk 2024-04-24 07:04:52 +0000
  • 53fdb9044d
    Merge pull request #1955 from rust-lang/solutions Mo 2024-04-24 02:56:20 +0200
  • 8a085a0a85 Dump solution and show its path mo8it 2024-04-24 02:52:30 +0200
  • edf5762612 Preallocate path mo8it 2024-04-24 01:17:39 +0200
  • ef02c6c6ab Use the embedded info.toml in debug mode mo8it 2024-04-24 00:58:52 +0200
  • e4ee2cd548 Don't write solutions in debug mode mo8it 2024-04-24 00:48:58 +0200
  • b77007887c Write the solution file on done mo8it 2024-04-24 00:47:46 +0200
  • 2dac8e509b Refactor embedded files to add solutions mo8it 2024-04-23 19:18:25 +0200
  • e5a19a4c33 Update deps mo8it 2024-04-23 15:32:07 +0200
  • 5349f0e8d4 Add README to the quizzes directory mo8it 2024-04-23 15:32:01 +0200
  • ad8e544483 Move quizzes mo8it 2024-04-22 01:07:36 +0200
  • 86684b7fc9 Document dev commands mo8it 2024-04-22 00:45:16 +0200
  • 4ce2714da1 Add --no-git mo8it 2024-04-22 00:38:34 +0200
  • e93a99e19e Third-party exercises should be in a separate Git repo mo8it 2024-04-22 00:34:55 +0200
  • 61a84a2c11 dev init -> dev new PATH mo8it 2024-04-21 23:43:49 +0200
  • 30040d7778 Add a disclaimer to the state file mo8it 2024-04-21 23:39:44 +0200
  • e3b9124b85 Add a confirmation prompt to the init subcommand mo8it 2024-04-21 23:24:10 +0200
  • 642c3bd37e Fix the generated Cargo.toml after rustlings init mo8it 2024-04-21 20:22:01 +0200
  • 49e4a1fab0 Catch the usage of the old method mo8it 2024-04-21 19:34:55 +0200
  • 04d36996dd Update deps mo8it 2024-04-21 19:27:00 +0200
  • f1a60780b9 Rename constant mo8it 2024-04-21 19:26:19 +0200
  • d83c91edc6 Ignore all lock files but the one in root mo8it 2024-04-21 18:20:15 +0200
  • 5adf590890 feat: add exercise involving lifetime elision Simon B. Gasse 2023-10-14 11:59:49 +0200
  • ea504e6bf1 Update deps mo8it 2024-04-19 12:41:13 +0200
  • a2be6754bf Make the exercise name option for the hint subcommand mo8it 2024-04-18 17:17:39 +0200
  • daa090981a Update README mo8it 2024-04-18 17:17:21 +0200
  • aaf183142e Bring back the thanks to contributors ❤️ mo8it 2024-04-18 16:17:33 +0200
  • 7525ecd8c1
    Merge pull request #1952 from rust-lang/remove-all-contributors Mo 2024-04-18 13:12:08 +0200
  • 09d8bc83ff Remove README reference mo8it 2024-04-18 13:08:02 +0200
  • cc35a8431f Remove "All-Contributors" mo8it 2024-04-18 13:07:07 +0200
  • 819dea2500
    Merge pull request #1949 from rust-lang/third-party-exercises Mo 2024-04-18 13:02:35 +0200
  • 01e6732e4d Improve resetting mo8it 2024-04-18 12:41:17 +0200
  • f04089b8bc Only take a reference mo8it 2024-04-18 11:40:54 +0200