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

Commit Graph

  • fc1f9f0124 Optimize reading and writing the state file mo8it 2024-08-29 01:56:45 +0200
  • 789492d1a9 The number of exercises can't be zero, but still mo8it 2024-08-29 00:32:58 +0200
  • afc320bed4 Fix error about too many open files during the final check mo8it 2024-08-29 00:17:22 +0200
  • cba4a6f9c8 Only disable links in VS code in the list mo8it 2024-08-28 01:19:53 +0200
  • 5556d42b46 Use sol_path mo8it 2024-08-28 01:10:19 +0200
  • 7d2bc1c7a4 Use a Vec for the name col padding mo8it 2024-08-28 00:56:22 +0200
  • c209c874a9 Check the exercise name length mo8it 2024-08-28 00:34:24 +0200
  • dd52e9cd72 Separate the scroll state mo8it 2024-08-27 00:03:50 +0200
  • 0f71a150ff Making code prettier :P mo8it 2024-08-26 22:03:09 +0200
  • 74388d4bf4 Only trigger write when needed mo8it 2024-08-26 04:41:26 +0200
  • e811dd15b5 Fix list on terminals that don't disable line wrapping mo8it 2024-08-26 04:29:58 +0200
  • f22700a4ec Use the correct environment variable mo8it 2024-08-26 02:43:08 +0200
  • ee25a7d458 Disable terminal links in VS-Code mo8it 2024-08-26 02:41:22 +0200
  • 594e212b8a Darker highlighting in the list mo8it 2024-08-26 00:53:42 +0200
  • 5c355468c1 File link in the list? No problem :D mo8it 2024-08-26 00:49:56 +0200
  • d1571d18f9 Only reset color and underline after link mo8it 2024-08-26 00:48:12 +0200
  • cb86b44dea LOL, swapped colors mo8it 2024-08-26 00:40:30 +0200
  • 833e6e0c92 Newline after resetting attributes mo8it 2024-08-26 00:24:39 +0200
  • 159273e532 Take stdout as argument in watch mode mo8it 2024-08-26 00:09:04 +0200
  • 631f2db1a3 Lower the maximum scroll padding mo8it 2024-08-25 23:54:18 +0200
  • a1f0eaab54 Add disallowed types and methods in Clippy mo8it 2024-08-25 23:54:04 +0200
  • b1898f6d8b Use queue instead of Stylize mo8it 2024-08-25 23:53:50 +0200
  • d29e9e7e07 Update deps mo8it 2024-08-25 20:42:13 +0200
  • 360605e284 Merge branch 'rm-ratatui' mo8it 2024-08-25 20:31:08 +0200
  • 64772544fa Final touches :D mo8it 2024-08-25 20:29:54 +0200
  • 5f4875e2ba Almost done with list mo8it 2024-08-25 19:24:12 +0200
  • fd2a8c01cb Separate drawing rows mo8it 2024-08-24 19:18:13 +0200
  • b6129ad081 Use the full length for the wide footer mo8it 2024-08-24 17:45:38 +0200
  • 28d0b0a21e Highlight selected row mo8it 2024-08-24 17:45:02 +0200
  • b779c43126 Almost done with list display mo8it 2024-08-24 17:17:56 +0200
  • 4e12725616 Don't exit the list on "to current" if nothing is selected mo8it 2024-08-24 00:23:45 +0200
  • 570bc9f32d Start list without Ratatui mo8it 2024-08-24 00:14:12 +0200
  • 47976caa69 Import Ordering mo8it 2024-08-22 14:42:17 +0200
  • f1abd8577c Add missing Clippy allows to solutions mo8it 2024-08-22 14:41:25 +0200
  • 423b50b068 Use match instead of comparison chain mo8it 2024-08-22 14:37:47 +0200
  • bedf0789f2 Always use strict Clippy when checking solutions mo8it 2024-08-22 14:25:14 +0200
  • a2d1cb3b22 Push newline after running an exercise instead on each rendering mo8it 2024-08-20 16:05:52 +0200
  • e7ba88f905 Highlight the solution file mo8it 2024-08-20 16:04:29 +0200
  • 50f6e5232e Leak info_file and cmd_runner in dev check mo8it 2024-08-20 14:47:08 +0200
  • 8854f0a5ed Use anyhow! mo8it 2024-08-20 14:32:47 +0200
  • 13cc3acdfd Improve readability mo8it 2024-08-20 13:56:52 +0200
  • 5b7368c46d Improve error message if no exercise exists mo8it 2024-08-20 13:54:20 +0200
  • 27999f2d26 Check if exercise doesn't contain tests mo8it 2024-08-20 13:49:48 +0200
  • e74f2a4274 Check for #[test] with newline at the end mo8it 2024-08-20 13:39:14 +0200
  • d141a73493 threads3: Improve the test mo8it 2024-08-20 13:35:07 +0200
  • 631f44331e Remove --show-output for tests and use --format pretty mo8it 2024-08-20 13:08:15 +0200
  • b01fddef8b Show progress of dev check mo8it 2024-08-19 23:52:22 +0200
  • 78a8553f1c "Continue at" quits the list mo8it 2024-08-19 23:29:17 +0200
  • b70c1abd7c Update deps mo8it 2024-08-19 23:28:53 +0200
  • 71f31d74bc Update deps mo8it 2024-08-17 16:57:58 +0200
  • 72e557b3a9 Break help footer on narrow terminals mo8it 2024-08-17 16:54:44 +0200
  • 3eaccbb61a Restore the terminal after an error in the list mo8it 2024-08-17 16:49:07 +0200
  • b678bd8ed2 Disable mouse in the list mo8it 2024-08-17 16:34:43 +0200
  • 2baa140615 q only quits the list mo8it 2024-08-17 15:53:34 +0200
  • e760f07767 Make it clear that reset only resets one exercise mo8it 2024-08-17 15:53:24 +0200
  • ca5d5f0a49 Remove dot for copy-pasta mo8it 2024-08-17 15:45:02 +0200
  • 69b4fd49fc Only take a u8 to avoid huge output mo8it 2024-08-17 14:59:00 +0200
  • 36f315c344 Add "the" mo8it 2024-08-17 14:56:52 +0200
  • 8016f5ca2d Remove unneeded comma mo8it 2024-08-17 14:55:58 +0200
  • 8ef2ff1257 Remove "Hello and" mo8it 2024-08-17 14:54:13 +0200
  • 6ce31defb6 Ignore stdout of git init mo8it 2024-08-17 14:40:09 +0200
  • 0b3ad9141b Add exercise lints mo8it 2024-08-16 00:24:38 +0200
  • c903db5c53 Add project lints mo8it 2024-08-16 00:15:33 +0200
  • 8a038b946c
    Merge pull request #2084 from crd477/patch-1 Mo 2024-08-16 00:12:58 +0200