| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-26 | init new cargo project | olivia | |
| 2018-04-26 | move old files to a separate directory | olivia | |
| 2018-04-26 | wipe readme | olivia | |
| 2018-03-06 | Regenerate README | Carol (Nichols || Goulding) | |
| 2018-03-05 | Make a trivial change to make sure the readme gets regenerated | Carol (Nichols || Goulding) | |
| 2018-03-05 | Not having anything to commit isn't an error | Carol (Nichols || Goulding) | |
| 2018-03-05 | Regenerate README | Carol (Nichols || Goulding) | |
| 2018-03-05 | lol i know how to use git i swear | Carol (Nichols || Goulding) | |
| 2018-03-05 | Origin already exists, oops | Carol (Nichols || Goulding) | |
| 2018-03-04 | Auto commit changes to the README | Carol (Nichols || Goulding) | |
| Let's see if this infinite loops or not... | |||
| 2018-03-04 | Start of trying to make travis update the readme | Carol (Nichols || Goulding) | |
| 2018-03-04 | Merge remote-tracking branch 'origin/pr/72' | Carol (Nichols || Goulding) | |
| 2018-03-04 | Update generated README | Carol (Nichols || Goulding) | |
| 2018-03-04 | Merge pull request #63 from bjornwsv/patch-1 | Carol (Nichols || Goulding) | |
| Update modules2.rs | |||
| 2018-03-04 | Update the updated book links | Carol (Nichols || Goulding) | |
| 2018-03-04 | Merge remote-tracking branch 'origin/pr/62' | Carol (Nichols || Goulding) | |
| 2018-03-04 | Update to btbytes' prlink because they merged my PR already!! | Carol (Nichols || Goulding) | |
| 2018-03-04 | Fix line numbers | Carol (Nichols || Goulding) | |
| Fixes #69. | |||
| 2018-03-04 | Don't be lazy, actually read the file instead of including it at compile time | Carol (Nichols || Goulding) | |
| 2018-03-04 | Make a handlebars helper that uses prlink to generate a link from a file | Carol (Nichols || Goulding) | |
| 2018-03-04 | Redo line wrapping at 100 chars | Carol (Nichols || Goulding) | |
| 2018-03-04 | Introduce handlebars to be able to do templating | Carol (Nichols || Goulding) | |
| 2018-03-04 | Start a script to regenerate README.md from a template | Carol (Nichols || Goulding) | |
| So far this doesn't actually do any templating, just adds a note about the README being autogenerated :) | |||
| 2018-03-04 | Fixed two typos in hinttext | maarten | |
| 2018-03-02 | Add filenames to the link | Carol (Nichols || Goulding) | |
| 2018-02-21 | Added filename to top of .rs files | Robert Lugg | |
| 2018-02-20 | Merge pull request #67 from robertlugg/patch-1 | Carol (Nichols || Goulding) | |
| Link to second edition of book | |||
| 2018-02-19 | Link to second edition of book | Robert M Lugg | |
| 2017-09-23 | Update modules2.rs | bjornwsv | |
| Your wish seems to have been granted:) The compiler now says: error[E0603]: constant `democrat` is private | |||
| 2017-09-02 | Changed book links to second edition. | Stephen Slatky | |
| 2017-06-18 | Merge pull request #61 from DineshMv/master | Carol (Nichols || Goulding) | |
| URL's updated as per first edition | |||
| 2017-06-17 | links updated | dineshmv | |
| 2017-03-19 | Link edits + new exs from jan-schreib, mwilli20, & QuietMisdreavus! ☄️ | Carol (Nichols || Goulding) | |
| 2017-03-19 | Word wrap for the playground | Carol (Nichols || Goulding) | |
| 2017-03-19 | Merge pull request #57 from QuietMisdreavus/macros | Carol (Nichols || Goulding) | |
| add macros examples | |||
| 2017-03-19 | Merge pull request #56 from mwilli20/patch-1 | Carol (Nichols || Goulding) | |
| Create iterators4.rs | |||
| 2017-03-19 | Merge pull request #54 from jan-schreib/patch-1 | Carol (Nichols || Goulding) | |
| ex1 is compiling | |||
| 2017-03-17 | add macros4 example | QuietMisdreavus | |
| 2017-03-17 | add macros examples | QuietMisdreavus | |
| 2017-01-05 | Create iterators4.rs | Matthew Williamson | |
| Tackles https://github.com/carols10cents/rustlings/issues/15 . I think this allows for varying levels of difficulty depending on a users background. But ideally people can move there way up from 1, 2, 3 (Numbers below). 1. let mut result = 1; for i in 1..x + 1 { result *= i; } result 2. match x { 0 | 1 => 1, x => x * factorial(x - 1), } 3. (1..x + 1).product() | |||
| 2017-01-04 | ex1 is compiling | Jan S | |
| While trying your exercises I noticed that the ex1.rs code is already compiling. | |||
| 2016-08-15 | changed URLs to https scheme where possible | sarge | |
| 2016-07-05 | Incorporate changes from @pindell-matt! 🚀 | Carol (Nichols || Goulding) | |
| 2016-07-04 | Update "strings2.rs" link | Matt Pindell | |
| Add 1 new-line to the "strings2.rs" link on rust playground so that the hints at the bottom are completely obscured on initial load. Used the "Shorten Link" option from the Playground to create the new url. | |||
| 2016-06-21 | Too many dashes oops | Carol (Nichols || Goulding) | |
| 2016-06-21 | Add more hints, better test failures, etc to errorsn | Carol (Nichols || Goulding) | |
| 2016-06-21 | Add another another error exercise | Carol (Nichols || Goulding) | |
| 2016-06-21 | Add another error exercise | Carol (Nichols || Goulding) | |
| 2016-06-16 | Update the readme links, oops | Carol (Nichols || Goulding) | |
| 2016-06-14 | Create tests for if1.rs | Daan van Berkel | |
| This provides standardize feedback if a solution is correct. Fixes #46. | |||
