Commit Graph

430 Commits

Author SHA1 Message Date
Dhghomon
4dd3c33bc6
Merge pull request #63 from Arcadie/fix-ints-floats-typos
Integers: fix ops typo; Floats: tweak .round explanation
2020-08-12 01:21:35 +09:00
Arcadie
824773a26a Integers: fix ops typo; Floats: tweak .round explanation 2020-08-11 19:06:04 +03:00
Dhghomon
38e3c217c8
char_indices() 2020-08-12 00:16:18 +09:00
Dhghomon
cddd62c53b
Add some more operators 2020-08-11 23:03:43 +09:00
Dhghomon
f0ae9256ab
Merge pull request #62 from Arcadie/patch-osstring
OsString: calling unwrap will panic, use match instead
2020-08-11 01:23:37 +09:00
Dhghomon
1863d76560
typo 2020-08-11 00:55:00 +09:00
Dhghomon
6d891663ba
more on std::mem::take 2020-08-11 00:52:22 +09:00
Dhghomon
280377b63a
tour: mem 2020-08-11 00:35:24 +09:00
Arcadie
c021f2ceb0 OsString: calling unwrap will panic, use match instead 2020-08-10 18:08:43 +03:00
Dhghomon
c7088dcaec
Merge pull request #61 from forarslys/fix-typos
Fix typos
2020-08-10 22:44:07 +09:00
hal
ef4121a934 Fix typos 2020-08-10 21:46:32 +09:00
Dhghomon
65059195fb
Merge pull request #60 from jk/patch-1
Small typo in introduction
2020-08-10 18:27:04 +09:00
Jens Kohl
6389171068
Small typo in introduction 2020-08-10 10:42:36 +02:00
Dhghomon
424c34faa4
std tour - String, OsString, CString 2020-08-10 01:01:14 +09:00
Dhghomon
6ac84fa579
Merge pull request #59 from chapeupreto/patch-1
minor improvements
2020-08-09 23:04:51 +09:00
Rod Elias
e2e1fc2874
minor improvements 2020-08-08 19:49:18 -03:00
Dhghomon
0147b79340
more on enums 2020-08-09 00:05:24 +09:00
Dhghomon
e24c86028b
std library tour: bool, Vec 2020-08-08 23:40:04 +09:00
Dhghomon
02b96f6319
std tour: floats 2020-08-07 22:04:40 +09:00
Dhghomon
8b597e6104
Update README.md 2020-08-07 20:49:07 +09:00
Dhghomon
4e82ed569d
format a bit 2020-08-07 01:01:13 +09:00
Dhghomon
c3530f7bda
Start tour of standard library 2020-08-07 00:59:37 +09:00
Dhghomon
02ecbea019
Merge pull request #58 from szTheory/patch-4
Fix other instance of city name in example
2020-08-05 23:48:56 +09:00
Dhghomon
d8510d0a19
Merge pull request #57 from szTheory/patch-3
Fix city name in example
2020-08-05 23:48:33 +09:00
Dhghomon
0b66069a8c
introduce preludes 2020-08-05 23:21:03 +09:00
Dhghomon
1a2b5ded95
+ chunks, windows 2020-08-05 22:59:37 +09:00
szTheory
70f790ccca
Fix other instance of city name in example 2020-08-05 13:55:59 +00:00
szTheory
2b38de17cc
Fix city name in example 2020-08-05 13:53:49 +00:00
Dhghomon
4cef9ad9af
Parts 1 + 2 2020-08-05 22:26:32 +09:00
Dhghomon
c59a16831e
+ comments 2020-08-04 23:42:25 +09:00
Dhghomon
74fa340cf2
TOC 2020-08-04 20:40:46 +09:00
Dhghomon
6e23b8c08d
+ rayon 2020-08-04 20:40:01 +09:00
Dhghomon
72c9e08cf7
Add note 2020-08-03 13:35:54 +09:00
Dhghomon
f48a6cc5b1
Start external crates 2020-08-03 13:32:17 +09:00
Dhghomon
dd063356d0
Merge pull request #56 from kemra102/master
Fix typo
2020-08-03 11:45:43 +09:00
Dhghomon
c14761f3fc
Merge pull request #55 from szTheory/patch-2
Fix in-line code sample backtick formatting
2020-08-03 11:44:11 +09:00
Dhghomon
66a5ef6166
Merge pull request #54 from szTheory/patch-1
Fix typo
2020-08-03 11:43:31 +09:00
Danny
f4261209d2
Fix typo
Fix typo in destructuring section, moving a stray backtick to the correct location.
2020-08-02 21:23:10 +01:00
szTheory
a7c1f86b45
Fix in-line code sample backtick formatting 2020-08-02 20:21:47 +00:00
szTheory
7943c4da48
Fix typo 2020-08-02 19:49:25 +00:00
Dhghomon
9740193c03
Merge pull request #52 from Arcadie/master
Typo fixes: attributes, derive, deref and testing.
2020-08-02 22:58:21 +09:00
Arcadie
95ed85511f Typo fixes: attributes, derive, deref and testing.
attributes - remove list tag from first example, not used for the others;
derive - String does not implement Copy;
deref - small typo, remove extra dot from .main();
testing - use two backticks to escape backticks used in code block, explicitly use assert!(left, right) for the description, add missing quote in last example;
2020-08-02 15:39:31 +03:00
Dhghomon
1891f1311e
More on testing, etc. 2020-08-02 19:27:04 +09:00
Dhghomon
a8db542d38
Merge pull request #51 from ssuperczynski/patch-1
Incorrect formatting of `print_one_thing` method
2020-08-02 17:12:22 +09:00
Sebastian
c74e1adeee
Incorrect formatting of print_one_thing method
This caused the whole sentence to be highlighted instead the function name.
2020-08-02 09:54:03 +02:00
Dhghomon
4616e62a07
Merge pull request #49 from chapeupreto/patch-2
fix typo
2020-08-02 13:46:56 +09:00
Dhghomon
92f235e949
Merge pull request #48 from chapeupreto/patch-1
fix output for "Printing 'hello, world!'" example
2020-08-02 13:46:17 +09:00
Rod Elias
8046f872ae
fix typo 2020-08-01 21:33:29 -03:00
Rod Elias
e058c79219
fix output for "Printing 'hello, world!'" example 2020-08-01 19:22:30 -03:00
Dhghomon
fa41a486c7
Start testing 2020-08-02 00:57:51 +09:00