summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-5/+5
2014-06-27auto merge of #15211 : steveklabnik/rust/guide_skeleton, r=huonwbors-0/+61
2014-06-27auto merge of #15166 : zookoatleastauthoritycom/rust/13570-add-see-below-to-a...bors-5/+6
2014-06-27Skeleton outline of the guide.Steve Klabnik-0/+61
2014-06-26Add one more ignore.Steve Klabnik-1/+1
2014-06-26Fix windows run instructionsSteve Klabnik-1/+1
2014-06-26C macros, not C++ templates.Steve Klabnik-2/+2
2014-06-26Fix missing word and some grammarSteve Klabnik-2/+2
2014-06-26Note that macros != templatesSteve Klabnik-1/+4
2014-06-26Clarify which curly is being referred toSteve Klabnik-2/+2
2014-06-26TIL PATHEXTSteve Klabnik-1/+1
2014-06-26Move note about $ upSteve Klabnik-3/+3
2014-06-26Fixing link to subreddit.Steve Klabnik-4/+4
2014-06-26StackOverflow -> Stack OverflowSteve Klabnik-1/+1
2014-06-26Fix IRC linkage.Steve Klabnik-2/+3
2014-06-26staticly -> staticallySteve Klabnik-5/+5
2014-06-26all/someSteve Klabnik-1/+1
2014-06-26tha -> thanSteve Klabnik-4/+4
2014-06-26Fix capitalization of Issue.Steve Klabnik-1/+1
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 #15197 : omasanori/rust/doc-fix, r=alexcrichtonbors-1/+1
2014-06-26Fix a typo and a small syntactic error.OGINO Masanori-1/+1
2014-06-26auto merge of #15181 : steveklabnik/rust/hello_world, r=brsonbors-0/+180
2014-06-26auto merge of #15162 : steveklabnik/rust/install_instructions, r=brsonbors-1/+100
2014-06-25Add extra ignore directives.Steve Klabnik-4/+4
2014-06-25Guide: Hello, world!Steve Klabnik-0/+180
2014-06-25auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichtonbors-3/+8
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-25Make an example more clear with sample code.Steve Klabnik-3/+8
2014-06-25auto merge of #15165 : zookoatleastauthoritycom/rust/14148-Optimize-out-exhor...bors-35/+33
2014-06-25reflow with emacs fill-paragraph (fill-column 71)Zooko Wilcox-O'Hearn-5/+6
2014-06-25add "(see below)" to a reference to a new conceptZooko Wilcox-O'Hearn-1/+1
2014-06-25Optimize out exhortations about being careful.Zooko Wilcox-O'Hearn-35/+33
2014-06-24Fix grammar in tutorialMichael Zhou-1/+1
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-0/+17
2014-06-24Improve ambiguous pronoun.Steve Klabnik-3/+4
2014-06-24Remove the cheat sheet.Steve Klabnik-281/+0
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-56/+57
2014-06-24auto merge of #15107 : ipetkov/rust/tutorial-update, r=alexcrichtonbors-4/+5
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+7
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-5/+6
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-4/+4
2014-06-23Docs: tutorial: Remove a couple references to `~T`Ivan Petkov-4/+5
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-4/+4
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-9/+24
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-4/+9
2014-06-20auto merge of #15048 : brson/rust/toc-margin, r=alexcrichtonbors-1/+1