about summary refs log tree commit diff
path: root/src/doc/guide.md
AgeCommit message (Expand)AuthorLines
2014-09-15remove references to HM inferenceSteve Klabnik-6/+2
2014-09-15properly annotate C code in the guideSteve Klabnik-3/+3
2014-09-13`rustc main.rs` generates main binary fileSantiago Pastorino-3/+3
2014-09-13These two lines are actually three.Markus Unterwaditzer-1/+1
2014-09-13doc: that felt like it needed a stronger break than what comma providesTshepang Lekhonkhobe-2/+2
2014-09-12auto merge of #17155 : steveklabnik/rust/dherman_fixes, r=brsonbors-224/+33
2014-09-11Replace the Tutorial with the Guide.Steve Klabnik-12/+3
2014-09-10don't say 'semantic'Steve Klabnik-8/+8
2014-09-10remove rich hickey loveSteve Klabnik-3/+3
2014-09-10Remove much of the modules section.Steve Klabnik-191/+2
2014-09-10hello_world.rs -> main.rsSteve Klabnik-18/+19
2014-09-10dave hates jokes :wink:Steve Klabnik-4/+1
2014-09-09Be explicit with rustdoc.Steve Klabnik-15/+16
2014-09-08guide: Remove reference to uninitialized bindingsSteve Klabnik-11/+2
2014-09-07auto merge of #17019 : steveklabnik/rust/remove_compromise, r=thestingerbors-1/+1
2014-09-05don't say compromiseSteve Klabnik-1/+1
2014-09-05Fix formatting in the guide.Steve Klabnik-1/+1
2014-09-01doc: Fix spelling errors.Joseph Crail-1/+1
2014-08-30rollup merge of #16881 : cmr/guide-typoAlex Crichton-1/+1
2014-08-30rollup merge of #16852 : steveklabnik/desugar_destructureAlex Crichton-1/+1
2014-08-30rollup merge of #16849 : nhowell/patch-1Alex Crichton-5/+5
2014-08-30rollup merge of #16839 : treeman/issue-15358Alex Crichton-1/+1
2014-08-30rollup merge of #16833 : SebastianZaha/fix-guide-typoAlex Crichton-1/+1
2014-08-30rollup merge of #16832 : SebastianZaha/fix-inconsistent-version-numberingAlex Crichton-8/+8
2014-08-30rollup merge of #16807 : nham/guide_added_ownership_ruleAlex Crichton-6/+11
2014-08-30rollup merge of #16726 : tshepang/consistencyAlex Crichton-1/+1
2014-08-30rollup merge of #16721 : tshepang/convenienceAlex Crichton-3/+3
2014-08-30rollup merge of #16716 : tshepang/tempAlex Crichton-1/+1
2014-08-30doc: Add another restriction to the list of ownership rules.nham-6/+11
2014-08-30guide: function -> closure in explanation of closuresCorey Richardson-1/+1
2014-08-30doc: make docs buildTshepang Lekhonkhobe-1/+1
2014-08-29desugar -> destructureSteve Klabnik-1/+1
2014-08-29Fix spelling mistakes in the guideNick Howell-5/+5
2014-08-29Tweak error message for use of a keyword in ident position.Jonas Hietala-1/+1
2014-08-28Fix guide typo.Sebastian Zaha-1/+1
2014-08-28Cargo begins version number at 0.0.1 instead of 0.1.0.Sebastian Zaha-8/+8
2014-08-27auto merge of #16752 : MatejLach/rust/more_cargorun, r=steveklabnikbors-26/+21
2014-08-27auto merge of #16724 : tshepang/rust/misleading, r=brsonbors-2/+1
2014-08-26Use cargo run in more placesMatej Lach-26/+21
2014-08-26auto merge of #16720 : tshepang/rust/trailing-prompt, r=alexcrichtonbors-10/+0
2014-08-24auto merge of #16722 : tshepang/rust/trailing-spaces, r=pcwaltonbors-15/+15
2014-08-24doc: slight consistency fixTshepang Lekhonkhobe-1/+1
2014-08-24doc: remove misleading/confusing infoTshepang Lekhonkhobe-2/+1
2014-08-24doc: remove trailing spaces from GuideTshepang Lekhonkhobe-15/+15
2014-08-24doc: use the more convenient 'cargo run' commandTshepang Lekhonkhobe-2/+2
2014-08-24doc: remove trailing shell promptsTshepang Lekhonkhobe-10/+0
2014-08-24doc: move misplaced commaTshepang Lekhonkhobe-3/+3
2014-08-24doc: add missing wordTshepang Lekhonkhobe-1/+1
2014-08-23Guide: Make add_three_times_four() publicDaniel Hofstetter-1/+2
2014-08-22auto merge of #16653 : steveklabnik/rust/module_wording, r=alexcrichtonbors-3/+5