| Age | Commit message (Expand) | Author |
| 2019-11-14 | fix: line numbers in several exercises and hints | Roberto Vidal |
| 2019-11-12 | fix(arc1): Fix some words in the comment | Chris Keschnat |
| 2019-11-12 | fix(variables1): Correct wrong word in comment | Chris Keschnat |
| 2019-11-12 | fix(primitive_types4): update outdated comment | Roberto Vidal |
| 2019-11-11 | Address feedback | marisa |
| 2019-11-11 | Merge branch 'master' into refactor-hints | marisa |
| 2019-11-11 | feat: Refactor hint system | marisa |
| 2019-11-11 | feat: improve `watch` execution mode | Roberto Vidal |
| 2019-11-11 | fix(structs1): Remove misleading comment | marisa |
| 2019-11-11 | fix(strings): Move Strings before Structs | marisa |
| 2019-11-11 | fix(errors3): Update hint | marisa |
| 2019-11-11 | fix(if1): Remove `return` reference | marisa |
| 2019-11-09 | Auto merge of #224 - nyxtom:feat-enums, r=fmoko | bors |
| 2019-10-29 | fix: Rewrite test1 logic | marisa |
| 2019-10-28 | feat: Add enums exercises | Thomas Holloway |
| 2019-10-28 | chore: Clarify comment in exercises/test1.rs | Scott Sweeny |
| 2019-10-28 | Auto merge of #219 - vyaslav:master, r=fmoko | bors |
| 2019-10-25 | fix(option1): Fix arguments passed to assert! macro | Niklas Anderson |
| 2019-10-21 | feat: Added exercise for struct update syntax | Viacheslav Avramenko |
| 2019-08-21 | fix(errorsn.rs) Update the deprecated syntax by adding dyn to trait objectscl... | Damian S |
| 2019-08-17 | fix(primitive_types4): Fail on a slice covering the wrong area | Dylan Nugent |
| 2019-08-12 | chore: Correct typo | Enrico Miccoli |
| 2019-08-09 | chore(iterators2): Add exercise instructions | Niklas Anderson |
| 2019-08-09 | fix(iterators2): Remove syntax resulting in misleading error message | Niklas Anderson |
| 2019-07-27 | docs: Fix wrong title | Andre Pratama |
| 2019-07-26 | fix(option1): Add test for prematurely passing exercise | Niklas Anderson |
| 2019-07-13 | fix(test1): Swap assertion parameter order | Pete McFarlane |
| 2019-07-03 | feat(iterators2): adds iterators2 exercise including config | Jesse |
| 2019-06-29 | fix(test1): renamed function name to snake case | Jesse |
| 2019-06-23 | Auto merge of #172 - miller-time:fix-book-links, r=komaeda | bors |
| 2019-06-23 | Auto merge of #171 - miller-time:rustfmt-exercises, r=komaeda | bors |
| 2019-06-20 | Auto merge of #179 - briankung:fix_irrefutable_let_pattern_structs1, r=komaeda | bors |
| 2019-06-20 | Fixes the irrefutable let pattern warning | Brian Kung |
| 2019-06-11 | chore: Clean up some formatting in exercises | Russell Cousineau |
| 2019-06-11 | chore: Fix a couple broken book links | Russell Cousineau |
| 2019-06-11 | Auto merge of #170 - miller-time:rename-iterator-exercise, r=komaeda | bors |
| 2019-06-09 | chore: Fix link to Arc<T> in the book | Rohan Prinja |
| 2019-06-07 | fix(iterators): Rename iterator3.rs | Russell Cousineau |
| 2019-05-26 | Auto merge of #164 - HanKruiger:master, r=komaeda | bors |
| 2019-05-26 | fixed outdated links | gushroom |
| 2019-05-26 | Fix broken link | HanKruiger |
| 2019-05-25 | Adds a simple exercise for structures | Brian Kung |
| 2019-05-23 | Auto merge of #162 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda | bors |
| 2019-05-23 | errorsn.rs: Separate also the hints from each other to avoid accidental viewing | Eddy Petrisor |
| 2019-05-22 | Auto merge of #161 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda | bors |
| 2019-05-22 | rustfmt the exercises | Eddy Petrisor |
| 2019-05-22 | iterator3.rs: whitespace fixes | Eddy Petrisor |
| 2019-05-22 | errorsn.rs: Separate hints from code, so hints are not accidentally seen | Eddy Petrisor |
| 2019-05-12 | Update errors1.rs | Julien Bisconti |
| 2019-04-22 | Add errors to exercises that compile without user changes | Yvan Sraka |