about summary refs log tree commit diff
path: root/src/doc/guide.md
AgeCommit message (Expand)AuthorLines
2014-11-10Rogue 'panic' -> 'fail' in guide.Jeff Parsons-1/+1
2014-11-08Reword &str coercion into viewingmdinger-2/+2
2014-11-06rollup merge of #18708 : qwitwa/masterAlex Crichton-2/+2
2014-11-0614.3 - helpfully implied code sample is brokenqwitwa-2/+2
2014-11-06Update guide.mdtshakah-1/+1
2014-11-05Update the guide examples and try not to leave user hanging as to whatNiko Matsakis-3/+7
2014-11-04auto merge of #18338 : chastell/rust/guide_pointer_fixes, r=alexcrichtonbors-8/+8
2014-11-04Guide: drop line-number cruft from elided error examplesPiotr Szotkowski-5/+5
2014-11-04Guide: minor clarifications for the Pointers partPiotr Szotkowski-3/+3
2014-11-04auto merge of #18497 : gamazeps/rust/enumsmatch, r=steveklabnikbors-21/+50
2014-11-04Guide: explains the enum/match relationshipgamazeps-21/+50
2014-11-03rollup merge of #18355 : chastell/guide_iterators_macros_unsafe_fixesAlex Crichton-20/+21
2014-11-02Convert some notes to help messagesP1start-1/+1
2014-10-30auto merge of #18339 : chastell/rust/guide_pattern_fixes, r=nikomatsakisbors-8/+8
2014-10-30auto merge of #18377 : steveklabnik/rust/fix_wording_about_errors, r=nikomats...bors-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-8/+8
2014-10-29auto merge of #18340 : chastell/rust/guide_closures_fixes, r=steveklabnikbors-12/+12
2014-10-28Guide: Iterators: …are always lazy + rewrap as per requestPiotr Szotkowski-5/+6
2014-10-28auto merge of #18273 : gamazeps/rust/issue18218, r=steveklabnikbors-3/+4
2014-10-27rollup merge of #18347 : cakebaker/ffiAlex Crichton-3/+3
2014-10-27rollup merge of #18321 : chastell/guide_refresh_testing_outputAlex Crichton-58/+75
2014-10-27rollup merge of #18320 : chastell/guide_simplify_formattingAlex Crichton-7/+7
2014-10-27rollup merge of #18309 : cakebaker/fix_off_by_oneAlex Crichton-1/+1
2014-10-27rollup merge of #18231 : cakebaker/fix_greater_than_forty_two_closureAlex Crichton-1/+1
2014-10-27Fix some wording about errorsSteve Klabnik-2/+2
2014-10-26Guide: motivate Box and Rc pointers with need, uses, benefits, and examples.John Kleint-44/+78
2014-10-26Guide: Iterators, Macros and Unsafe wording fixesPiotr Szotkowski-16/+16
2014-10-26Guide: Closures fix suggested by @cakebakerPiotr Szotkowski-1/+1
2014-10-26Guide: Add link to FFI explanationDaniel Hofstetter-3/+3
2014-10-26Guide: Closures: minor wording fixesPiotr Szotkowski-12/+12
2014-10-26Guide: Patterns: use non-x variables in match blocksPiotr Szotkowski-8/+8
2014-10-25Guide: update Testing output and fix contents to matchPiotr Szotkowski-49/+66
2014-10-25Guide: Cargo now adds bang and drops the semicolon for ‘Hello, world’Piotr Szotkowski-9/+9
2014-10-25Guide: drop :d formatting where unnecessaryPiotr Szotkowski-7/+7
2014-10-25Guide: Fix off-by-one errorDaniel Hofstetter-1/+1
2014-10-25auto merge of #18176 : jkleint/rust/guide-borrow-wording, r=steveklabnikbors-15/+18
2014-10-24Changes a little the description of take in the guidegamazeps-3/+4
2014-10-24Add a lint for not using field pattern shorthandsP1start-0/+3
2014-10-22Guide: Change >= to > in closureDaniel Hofstetter-1/+1
2014-10-22Guide: Adapt range values to variable nameDaniel Hofstetter-2/+2
2014-10-21Guide: articulate the advantages of ownership over garbage collection.John Kleint-15/+18
2014-10-20auto merge of #18186 : cakebaker/rust/fix_test_count, r=alexcrichtonbors-2/+2
2014-10-20Guide: Fix test countDaniel Hofstetter-2/+2
2014-10-20Guide: Fix typo in pathDaniel Hofstetter-4/+4
2014-10-19auto merge of #18139 : JelteF/rust-1/patch-1, r=steveklabnikbors-2/+2
2014-10-19auto merge of #18135 : EduardoBautista/rust/fix-misaligned-carot, r=steveklabnikbors-1/+1
2014-10-18Fix fold explanation in the guideJelte Fennema-2/+2
2014-10-18Fix misaligned carot in guideEduardo Bautista-1/+1
2014-10-17Use match expression directly in guide.mdjrincayc-8/+6
2014-10-14Guide: develop the exposition of arrays, vectors, and slices.John Kleint-50/+65