about summary refs log tree commit diff
path: root/src/doc/guide.md
AgeCommit message (Expand)AuthorLines
2014-08-21auto merge of #16635 : steveklabnik/rust/ordering_comment, r=huonwbors-5/+4
2014-08-21fix module wording in guideSteve Klabnik-3/+5
2014-08-21auto merge of #16487 : steveklabnik/rust/guide_ownership, r=brsonbors-0/+167
2014-08-21auto merge of #16471 : EduardoBautista/rust/chapter-14-fixes, r=steveklabnikbors-40/+40
2014-08-21auto merge of #16447 : steveklabnik/rust/guide_vectors_extra, r=brsonbors-0/+13
2014-08-21auto merge of #16331 : steveklabnik/rust/guide_macros_and_unsafe, r=brsonbors-4/+177
2014-08-20Guide: unsafeSteve Klabnik-49/+151
2014-08-20fixes some syntax highlighting annotationsChristoph Burgdorf-4/+4
2014-08-20Make note that Ordering is builtin.Steve Klabnik-6/+5
2014-08-20Guide: macrosSteve Klabnik-0/+71
2014-08-20auto merge of #16408 : steveklabnik/rust/guide_iterators, r=brsonbors-2/+336
2014-08-20auto merge of #16257 : steveklabnik/rust/guide_patterns, r=brsonbors-1/+167
2014-08-19Remove repeated section and make file path genericEduardo Bautista-11/+1
2014-08-19Use new Cargo starting version numberEduardo Bautista-21/+21
2014-08-19Use new Cargo file syntaxEduardo Bautista-31/+41
2014-08-19`input_num` is used is used instead of `guess` further in the guideEduardo Bautista-3/+3
2014-08-19Cargo generates "Hello, world!" instead of "Hello world!"Eduardo Bautista-1/+1
2014-08-19Cargo begins version number at 0.0.1 instead of 0.1.0Eduardo Bautista-15/+15
2014-08-19auto merge of #16585 : steveklabnik/rust/random_remarks, r=pcwaltonbors-2/+10
2014-08-19auto merge of #16345 : EduardoBautista/rust/fix-error-message-in-guide, r=ste...bors-2/+2
2014-08-18Make comment about small bias in %.Steve Klabnik-1/+2
2014-08-18Explain modulo in the guide.Steve Klabnik-2/+9
2014-08-18Guide: ownershipSteve Klabnik-0/+167
2014-08-18Remove 'static analysis'Steve Klabnik-4/+3
2014-08-14auto merge of #16474 : MatejLach/rust/cargorun_fix, r=steveklabnikbors-26/+30
2014-08-14Guide: array subscript notationSteve Klabnik-0/+13
2014-08-14Guide: iteratorsSteve Klabnik-2/+336
2014-08-13Introduce the cargo run command earlier (squashed)Matej Lach-26/+30
2014-08-13Guide: Add missing integer type to section on if expressionsAndreas Tolfsen-1/+1
2014-08-12Guide: patterns.Steve Klabnik-1/+167
2014-08-11auto merge of #16427 : brson/rust/https, r=thestingerbors-3/+3
2014-08-11Guide: vectorsSteve Klabnik-6/+71
2014-08-11Update docs to use HTTPS for static.rust-lang.org addressesBrian Anderson-3/+3
2014-08-11Fix some minor issues in the guide.Peer Aramillo Irizar-6/+6
2014-08-08auto merge of #16333 : steveklabnik/rust/guide_strings, r=brsonbors-0/+80
2014-08-08Guide: method syntaxSteve Klabnik-0/+88
2014-08-08auto merge of #16309 : steveklabnik/rust/guide_tasks, r=brsonbors-0/+146
2014-08-08Single curly braces instead of double are being usedEduardo Bautista-1/+1
2014-08-08Update error message on compileEduardo Bautista-1/+1
2014-08-08auto merge of #16273 : steveklabnik/rust/guide_generics, r=brsonbors-1/+491
2014-08-07auto merge of #16206 : steveklabnik/rust/guide_lambdas, r=brsonbors-1/+203
2014-08-07Guide: TraitsSteve Klabnik-25/+339
2014-08-07Guide: stringsSteve Klabnik-0/+80
2014-08-07Guide: tasksSteve Klabnik-0/+146
2014-08-07Guide: closuresSteve Klabnik-1/+203
2014-08-06Guide: Fix imports (times_four instead of add_four)Daniel Hofstetter-2/+2
2014-08-05Guide: genericsSteve Klabnik-0/+176
2014-08-05auto merge of #16234 : cakebaker/rust/rename_guessing_game_rs_to_main_rs, r=s...bors-17/+17
2014-08-04Rename guessing_game.rs to main.rs in guideDaniel Hofstetter-17/+17
2014-08-04Rename modules.rs to main.rs in guideDaniel Hofstetter-3/+3