Commit Graph

734 Commits

Author SHA1 Message Date
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
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
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
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
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
714c577aa1 Update variables.md
different messages for inner and outer scopes
2024-04-13 11:46:46 +10:00
b86072ef4b Merge pull request #512 from jwcesign/patch-1
doc: add solution link for formatted-output
2024-04-02 13:28:41 +08:00
800f0b13c6 Merge pull request #514 from so2liu/master
fix type for traits.md
2024-04-02 13:28:16 +08:00
905facd745 fix type for traits.md 2024-03-28 20:12:24 +08:00
5f45ba6b0b doc: add solution link for formatted-output 2024-03-19 19:30:41 +08:00
271705ede1 fix grammar 2024-03-14 10:38:24 +08:00
0eb674a557 Merge branch 'sunface:master' into master 2024-02-29 17:38:55 -05:00
303bcf08e7 Merge pull request #498 from h3n4l/chore/remove-ds-store
chore(structure): remove all .DS_Store files
2024-02-04 09:06:48 +08:00
9444c42b88 chore: remove all .DS_Store file
Signed-off-by: h3n4l <oysterdays@gmail.com>
2024-02-04 02:18:01 +08:00
253042417a chore: rename practice.rs to practice.course.rs 2024-01-24 16:46:52 +08:00
38801fac38 Merge pull request #490 from inyourface34456/patch-1
Fixed a link and linked one to the book rather then the repo
2024-01-18 21:28:36 +08:00
a6769fa063 changed one link to the book 2024-01-17 11:28:07 -05:00
a9d2e2e19e Fixed a link and linked one to the book rather then the repo 2024-01-17 11:22:43 -05:00
f9542abc7d Update iterator.md 2024-01-08 00:56:56 -05:00
a9e6e246e6 Update iterator.md 2024-01-08 00:53:48 -05:00
14f0aed160 Merge branch 'sunface:master' into master 2024-01-08 00:49:38 -05:00
e57bae6feb fix: new version mdbook layout issue 2024-01-06 09:30:06 +08:00
beb0a7d57d Merge pull request #473 from abdulshaikh55/patch-1
Update ownership.md
2024-01-03 09:18:38 +08:00
35c3e9e30a Merge pull request #482 from Madduxv/patch-1
Fixed typos in char-bool.md
2024-01-03 09:12:24 +08:00
e094f1f861 Merge pull request #484 from AllenDEricDAlexander/master
<fix>(<elegant-code-base>):<png project url>
2024-01-03 09:10:10 +08:00
a26ba7366e Update zh-CN/src/elegant-code-base.md 2024-01-03 09:09:49 +08:00
a3ab98c36a Merge pull request #486 from Hugoo/master
Rename first_word to first_letter
2024-01-03 09:06:17 +08:00
39fe81751d Update module.md
Fix missing tag "editable" in question 2's block.
2023-12-27 23:55:16 -05:00
7ac53b8091 Rename first_word to first_letter 2023-12-25 21:40:42 +01:00
ec707fb3ab <feat>(<elegant-code-base>):<sokoban project url>
Submitted a good hand training project - sokoban
提交了一个不错的练手项目 - 推箱子
2023-12-22 10:42:02 +08:00
9a9f5dc57f <fix>(<elegant-code-base>):<png project url>
I replaced the URL for the latest hand training event 5 (hide your secret in PNG)
我替换了最新的练手项目5( 在 PNG 中隐藏你的秘密)的url
2023-12-21 11:40:34 +08:00