about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-07-03correct a few spelling mistakes in the tutorialNathan Froyd-3/+3
2014-07-03Guide: add mutable binding sectionSteve Klabnik-3/+39
2014-07-03Guide: functionsSteve Klabnik-0/+146
2014-07-03Guide: ifSteve Klabnik-0/+147
2014-07-03auto merge of #15331 : Derecho/rust/master, r=alexcrichtonbors-1/+1
2014-07-03Improve code reuse between trans/_match.rs and check_match.rsJakub Wieczorek-2/+0
2014-07-02auto merge of #15286 : alexcrichton/rust/channel-stability, r=cmrbors-0/+4
2014-07-02Apply stability attributes to std::commAlex Crichton-0/+4
2014-07-02Fix example in docs on documentationDerecho-1/+1
2014-07-02auto merge of #15229 : steveklabnik/rust/if, r=cmrbors-10/+221
2014-07-01Guide: variable bindings.Steve Klabnik-0/+210
2014-07-01doc: Clarify that an error is a compiler errorBrian Anderson-1/+1
2014-07-01Re-arrange TOC.Steve Klabnik-11/+12
2014-06-30auto merge of #15247 : smenardpw/rust/patch-1, r=alexcrichtonbors-2/+2
2014-06-30auto merge of #15259 : steveklabnik/rust/patch-3, r=alexcrichtonbors-2/+3
2014-06-30auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonwbors-4/+15
2014-06-30Allow external html in rustdoc for crates.zzmp-4/+15
2014-06-30Little typo fixsmenardpw-2/+2
2014-06-29it -> CargoSteve Klabnik-2/+3
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-50/+48
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-30/+32
2014-06-28Rename all raw pointers as necessaryAlex Crichton-30/+32
2014-06-28auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmrbors-1/+2
2014-06-27looks like a cut-n-paste error in unused codeJohn Clements-1/+2
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