Commit graph

  • 58a08cd5e8
    Merge 59e8f70e55 into 4e4b65711a #2043 Kacper Poneta 2024-09-18 09:19:24 +0300
  • 4e4b65711a Only handle file changes for the current exercise, no jumping back main mo8it 2024-09-18 01:44:13 +0200
  • 89c40ba256 Optimize the file watcher mo8it 2024-09-18 01:43:48 +0200
  • e56ae6d651 Update deps mo8it 2024-09-17 23:33:48 +0200
  • 64b2f18d92
    Merge pull request #2103 from senekor/senk/kvuzvzqqkskk Mo 2024-09-16 12:56:28 +0200
  • 2894f3c45c
    Merge pull request #2110 from senekor/remo/skkynvtqxkoz Mo 2024-09-16 12:54:20 +0200
  • 1bae2dcb00
    Merge pull request #2109 from bri-rose/main Mo 2024-09-14 23:52:54 +0200
  • b540c6df25 Make if2 less confusing #2110 Remo Senekowitsch 2024-09-14 09:48:26 +0200
  • 8b476e678a
    Update info.toml #2109 bri-rose 2024-09-13 10:23:05 -0500
  • 47f8a0cbe5 Add rust-analyzer.toml on dev new mo8it 2024-09-13 16:39:28 +0200
  • 9459eef032 Use Clippy with Rust-Analyzer mo8it 2024-09-13 16:38:53 +0200
  • 5aaa8924a6 <s>earch isn't a typo mo8it 2024-09-13 15:07:53 +0200
  • 4ffce1c297 Move lint to Rust lints mo8it 2024-09-13 14:59:34 +0200
  • 0513660b05 Allow dead code for all exercises and solutions mo8it 2024-09-13 14:56:46 +0200
  • 3947c4de28 Pause input while running an exercise mo8it 2024-09-12 17:45:42 +0200
  • 664228ef8b Improve quit message mo8it 2024-09-12 16:34:33 +0200
  • 234a61a3ee Update deps mo8it 2024-09-12 15:40:21 +0200
  • 83d1275d72 Add missing # in comment mo8it 2024-09-12 14:10:50 +0200
  • 45abd7d59e
    Merge pull request #2107 from alibektas/ratoml_for_rustlings Mo 2024-09-12 15:49:31 +0200
  • 88e10a9e54 hardcode ratoml in init.rs #2107 Ali Bektas 2024-09-12 15:46:09 +0200
  • 1f624d4c2a Add rust-analyzer.toml file Ali Bektas 2024-09-12 15:26:40 +0200
  • 9f15c1bfee
    fix: showing unnecessary x is never used warnings #2106 Hussain 2024-09-12 03:07:13 +0300
  • 6216092182
    fix: showing unnecessary x is never used warnings #2105 Hussain 2024-09-12 03:06:46 +0300
  • 9a25309c1c Remove redundant enum definition task #2103 Remo Senekowitsch 2024-09-11 16:47:27 +0200
  • 3db2018b56 Pending changes exported from your codespace #2101 Khush Ramani 2024-09-08 17:44:12 +0000
  • 2b7caf6fcb Too polite :P mo8it 2024-09-06 16:36:36 +0200
  • 938500fd2f Fix dev check in official repo mo8it 2024-09-06 16:35:12 +0200
  • 2d26358602 Use the thread builder and handle the spawn error mo8it 2024-09-06 15:40:25 +0200
  • 9faa5d3aa4 Avoid asking for terminal size on each rendering mo8it 2024-09-05 17:45:27 +0200
  • bcc2a136c8 Add error message when unable to get terminal size mo8it 2024-09-05 17:37:34 +0200
  • dcad002057 Only render when needed mo8it 2024-09-05 17:32:59 +0200
  • 51b8d2ab25 Remove unused import mo8it 2024-09-05 17:23:56 +0200
  • aa3eda70e5 Simplify handling terminal events for unbuffered stdin mo8it 2024-09-05 17:12:26 +0200
  • 2d0860fe1b Hide input and disable its line buffering mo8it 2024-09-05 02:11:19 +0200
  • 17877366b7 Update deps mo8it 2024-09-05 01:55:31 +0200
  • 5eb3dee59c Create solution even if the solution's directory is missing mo8it 2024-09-05 00:21:24 +0200
  • 48c8a43370 rustlings #2100 Linny 2024-09-04 10:34:16 +0800
  • 247bd19f93 Canonicalize exercise paths only once mo8it 2024-09-04 02:19:45 +0200
  • e5ed115288 Match filter once mo8it 2024-09-04 01:20:48 +0200
  • 03baa471d9 Simplify handling p in list mo8it 2024-09-04 01:07:08 +0200
  • da8b3d143a Final touches to searching mo8it 2024-09-04 01:05:30 +0200
  • 20616ff954
    Merge pull request #2098 from frroossst/main Mo 2024-09-04 00:40:22 +0200
  • f463cf8662 passes clippy lints and removed extra code from the merge #2098 Adhyan 2024-09-03 15:10:44 -0600
  • e9879eac91 merge of origin/main Adhyan 2024-09-03 15:04:45 -0600
  • 47148e78a3 replaced enumerate() with position(); converted select_if_matches_search_query to apply_search_query Adhyan 2024-09-03 15:03:25 -0600
  • fea917c8f2 removed unnecessary update_rows() call and minor refactoring Adhyan 2024-09-03 14:52:09 -0600
  • 948e16e3c7 moved continue to end of if-block Adhyan 2024-09-03 14:40:24 -0600
  • 1e7fc46406 Merge branch 'main' of https://github.com/frroossst/rustlings Adhyan 2024-09-02 11:02:21 -0600
  • 71494264ca fixed clippy lints Adhyan 2024-09-02 11:02:17 -0600
  • 3125561474
    Merge branch 'rust-lang:main' into main Adhyan H. Patel 2024-09-02 12:00:22 -0500
  • abf1228a0a search now filters the list first Adhyan 2024-09-02 10:59:23 -0600
  • 547a9d947b escape/enter no longer exits the list, exits only the search Adhyan 2024-09-02 10:45:45 -0600
  • 4c80d7b8ad
    WIP Closures1 #2099 junderw 2024-09-02 23:26:39 +0900
  • f696d98270
    Merge pull request #2097 from jsejcksn/ux Mo 2024-09-02 14:20:18 +0200
  • 44ab7f995d Merge branch 'main' of https://github.com/frroossst/rustlings Adhyan 2024-09-01 19:05:28 -0600
  • 92a1214dcd passes clippy lints Adhyan 2024-09-01 19:05:23 -0600
  • 388f8da97f removed debug statements Adhyan 2024-09-01 19:03:33 -0600
  • e96623588c
    Merge branch 'rust-lang:main' into main Adhyan H. Patel 2024-09-01 19:57:35 -0500
  • e1e316b931 Merge branch 'main' of https://github.com/frroossst/rustlings Adhyan 2024-09-01 18:56:52 -0600
  • c4fd29541b added a way to search through list, ref #2093 Adhyan 2024-09-01 18:52:26 -0600
  • a8b13f5a82 Remove "exercises" from the end of the progress bar mo8it 2024-09-01 22:04:09 +0200
  • 86fc573d7a Remove the footer separators mo8it 2024-09-01 22:02:07 +0200
  • f82e47f2af style: reduce pre-formatted message line lengths to 80 columns #2097 Jesse Jackson 2024-09-01 14:48:28 -0500
  • 75a38fa38b Add search to the help footer mo8it 2024-09-01 20:44:19 +0200
  • ac62a3713c Fix typo mo8it 2024-09-01 20:31:09 +0200
  • 5d0e2741ab Deploying to gh-pages from @ rust-lang/rustlings@ea52c99560 🚀 gh-pages mo8it 2024-08-31 03:27:52 +0000
  • ea52c99560
    Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3 Mo 2024-08-31 05:27:36 +0200
  • 7d4100ed8a Fix example in 'primitive_types3' hint #2092 William Ugalde Gamboa 2024-08-30 20:27:26 -0600
  • c8d1d9c51f chore: Release v6.3.0 rustlings-macros-v6.3.0 mo8it 2024-08-29 17:20:17 +0200
  • ab2eb3442e Update changelog mo8it 2024-08-29 17:10:39 +0200
  • dbbeb7d4ed Fix displaying the list message in narrow mode mo8it 2024-08-29 17:06:37 +0200
  • bfa00ffbdc Update deps mo8it 2024-08-29 16:40:40 +0200
  • 10eb1a3aee Fix header padding mo8it 2024-08-29 16:01:41 +0200
  • fd2bf9f6f6 Simplify next_pending_exercise_ind mo8it 2024-08-29 01:59:04 +0200
  • 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