mo8it
7019f4d178
Update pipeline
2025-03-14 11:33:56 +01:00
Ricardo Fernández Serrata
fcd77a83cc
test trim idempotence
2025-03-07 19:17:11 -04:00
Mo Bitar
ae444eb3da
Merge pull request #2213 from peterneave/main
...
Use consistent apostrophes in markdown files
2025-03-02 17:30:29 +01:00
Peter Neave
425c9821e0
Use consistent apostrophes in markdown files
2025-02-28 11:46:39 +11:00
mo8it
46c6fb2c82
Update deps
2025-02-25 11:21:19 +01:00
mo8it
374c3874af
Apply 2024 edition formatting to solutions
2025-02-21 13:08:34 +01:00
mo8it
1eb6c1e469
Update the edition of the solution format checker
2025-02-21 13:06:11 +01:00
mo8it
06af3ffc99
Bump MSRV in release hook
2025-02-18 20:17:27 +01:00
mo8it
65dc019fa6
Fix new Clippy error in solution
2025-02-18 20:15:50 +01:00
mo8it
a56ccb6f4f
Fix new Clippy lint
2025-02-18 20:12:23 +01:00
mo8it
d9872f2615
Upgrade to edition 2024
2025-02-18 20:10:52 +01:00
mo8it
298be671b9
Update deps
2025-02-18 20:03:49 +01:00
mo8it
fbfd4f25e7
Disable following symlinks in the watcher
2025-01-16 10:41:48 +01:00
mo8it
d12735a573
Update deps
2025-01-16 10:41:17 +01:00
mo8it
1aec7c1152
Fix Windows CI
2025-01-01 22:07:41 +01:00
mo8it
0b55809bb9
Fix building from source on Windows
2025-01-01 22:01:39 +01:00
mo8it
bde6f7470c
Co-ordinates -> Coordinates
2024-12-28 16:46:24 +01:00
mo8it
53ec59ed95
Rename translations
2024-12-28 16:41:43 +01:00
mo8it
ed1ee38923
Link to simplified Chinese translation
2024-12-28 16:40:07 +01:00
Mo
26cf4989a2
Merge pull request #2173 from JoelMarcey/if2-comment-fix
...
Fix argument comment in test of if2.rs
2024-12-13 19:48:16 +01:00
Joel Marcey
6e60f441e9
Fix argument comment in test of if2.rs
2024-12-13 10:44:21 -08:00
mo8it
d07de879a7
Update deps
2024-12-11 00:12:49 +01:00
Mo
dd0634c483
Merge pull request #2158 from mnshdw/mnshdw/feedback-errors6
...
errors6: Add alternative solution using From trait
2024-11-14 14:49:57 +01:00
Antoine Dupuis
fc0cd8f0f8
Switch comment style to //
2024-11-14 09:14:40 +01:00
Antoine Dupuis
d5cae8ff59
Add alternative solution using From trait
2024-11-13 23:51:09 +01:00
mo8it
38016cb2d6
clippy3: Make the intent more clear
2024-11-13 16:06:41 +01:00
mo8it
e6cb104294
chore: Release
rustlings-macros-v6.4.0
v6.4.0
2024-11-11 15:51:27 +01:00
mo8it
410eb69d25
Remove "chore: " from the commit message of releases
2024-11-11 15:49:50 +01:00
mo8it
243cf5f261
Update CHANGELOG
2024-11-11 15:49:24 +01:00
mo8it
eff2ce8a23
Ignore input while checking all exercises in watch mode
2024-11-11 14:55:58 +01:00
mo8it
fd33c29b26
Test with MSRV before release
2024-11-11 14:43:51 +01:00
mo8it
f49164e69b
Fix typo
2024-11-11 14:43:38 +01:00
mo8it
9bc7bbe4b4
Update deps
2024-11-11 14:35:22 +01:00
mo8it
46ad25f925
Fix contrast in terminals with a light theme
2024-11-11 14:34:33 +01:00
mo8it
2a725fb137
Upgrade notify
2024-10-29 14:25:44 +01:00
mo8it
449858655d
Update deps
2024-10-26 16:55:15 +02:00
mo8it
e8c2a79516
Deduplicate code for printing keys
2024-10-26 16:55:15 +02:00
Mo
ea85c1b46e
Merge pull request #2142 from cenviity/push-qoxkvmtkyvmv
...
threads1: Fix typos in description
2024-10-22 12:35:25 +02:00
Vincent Ging Ho Yim
6bec6f92c4
threads1: Fix typos in description
2024-10-22 16:53:23 +11:00
mo8it
930a0ea73b
list: Highlight search match in exercise names
2024-10-17 16:00:10 +02:00
mo8it
7e2f56f41a
Use the default hasher
2024-10-17 15:03:43 +02:00
mo8it
e90f5f03f3
Mention the Q&A category
2024-10-17 14:59:37 +02:00
mo8it
0e090ae112
Add required type annotation
2024-10-17 14:49:07 +02:00
mo8it
99496706c5
Apply new Clippy lints
2024-10-17 14:49:07 +02:00
mo8it
f146553dea
hashmap3: Use or_default
2024-10-17 14:49:07 +02:00
Eric Eastwood
fa6680ff76
Correctly point to sections
2024-10-16 11:09:09 -05:00
Eric Eastwood
2bccdcbd2c
Use simple caution message with expand for more details
2024-10-16 11:07:42 -05:00
Eric Eastwood
60e0d4ae8a
Fix some grammar
2024-10-16 11:01:41 -05:00
Eric Eastwood
a025ce0538
Add warning about rust-analyzer not working if you clone and use the repo directly
...
> Yes, you are right, if you just clone the repository and try to edit the exercises, the language server will not work. This is one downside of the current approach. But this only affects developing exercises.
>
> The new method of doing Rustlings is to install Rustlings using `cargo install rustlings` (not published yet), then running `rustlings init`. No repo cloning happens. Instead, the directory `rustlings/` will be created where you find the exercises. The language server works there out of the box :)
>
> I need to add a warning when people try to work on the exercises from the repository. Thanks pointing this out.
>
> -- @mo8it, https://github.com/rust-lang/rustlings/issues/1935#issuecomment-2067664066
Other references:
- Previous `rustlings lsp` command: https://github.com/rust-lang/rustlings/pull/1026
- The changelog says "LSP support out of the box", https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#lsp-support-out-of-the-box
2024-10-14 14:11:09 -05:00
Mo
0432e07864
Merge pull request #2130 from Nahor/typo
...
Fix typos
2024-10-14 20:06:30 +02:00