about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-07-21Guessing game explanationSteve Klabnik-70/+879
2014-07-21Guide: improve error handlingSteve Klabnik-49/+131
2014-07-20auto merge of #15803 : omp/rust/master, r=alexcrichtonbors-1/+1
2014-07-20auto merge of #15745 : treeman/rust/tutorial-fixup, r=steveklabnikbors-22/+48
2014-07-18Fix typo.David Vazgenovich Shakaryan-1/+1
2014-07-18Include Strings guide with the others.Steve Klabnik-8/+7
2014-07-17Guide: stringsSteve Klabnik-0/+129
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-13/+10
2014-07-17auto merge of #15706 : phi-gamma/rust/master, r=huonwbors-2/+2
2014-07-17Small fixes for tutorial.Jonas Hietala-22/+48
2014-07-17deprecate Vec::getNick Cameron-8/+8
2014-07-16complement-lang-faq.md: fix typosPhilipp Gesang-2/+2
2014-07-15Fix cargo install instructionsSteve Klabnik-53/+6
2014-07-15auto merge of #15421 : catharsis/rust/doc-ffi-minor-fixes, r=alexcrichtonbors-7/+7
2014-07-15auto merge of #15534 : steveklabnik/rust/guide_stdin, r=brsonbors-0/+106
2014-07-15auto merge of #15531 : steveklabnik/rust/guide_looping, r=brsonbors-4/+137
2014-07-15auto merge of #15434 : steveklabnik/rust/guide_match, r=brsonbors-0/+96
2014-07-15doc: missing quote in keyword SendYazhong Liu-1/+1
2014-07-11Bump version to 0.12.0-preBrian Anderson-16/+16
2014-07-09Remove car analogy.Steve Klabnik-10/+5
2014-07-09auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichtonbors-9/+13
2014-07-09auto merge of #15422 : steveklabnik/rust/guide_compound_data_types, r=brsonbors-3/+273
2014-07-09auto merge of #15374 : steveklabnik/rust/comments, r=brsonbors-2/+45
2014-07-08Guide: Standard inputSteve Klabnik-0/+106
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-14/+14
2014-07-08Guide: loopingSteve Klabnik-4/+137
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-2/+6
2014-07-08webfonts: proper fixAdrien Tétar-7/+7
2014-07-08Guide: matchSteve Klabnik-0/+96
2014-07-08Guide: commentsSteve Klabnik-2/+45
2014-07-08Guide: complex data typesSteve Klabnik-3/+273
2014-07-07manual: Fix typo.Ruud van Asseldonk-3/+2
2014-07-06auto merge of #15467 : brson/rust/guideversion, r=alexcrichtonbors-1/+0
2014-07-06auto merge of #15456 : aochagavia/rust/guide, r=alexcrichtonbors-2/+2
2014-07-05doc: --version no longer displays the host tripleBrian Anderson-1/+0
2014-07-05auto merge of #15431 : iliekturtles/rust/13279-error-msg-order, r=pcwaltonbors-3/+4
2014-07-05Improved example in the GuideAdolfo Ochagavía-2/+2
2014-07-04rustc: Reorder error and note message to reduce confusion.Mike Boutin-3/+4
2014-07-04doc/guide-ffi: A few minor typo/language fixesAnton Lofgren-7/+7
2014-07-04add a missing closing parensdgoon-1/+1
2014-07-04auto merge of #15387 : huonw/rust/toc-space, r=alexcrichtonbors-1/+2
2014-07-04auto merge of #15378 : mdinger/rust/Issue_15333, r=alexcrichtonbors-10/+10
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-5/+5
2014-07-04doc: reduce spacing of table of contents.Huon Wilson-1/+2
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