| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-30 | Merge branch 'new' into new-readme-more-explicit | Erik Vesteraas | |
| 2018-11-26 | Created sub READMEs for CLI only version | delet0r | |
| Sub READMEs contain the relevant resources from the main README of the web version. All second edition Rust Book links were updated to the 2018 edition. Fixed to typos in main README.md. | |||
| 2018-11-26 | Continue work on new readme. | Erik Vesteraas | |
| - Be more explicit re terminal commands - Copy over "Need help?" section - General wording | |||
| 2018-11-26 | README for CLI only version | delet0r | |
| This README mentions READMEs for every exercise topic, those haven't been added yet. | |||
| 2018-11-09 | right let's try this one again | olivia | |
| 2018-05-22 | update docs | olivia | |
| 2018-05-22 | add console output image | olivia | |
| 2018-05-22 | add some basic docs | olivia | |
| 2018-04-26 | wipe readme | olivia | |
| 2018-03-06 | Regenerate README | Carol (Nichols || Goulding) | |
| 2018-03-05 | Regenerate README | Carol (Nichols || Goulding) | |
| 2018-03-04 | Update generated README | Carol (Nichols || Goulding) | |
| 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 | Fix line numbers | Carol (Nichols || Goulding) | |
| Fixes #69. | |||
| 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-02 | Add filenames to the link | Carol (Nichols || Goulding) | |
| 2017-09-02 | Changed book links to second edition. | Stephen Slatky | |
| 2017-06-17 | links updated | dineshmv | |
| 2017-03-19 | Link edits + new exs from jan-schreib, mwilli20, & QuietMisdreavus! ☄️ | Carol (Nichols || Goulding) | |
| 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-07 | Update dead dining philosophers link to the 1.4.0 book example. | Matthew J. Berger | |
| 2016-04-19 | Make strings2 less confusing, thank you @glenjamin!! :tada: | Carol (Nichols || Goulding) | |
| Fixes #41. | |||
| 2016-04-19 | Incorporate ConnyOnny's iterator exercise! | Carol (Nichols || Goulding) | |
| - Deciding not to have solutions in the tree right now, until I figure out a more general way to handle that. - The assertions work really great as tests, actually! - Simplifying a few of the side points-- I think they deserve their own exercises :) | |||
| 2016-04-16 | Add jleedev's try!, From, and Error exercise! ✨ | Carol (Nichols || Goulding) | |
| Made some modifications to clarify the structure since this is a bigger example, also added some more hints. Name it errorsn since I think we could still use more exercises between errors1 and errorsn, but I've been sitting on these too long as it is :) | |||
| 2016-04-16 | Add an exercise for rewriting Option to be Result | Carol (Nichols || Goulding) | |
| In the case where you'd like to provide an explanation why the function isn't able to do the thing, rather than just not doing the thing. | |||
| 2016-04-16 | Rename the first errors exercise to be about Option, link to it | Carol (Nichols || Goulding) | |
| 2016-04-16 | Start an error handling section and move the result exercise there | Carol (Nichols || Goulding) | |
| I think this is a better categorization than "standard library types". | |||
| 2016-04-09 | Fix typo | Jake Worth | |
| 2016-02-08 | Moved away from deprecated thread::sleep_ms | Seamus Connor | |
| Refactored to use thread::sleep and time::Duration and updated link in README.md | |||
| 2016-02-07 | Add links to the new primitive types exercises!! | Carol (Nichols || Goulding) | |
| Fixes #29, thank you @ruipserra!! | |||
| 2016-02-03 | Changing the IRC chanel to #rust-beginners | Douglas Correa | |
| 2015-11-17 | Make @ConnyOnny's example be 1st example in the `if` section! :tada: | Carol (Nichols || Goulding) | |
| 2015-11-17 | Update link in README for move semantics 1 | Carol (Nichols || Goulding) | |
| 2015-09-30 | Incorporate Arc exercise from @ConnyOnny!! :star2: | Carol (Nichols || Goulding) | |
| 2015-09-30 | added Arc1 to the Readme.md | Constantin Berhard | |
| but without link to rust play | |||
| 2015-09-29 | Add a shared mutability between threads exercise | Carol (Nichols || Goulding) | |
| Closes #3. Thank you @jdm!!! :sparkle: | |||
| 2015-09-22 | Be more specific with what I'm talking about | Carol (Nichols || Goulding) | |
| 2015-09-22 | Rearrange comment to break up bulleted lists | Carol (Nichols || Goulding) | |
| 2015-09-22 | Incorporate Move Semantics exercises from Felix's tutorial | Carol (Nichols || Goulding) | |
| :+1: :+1: :+1: Connects to #6 | |||
