about summary refs log tree commit diff
path: root/src/doc/guide.md
AgeCommit message (Collapse)AuthorLines
2014-06-27Skeleton outline of the guide.Steve Klabnik-0/+61
2014-06-26Add one more ignore.Steve Klabnik-1/+1
Thanks @huonw
2014-06-26Fix windows run instructionsSteve Klabnik-1/+1
Thank you, @stormbrew!
2014-06-26C macros, not C++ templates.Steve Klabnik-2/+2
@cmr rightfully points out that C macros are worse, and share the same name.
2014-06-26Fix missing word and some grammarSteve Klabnik-2/+2
Thanks @chris-morgan and @P1start! :heart:
2014-06-26Note that macros != templatesSteve Klabnik-1/+4
Good call, @chris-morgan and @cmr!
2014-06-26Clarify which curly is being referred toSteve Klabnik-2/+2
Thanks @chris-morgan
2014-06-26TIL PATHEXTSteve Klabnik-1/+1
Thanks @chris-morgan :heart:
2014-06-26Move note about $ upSteve Klabnik-3/+3
Thanks @chris-morgan :heart:
2014-06-26Fixing link to subreddit.Steve Klabnik-4/+4
Thanks @chris-morgan :heart:
2014-06-26StackOverflow -> Stack OverflowSteve Klabnik-1/+1
Thanks @chris-morgan
2014-06-26Fix IRC linkage.Steve Klabnik-2/+3
Death to `here`! Thanks @chris-morgan :heart:
2014-06-26staticly -> staticallySteve Klabnik-5/+5
What's funny about this one is that spellcheck caught it, but for some reason didn't give me the right suggestion, so I assumed that it wasn't in my dictionary. Oh well. Thanks @P1start! :heart:
2014-06-26all/someSteve Klabnik-1/+1
How could I forsake `rustdoc`? :sweat_smile: Thanks @huonw.
2014-06-26tha -> thanSteve Klabnik-4/+4
Thanks @huonw :heart:
2014-06-26Fix capitalization of Issue.Steve Klabnik-1/+1
@chris-morgan and @huonw pointed out that even though the feature is a proper noun, we're using it in a more generic sense here.
2014-06-26Add a note that this requires `git`.Steve Klabnik-1/+8
2014-06-26Guide: Hello, cargoSteve Klabnik-0/+113
2014-06-26auto merge of #15181 : steveklabnik/rust/hello_world, r=brsonbors-0/+180
This is built on top of https://github.com/rust-lang/rust/pull/15162 . https://github.com/steveklabnik/rust/commit/cccae83d922f5aade2b7cca96579521cc35ced59 is the only new commit, you may want to look at that rather than the whole diff. Writing our first Rust program together. This is the most crucial step, so I go to a fairly deep level of detail. Future sections will move more quickly.
2014-06-25Add extra ignore directives.Steve Klabnik-4/+4
2014-06-25Guide: Hello, world!Steve Klabnik-0/+180
Let's write our first Rust program!
2014-06-25thanks @sfacklerSteve Klabnik-1/+1
2014-06-25fix feedback from @huonwSteve Klabnik-3/+7
2014-06-25Guide: install instructionsSteve Klabnik-1/+96
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-0/+10
In line with what @brson, @cmr, @nikomatsakis and I discussed this morning, my redux of the tutorial will be implemented as the Guide. This way, I can work in small iterations, rather than dropping a huge PR, which is hard to review. In addition, the community can observe my work as I'm doing it. This adds a note in line with [this comment][reddit] that clarifies the state of the tutorial, and the community's involvement with it. [reddit]: http://www.reddit.com/r/rust/comments/28bew8/rusts_documentation_is_about_to_drastically/ci9c98k