166 Commits (9e9bf0a265fed106e99dc15302b45218b3825b2e)

Author SHA1 Message Date
Arcadie 9e9bf0a265 Arc: when spanwing threads in a loop, call join on handlers at the end 4 years ago
Arcadie 27def910d6 Mutex: fix output for code samples 4 years ago
Arcadie a1f511f80f Generics - fix print with, specify variables of type U 4 years ago
Arcadie c56888fcf5 VecDeque - say items are moved instead of copied on remove() 4 years ago
Dhghomon 0dc4a75139
chars, len(), chars().count() 4 years ago
Arcadie e773c679bd Impl Trait - make snippets compile by fixing ignore message 4 years ago
Arcadie 3263dce437 Fix small typo in filter_map() example, get rid of into_iter() for range.
Range already implements Iterator trait, so no need for the into_iter().
4 years ago
Dhghomon fafdb36cec
Rewrite a bit 4 years ago
Dhghomon 613a9755f0
impl Trait 4 years ago
Dhghomon 36a056df85
Closures in functions 4 years ago
Dhghomon 8fb5b1e131
Explanation of what a snippet is 4 years ago
Alexander Willner 8c0d7a3b79 getting all code snippets to compile or to be skipped 4 years ago
Alexander Willner 27f0d7ad45 getting the first 50 code snippets to compile or to be skipped 4 years ago
Alexander Willner 6f0ed2ae75 Started to get snippets compile / mark them as uncompilable... 4 years ago
Alexander Willner 1cf4605343 Mark snippet as no compilable 4 years ago
Dhghomon a39f09850a
Some other methods 4 years ago
Dhghomon 56afb860af
.cycle() 4 years ago
Dhghomon 33705b94ba
.find(), .position() 4 years ago
Dhghomon b62700abae
.any(), .all() 4 years ago
Dhghomon ef187d51ba
.and_then(), .and() 4 years ago
Dhghomon e9fdd53a7e
ok_or + ok_or_else 4 years ago
Dhghomon 4ac9f67713
Fix typo 4 years ago
Dhghomon c4cb3c1ac1
More on closures + iterators 4 years ago
Dhghomon 516556fb5f
VecDeque 4 years ago
Dhghomon 9f9c7484c7
BinaryHeap 4 years ago
Dhghomon e7f9b6d27c
Start HashSet + BTreeSet 4 years ago
Suresh G e2ffd92ff1
Update README.md
spell changes
4 years ago
Dhghomon 17a9c09880
[] vs. .get() for HashMap 4 years ago
Dhghomon 6ccb798ce3
More on hashmaps 4 years ago
byschii 1f59c6b710
Typo 4 years ago
Dhghomon 3851cb54b9
Typo 4 years ago
Dhghomon 218a193dcf
Typo 4 years ago
Dhghomon 8e316f7402
More on r# and unicode escape 4 years ago
Dhghomon 75eb5a9194
correction 4 years ago
Dhghomon 3b337b533a
Add intro 4 years ago
Pradeep Chauhan 4d3f5a1c08
Merge branch 'master' into fix-typos 4 years ago
Pradeep Chauhan 4ee6006e8c Fix typos 4 years ago
Dhghomon b23782290f
.zip() and .collect() into HashMap 4 years ago
Dhghomon 6243d39632
Start HashMap 4 years ago
Dhghomon 4ea46d54d8
Commas in structs 4 years ago
Dhghomon f78d86b5c9
More on printing 4 years ago
Dhghomon 3c4237acd8
Correction 4 years ago
Dhghomon 91b0f71685
Start adding to printing 4 years ago
Sudo Nice 725ea14d80 Fix misleading Self explanation
closes #21
4 years ago
Dhghomon deaec92cbb
Slight reword 4 years ago
Alexander Willner fa0f6ea8cd Fixing Markdownlint: various fixes 4 years ago
Alexander Willner a8c88b7654 Fixing Markdownlint MD025: single h1 4 years ago
Alexander Willner f723508cc1 Fixing Markdownlint MD012: multiple blanks 4 years ago
Alexander Willner ddd6ccdda2 Fixing Markdownlint MD040: missed language definition 4 years ago
Alexander Willner 64622938fb Fixing Markdownlint MD004: unordered lists 4 years ago