summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-11-30Merge branch 'new' into new-readme-more-explicitErik Vesteraas
2018-11-26Created sub READMEs for CLI only versiondelet0r
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-26Continue work on new readme.Erik Vesteraas
- Be more explicit re terminal commands - Copy over "Need help?" section - General wording
2018-11-26README for CLI only versiondelet0r
This README mentions READMEs for every exercise topic, those haven't been added yet.
2018-11-09right let's try this one againolivia
2018-05-22update docsolivia
2018-05-22add console output imageolivia
2018-05-22add some basic docsolivia
2018-04-26wipe readmeolivia
2018-03-06Regenerate READMECarol (Nichols || Goulding)
2018-03-05Regenerate READMECarol (Nichols || Goulding)
2018-03-04Update generated READMECarol (Nichols || Goulding)
2018-03-04Update the updated book linksCarol (Nichols || Goulding)
2018-03-04Merge remote-tracking branch 'origin/pr/62'Carol (Nichols || Goulding)
2018-03-04Fix line numbersCarol (Nichols || Goulding)
Fixes #69.
2018-03-04Make a handlebars helper that uses prlink to generate a link from a fileCarol (Nichols || Goulding)
2018-03-04Redo line wrapping at 100 charsCarol (Nichols || Goulding)
2018-03-04Introduce handlebars to be able to do templatingCarol (Nichols || Goulding)
2018-03-04Start a script to regenerate README.md from a templateCarol (Nichols || Goulding)
So far this doesn't actually do any templating, just adds a note about the README being autogenerated :)
2018-03-02Add filenames to the linkCarol (Nichols || Goulding)
2017-09-02Changed book links to second edition.Stephen Slatky
2017-06-17links updateddineshmv
2017-03-19Link edits + new exs from jan-schreib, mwilli20, & QuietMisdreavus! ☄️Carol (Nichols || Goulding)
2016-08-15changed URLs to https scheme where possiblesarge
2016-07-05Incorporate changes from @pindell-matt! 🚀Carol (Nichols || Goulding)
2016-07-04Update "strings2.rs" linkMatt 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-21Too many dashes oopsCarol (Nichols || Goulding)
2016-06-21Add more hints, better test failures, etc to errorsnCarol (Nichols || Goulding)
2016-06-21Add another another error exerciseCarol (Nichols || Goulding)
2016-06-21Add another error exerciseCarol (Nichols || Goulding)
2016-06-16Update the readme links, oopsCarol (Nichols || Goulding)
2016-06-07Update dead dining philosophers link to the 1.4.0 book example.Matthew J. Berger
2016-04-19Make strings2 less confusing, thank you @glenjamin!! :tada:Carol (Nichols || Goulding)
Fixes #41.
2016-04-19Incorporate 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-16Add 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-16Add an exercise for rewriting Option to be ResultCarol (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-16Rename the first errors exercise to be about Option, link to itCarol (Nichols || Goulding)
2016-04-16Start an error handling section and move the result exercise thereCarol (Nichols || Goulding)
I think this is a better categorization than "standard library types".
2016-04-09Fix typoJake Worth
2016-02-08Moved away from deprecated thread::sleep_msSeamus Connor
Refactored to use thread::sleep and time::Duration and updated link in README.md
2016-02-07Add links to the new primitive types exercises!!Carol (Nichols || Goulding)
Fixes #29, thank you @ruipserra!!
2016-02-03Changing the IRC chanel to #rust-beginnersDouglas Correa
2015-11-17Make @ConnyOnny's example be 1st example in the `if` section! :tada:Carol (Nichols || Goulding)
2015-11-17Update link in README for move semantics 1Carol (Nichols || Goulding)
2015-09-30Incorporate Arc exercise from @ConnyOnny!! :star2:Carol (Nichols || Goulding)
2015-09-30added Arc1 to the Readme.mdConstantin Berhard
but without link to rust play
2015-09-29Add a shared mutability between threads exerciseCarol (Nichols || Goulding)
Closes #3. Thank you @jdm!!! :sparkle:
2015-09-22Be more specific with what I'm talking aboutCarol (Nichols || Goulding)
2015-09-22Rearrange comment to break up bulleted listsCarol (Nichols || Goulding)
2015-09-22Incorporate Move Semantics exercises from Felix's tutorialCarol (Nichols || Goulding)
:+1: :+1: :+1: Connects to #6