about summary refs log tree commit diff
path: root/src/doc/guide.md
AgeCommit message (Expand)AuthorLines
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
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