Commit Graph

152 Commits

Author SHA1 Message Date
Sunface 8c499f89ef
Merge branch 'master' into edit 2022-11-07 08:27:51 +08:00
Sunface 2ab2ab823d
Merge pull request #319 from rbtcollins/patch-1
no -> not
2022-11-07 08:26:41 +08:00
Tanish-Eagle 47553f5207 Edited the advance.md 2022-10-29 15:40:38 +05:30
Tanish-Eagle 5e85e6630f Edited the static.md 2022-10-29 15:14:44 +05:30
Tanish-Eagle e8fe2ebba2 Edited the basic.md 2022-10-29 14:52:00 +05:30
Robert Collins 9b6be7ac83
no -> not 2022-10-13 09:11:30 +02:00
katopz 168e004d28
fix: wrong ```` 2022-10-11 10:11:06 +07:00
katopz 81ea842fe7
fix: unnecessary space 2022-10-11 09:47:49 +07:00
katopz de36f5cfb0
fix: unnecessary space 2022-10-11 09:44:22 +07:00
katopz 16e8f45ab8
fix: unnecessary space 2022-10-11 09:43:03 +07:00
Sunface 80efefae9e
Merge pull request #311 from katopz/master
fix: cloure to closure
2022-10-11 10:17:16 +08:00
Sunface 080495bd2f
Merge pull request #312 from Tanish-Eagle/edit
Edit
2022-10-11 10:16:11 +08:00
Sunface 5236143717
Merge pull request #313 from 3nt3/master
Fix spelling error, improve formatting
2022-10-11 10:15:13 +08:00
Sunface 5f44f48eab
Merge pull request #314 from JacksonUtsch/patch-1
Update Floating-Point 7 for compiler verification
2022-10-11 10:13:46 +08:00
Tal-Chaim d54b651287
Fixed wrong print. 2022-10-08 22:39:44 +03:00
Jackson Utsch 2057e0b0f0
Update Floating-Point 7 for compiler verification 2022-10-07 12:51:29 -07:00
3nt3 06e079b043
fix spelling error, improve formatting
Signed-off-by: 3nt3 <gott@3nt3.de>
2022-09-22 12:47:31 +02:00
Tanish-Eagle 523c1ddf4f Fixed spelling mistakes in debug-display.md 2022-09-21 23:54:22 +05:30
Tanish-Eagle b034aedf9d Edited the println!.md 2022-09-21 23:47:36 +05:30
Tanish-Eagle d228721809 Fixed missing semicolons, and grammar mistakes 2022-09-21 22:45:38 +05:30
katopz d0ab447801
fix: cloure to closure 2022-09-19 22:57:18 +07:00
Sunface 6e983278f8
Merge pull request #305 from Somoku/master
update: answer reference in "type-conversions"
2022-09-09 10:06:20 +08:00
Somoku 679bc95397 update: answer reference in "type-conversions" 2022-08-29 15:52:39 +08:00
Tanish-Eagle 898a10d5b1 Fixed the use-pub.md 2022-08-23 01:39:16 +05:30
Tanish-Eagle cc1eaa8ced fixed the mistakes of modules.md 2022-08-23 00:00:08 +05:30
Tanish-Eagle 472d86991a Clarified sentences in crates.md 2022-08-22 23:20:45 +05:30
Sunface d334367182
Merge pull request #294 from Tanish-Eagle/edit
Edit
2022-08-12 17:18:57 +08:00
Sunface 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
Tanish-Eagle d370b05aa2 Fixed some grammar mistakes 2022-08-09 18:21:21 +05:30
Tanish-Eagle 03279d2d39 Fixed spellings and clarified some sentances 2022-08-09 18:09:25 +05:30
Rupesh-Darimisetti ab71e9a549
fix: make the exercise editable to run 2022-08-08 20:40:59 +05:30
Rupesh-Darimisetti 650fafcda8
remove the line to make the program editable 2022-08-08 15:54:44 +05:30
Sunface bce4f2116f
Merge pull request #287 from Tanish-Eagle/edit
Edited type-conversionEdit
2022-08-08 10:09:21 +08:00
Sunface 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
Rupesh-Darimisetti c2bb5a2420
fix typo from edtiable to editable 2022-08-07 19:44:49 +05:30
Rupesh-Darimisetti ee135869ef
add editable to make changes in code
Exercise 2 and Separating modules into different files
2022-08-05 10:56:59 +05:30
Tanish-Eagle 1ece6134c3 Merge branch 'master' of https://github.com/sunface/rust-by-practice into edit 2022-08-04 00:38:16 +05:30
Tanish-Eagle 42d4503930 Fixed the spelling mistakes and clarified some sentances 2022-08-04 00:36:25 +05:30
Tanish-Eagle 659d6aa04c Fixed the spelling mistakes 2022-08-03 14:37:21 +05:30
sunface 30b741b886 fix typo 2022-08-03 16:01:27 +08:00
Tanish-Eagle c1991f3085 Fixed the punctuations 2022-08-03 11:20:50 +05:30
Sunface 8605ed3b8d
Merge pull request #279 from Rupesh-Darimisetti/patch-1
fix typo editble to editable
2022-07-28 09:10:57 +08:00
Sunface f14f14c47a
Merge pull request #273 from pabigot/pabigot/20220720a
fix: avoid unused variable warning
2022-07-28 09:07:14 +08:00
kaioh33 dba5925b80
Correct typo in chapter 12 intro
Change from "Ownership and borrowing" to "Type conversion" as the book says in the chapter list
2022-07-26 16:15:35 +01:00
Rupesh-Darimisetti 10b8cd4903
fix typo editble to editable 2022-07-24 19:56:08 +05:30
Peter A. Bigot 697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
Sunface d91ca79253
Merge pull request #272 from Tanish-Eagle/editing
Editing
2022-07-20 09:18:37 +08:00
Tanish-Eagle 35d4e11716 Edited the hash map 2022-07-19 11:06:41 +05:30
Tanish-Eagle dddf7c7bf3 Merge branch 'master' of https://github.com/sunface/rust-by-practice into editing 2022-07-19 10:52:00 +05:30
me 81d8752422 修正切片练习题2错误 2022-07-18 16:37:01 +08:00