Commit Graph

522 Commits

Author SHA1 Message Date
080495bd2f Merge pull request #312 from Tanish-Eagle/edit
Edit
2022-10-11 10:16:11 +08:00
5236143717 Merge pull request #313 from 3nt3/master
Fix spelling error, improve formatting
2022-10-11 10:15:13 +08:00
5f44f48eab Merge pull request #314 from JacksonUtsch/patch-1
Update Floating-Point 7 for compiler verification
2022-10-11 10:13:46 +08:00
c73195ef2d Merge pull request #315 from Tal-Chaim/patch-2
Fixed wrong print.
2022-10-11 10:12:30 +08:00
d54b651287 Fixed wrong print. 2022-10-08 22:39:44 +03:00
bf9f321870 Add solution 2022-10-07 13:07:34 -07:00
2057e0b0f0 Update Floating-Point 7 for compiler verification 2022-10-07 12:51:29 -07:00
06e079b043 fix spelling error, improve formatting
Signed-off-by: 3nt3 <gott@3nt3.de>
2022-09-22 12:47:31 +02:00
523c1ddf4f Fixed spelling mistakes in debug-display.md 2022-09-21 23:54:22 +05:30
b034aedf9d Edited the println!.md 2022-09-21 23:47:36 +05:30
d228721809 Fixed missing semicolons, and grammar mistakes 2022-09-21 22:45:38 +05:30
055122f4fb Merge pull request #310 from AngleOldPig/patch-1
about.md: fix a typo
2022-09-19 09:14:14 +08:00
f6894f62aa about.md: fix a typo
Just a title mistake.
pracitce -> practice
2022-09-14 16:37:18 +08:00
f70fc371aa Merge pull request #307 from fujianbang/master
Fix bug where code blocks were not editable
2022-09-09 10:09:58 +08:00
369e521953 Merge pull request #306 from mistwave/patch-1
Use better wording
2022-09-09 10:09:26 +08:00
6e983278f8 Merge pull request #305 from Somoku/master
update: answer reference in "type-conversions"
2022-09-09 10:06:20 +08:00
402afc5acf Merge pull request #304 from Somoku/patch-1
Fix a typo in code comment.
2022-09-09 10:05:48 +08:00
74823e30e0 Merge pull request #303 from Tanish-Eagle/edit
Edit
2022-09-09 10:05:17 +08:00
4353bb43a8 Fix bug where code blocks were not editable 2022-09-06 00:23:49 +08:00
fb92015b07 Use better wording 2022-09-05 14:44:13 +08:00
679bc95397 update: answer reference in "type-conversions" 2022-08-29 15:52:39 +08:00
8a88a51bf1 Fix a typo in code comment. 2022-08-25 14:32:32 +08:00
898a10d5b1 Fixed the use-pub.md 2022-08-23 01:39:16 +05:30
00d10d5f36 Merge branch 'master' of https://github.com/sunface/rust-by-practice into edit 2022-08-23 01:34:20 +05:30
cc1eaa8ced fixed the mistakes of modules.md 2022-08-23 00:00:08 +05:30
472d86991a Clarified sentences in crates.md 2022-08-22 23:20:45 +05:30
e7b4b0215f Merge pull request #296 from zongzi531/fix/words
fix: typo word
2022-08-22 09:07:27 +08:00
b5cab73aba Merge pull request #297 from zongzi531/trans/lifetime
docs: trans lifetime/advance
2022-08-22 09:07:05 +08:00
cabba76951 Merge pull request #300 from wxchenpro/master
solution: Add a new solution for functions case
2022-08-22 09:06:39 +08:00
331ec6dbec Merge pull request #301 from ChloroplastYu/patch-1
Solution: add a new solution for ownership-4
2022-08-22 09:06:07 +08:00
aaf1913263 Merge pull request #302 from ChloroplastYu/patch-2
chore: 修正错别字
2022-08-22 09:04:19 +08:00
3d30b81b7b chore: 修正错别字 2022-08-21 17:23:42 +08:00
69643c9db0 Solution: add a new solution for ownership-4 2022-08-21 17:02:48 +08:00
e15544e90e solution: Add a new solution for functions case 2022-08-14 23:13:44 +08:00
d334367182 Merge pull request #294 from Tanish-Eagle/edit
Edit
2022-08-12 17:18:57 +08:00
2036f44e11 Merge pull request #293 from Rupesh-Darimisetti/patch-5
fix: make the exercise editable to edit & run
2022-08-12 17:18:13 +08:00
77a3dc6742 Merge pull request #292 from Rupesh-Darimisetti/patch-4
remove the line to make the program editable
2022-08-12 17:17:43 +08:00
acdab415de Merge pull request #298 from zongzi531/fix/typo-const-generics
fix: typo
2022-08-12 17:13:13 +08:00
cc02848246 fix: typo 2022-08-11 12:42:14 +08:00
fbc3b951f6 docs: trans lifetime/advance 2022-08-11 12:40:18 +08:00
b0b1fd49e0 fix: typo word 2022-08-10 15:21:32 +08:00
d370b05aa2 Fixed some grammar mistakes 2022-08-09 18:21:21 +05:30
03279d2d39 Fixed spellings and clarified some sentances 2022-08-09 18:09:25 +05:30
ab71e9a549 fix: make the exercise editable to run 2022-08-08 20:40:59 +05:30
650fafcda8 remove the line to make the program editable 2022-08-08 15:54:44 +05:30
bce4f2116f Merge pull request #287 from Tanish-Eagle/edit
Edited type-conversionEdit
2022-08-08 10:09:21 +08:00
4db2d899f4 Merge pull request #288 from Sartner/patch-1
fix: spelling mistake
2022-08-08 10:08:54 +08:00
bb0a6e69f7 Merge pull request #289 from Rupesh-Darimisetti/patch-2
add editable to make changes in code
2022-08-08 10:08:32 +08:00
825a24f28f Merge pull request #291 from Rupesh-Darimisetti/patch-3
fix typo from edtiable to editable
2022-08-08 10:07:39 +08:00
c2bb5a2420 fix typo from edtiable to editable 2022-08-07 19:44:49 +05:30