e0e88e963a
fix 404 error
2025-04-25 12:47:31 +08:00
f933650123
Merge pull request #507 from roneya/master
...
Smart Pointer Exercises for Box
2025-04-25 12:23:38 +08:00
21460fad98
Merge pull request #454 from 0xByteLeon/master
...
fix: Correct the wrong answer to Exercise 11 in Chapter borrowing
2025-04-25 12:12:21 +08:00
f659004418
Merge pull request #431 from stappersg/welcome_all
...
git clone HTTPS URL
2025-04-25 12:11:29 +08:00
0e2f42a214
Merge pull request #430 from xplorer1/patch-1
...
Update functions.md
2025-04-25 12:10:56 +08:00
8d25a5067c
Merge pull request #422 from niyaznigmatullin/niyaznigmatullin-patch-1
...
Fix editability of tasks in `iterator.md`
2025-04-25 12:10:25 +08:00
716144c1ef
Merge pull request #417 from adityakaklij/patch-1
...
Update ownership.md.
2025-04-25 12:09:51 +08:00
8377d339ce
Merge pull request #416 from vittorius/patch-1
...
Fix dot call syntax in exercises to be double colon
2025-04-25 12:08:46 +08:00
fa0db45ae3
Merge pull request #415 from lostsquirrel/patch-1
...
remove the mistable semicolon
2025-04-25 12:08:10 +08:00
67920d9db0
Merge pull request #414 from Spartan09/patch-1
...
Update Q6 array.md
2025-04-25 12:07:28 +08:00
adfb3ed34d
Merge pull request #401 from skaunov/patch-5
...
Update solution closure.md
2025-04-25 12:05:31 +08:00
bc9b3f3ec3
Merge pull request #528 from mckzm/master
...
Fix typo to make the Iterator section's exercise 8 editable in the browser
2025-04-25 12:03:51 +08:00
50d5af5cf0
Merge pull request #529 from Kibiandkimi/master
...
add editable to problem 4&6 in zh-CN/src/lifetime/advance.md
2025-04-25 12:01:29 +08:00
6765d55c47
Merge pull request #530 from a-mroz/patch-1
...
Update numbers.md – clear up instructions about printing range of ASCII characters
2025-04-25 12:00:55 +08:00
25842927fc
Merge pull request #533 from Sagecheni/fix-typo
...
Fixing a typo at match-iflet
2025-04-25 11:58:32 +08:00
0302542061
Merge pull request #543 from nativemen/optimize
...
Fix minor issues to meet the requirements of the question and recommend using the modules provided by the library crate.
2025-04-25 11:57:26 +08:00
4e790a35be
Merge pull request #546 from jpenna/patch-3
...
Add new solution in ownership ex. 9
2025-04-25 11:55:42 +08:00
2e1d40b55b
Merge pull request #547 from msuganthan/patch-1
...
use ref instead of clone
2025-04-25 11:54:41 +08:00
c37f77758f
Merge pull request #555 from vhyijk/patch-1
...
Update why-exercise.md
2025-04-25 11:53:27 +08:00
2cddf85611
Update why-exercise.md
...
改变 `git clone` 的链接,使其正常工作
2025-03-31 12:46:13 +08:00
94079c49af
use ref
2025-03-01 19:06:53 -05:00
609e2d3f8c
Add new solution in ownership ex. 9
2025-02-18 11:01:21 -03:00
20b8f73684
Merge pull request #545 from jpenna/patch-2
...
Add new solution in variables ex. 4
2025-02-10 16:17:28 +08:00
2ab617a436
Add new solution in variables ex. 4
2025-02-07 11:47:41 -03:00
a19015f9fa
Fix minor issues to meet the requirements of the question and recommend using the modules provided by the library crate.
2025-01-20 12:49:39 -05:00
a01b390749
Merge pull request #536 from hjklchan/patch-1
...
Update basic.md
2024-10-15 14:38:09 +08:00
fe05f7983a
Update zh-CN/src/lifetime/basic.md
2024-10-15 14:37:51 +08:00
796a989e13
Update basic.md
...
change 标准 to 标注
2024-10-08 13:27:13 +08:00
d89f88f1c3
Fixing a typo at match-iflet
2024-09-19 11:04:36 +08:00
73b7dd9694
Update numbers.md
...
I was really confused, why should I print out the result of subtracting two numbers in a loop (even though I'm very much aware of the ASCII characters). I hope it makes things a bit clearer.
2024-08-19 12:21:36 +02:00
3b6474a563
add editable to problem 6 in zh-CN/src/lifetime/advance.md
2024-08-04 09:15:56 +00:00
21188323d3
add editable to problem 4 in zh-CN/src/lifetime/advance.md
2024-08-04 04:47:02 +00:00
4f41faf49c
Merge pull request #1 from mckzm/mckzm-iterator-8
...
Fix typo to make iterator's exercise 8 editable
2024-06-29 20:36:33 +09:00
ef381ba48d
Fix typo to make iterator's exercise 8 editable
2024-06-29 20:28:16 +09:00
8e0def5f08
Merge pull request #524 from mckzm/mut-slices
...
Fix Mutable slice content in Collection Types -> Vector -> Slicing
2024-06-27 17:03:00 +08:00
cd1e8a242e
Update en/src/collections/vector.md
2024-06-27 17:02:47 +08:00
e7cfb63ac8
fix minor typo in vector.md
2024-06-15 14:18:14 +09:00
0120c3a979
Further clarification on the benefits of passing in immutable slices to functions
2024-06-15 13:44:11 +09:00
a637487fad
vector/slicing - improve the phrasing
2024-06-15 13:40:17 +09:00
fd0c2c50c1
update vector/slicing exercise solution w/ mutable slice material
2024-06-15 13:39:12 +09:00
c4804e3101
Update Slicing subsection of Vector section
...
Slices can be mutable as well as immutable, contrary to what the text currently says. This commit updates the text, and the exercise, to reflect this.
2024-06-15 13:35:27 +09:00
9fb657287f
Merge pull request #509 from zzz6519003/patch-1
...
fix grammar
2024-06-13 14:16:01 +08:00
51c55d0c28
Update en/src/why-exercise.md
2024-06-13 14:15:47 +08:00
7be5dd154e
Merge pull request #518 from Scott169/master
...
Fix typos and uneditable practices
2024-05-27 14:26:17 +08:00
4d82e91b9e
Merge pull request #519 from weibk/patch-2
...
docs: 修改错别字
2024-05-27 14:25:44 +08:00
980438637b
Update zh-CN/src/flow-control.md
2024-05-27 14:25:38 +08:00
1410670d33
Merge branch 'sunface:master' into master
2024-05-05 10:51:46 +05:30
bd39fe822a
docs: 修改错别字
2024-04-28 08:40:23 +08:00
4b5c987691
Merge branch 'sunface:master' into master
2024-04-19 20:14:58 -04:00
595922a95c
Merge pull request #516 from friendlyantz/patch-1
...
Update variables.md
2024-04-13 10:34:01 +08:00