Commit Graph

264 Commits

Author SHA1 Message Date
Dhghomon
f078191f14
Rewrite up to declaring variables 2020-08-24 13:46:55 +09:00
Dhghomon
a365bcd7e2
Rewrite up to type inference 2020-08-24 12:59:39 +09:00
Dhghomon
4bf9a4c60b
More rewriting 2020-08-23 22:56:06 +09:00
Dhghomon
20fbd27db4
start rephrasing and simpler English 2020-08-23 22:16:31 +09:00
Dhghomon
fe96ca0ba8
more on traits 2020-08-23 20:34:43 +09:00
Dhghomon
799cce95d5
Begin the end 2020-08-23 15:53:13 +09:00
Dhghomon
ff88b06b65
eprintln! note 2020-08-23 15:36:48 +09:00
Dhghomon
115f959def
+ writing macros 2020-08-23 15:23:20 +09:00
Dhghomon
ad5a53be40
writing macros 2020-08-22 16:04:37 +09:00
Dhghomon
fdf5972936
cargo doc 2020-08-22 14:01:52 +09:00
Dhghomon
ade883ec4e
ToString from Display 2020-08-21 15:50:35 +09:00
Dhghomon
f22de35198
change to write! macro 2020-08-21 15:27:14 +09:00
Dhghomon
41a0ca92b9
env! 2020-08-21 14:21:08 +09:00
Dhghomon
084503deda
Vars 2020-08-21 14:12:36 +09:00
Dhghomon
e4b44ec476
Taking user input 2020-08-21 13:31:03 +09:00
Dhghomon
e718530e15
typo 2020-08-21 12:18:23 +09:00
Dhghomon
56a2cee61e
start cargo 2020-08-19 01:18:34 +09:00
Arcadie
5c96293e48 Fix minor typos and code snippet comments 2020-08-17 19:07:54 +03:00
Dhghomon
b00cebb255
OpenOptions 2020-08-17 01:23:07 +09:00
Dhghomon
ab504724d3
Merge pull request #64 from Arcadie/fix-snippets
Fix a couple of snippets; snippets-test - don't exit early.
2020-08-16 01:27:47 +09:00
Dhghomon
5d3f058621
update 2020-08-16 01:23:31 +09:00
Dhghomon
def10f5479
typo 2020-08-15 23:00:47 +09:00
Dhghomon
dbc5ca1f57
Start files 2020-08-15 22:59:27 +09:00
Dhghomon
511e37cde5
extern crate 2020-08-15 14:50:25 +09:00
Dhghomon
b16f747f7a
cfg! 2020-08-14 21:32:07 +09:00
Dhghomon
759739d8e8
line!(), etc. 2020-08-14 20:50:47 +09:00
Dhghomon
5224e4a996
unreachable!() 2020-08-14 20:15:14 +09:00
Dhghomon
30605bbe5a
std tour: time 2020-08-13 21:11:35 +09:00
Dhghomon
d221daa8b6
std prelude 2020-08-13 01:12:42 +09:00
Dhghomon
6dc635eeee
matches_indices, peekable 2020-08-12 15:07:31 +09:00
Arcadie
58e0646d16 Fix a couple of snippets; makefile - don't exit early. 2020-08-11 19:44:38 +03: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
hal
ef4121a934 Fix typos 2020-08-10 21:46:32 +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
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