about summary refs log tree commit diff
path: root/src/doc/book
AgeCommit message (Expand)AuthorLines
2016-03-09Remove inaccurate claim about inline assemblySteve Klabnik-2/+1
2016-03-09Small grammar fix in Guessing GameSteve Klabnik-1/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-37/+23
2016-03-08Rollup merge of #32115 - tclfs:patch-1, r=apasel422Steve Klabnik-1/+1
2016-03-08Rollup merge of #32103 - timmontague:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2016-03-08Rollup merge of #32092 - bluss:operator-overload, r=steveklabnikSteve Klabnik-10/+10
2016-03-08Remove final note from testing chapter.Pyfisch-4/+0
2016-03-08Update a spelling inconsistencyTang Chenglong-1/+1
2016-03-07Fixed linkTim Montague-1/+1
2016-03-07book: Update syntax index with OpAssign traitsUlrik Sverdrup-10/+10
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+8
2016-03-04Rollup merge of #32002 - srinivasreddy:vector_doc, r=ManishearthSteve Klabnik-0/+30
2016-03-03added ignoresrinivasreddy-1/+1
2016-03-02made print message similar across two loopssrinivasreddy-1/+1
2016-03-02addressed review comments - grammar corrections, space additionssrinivasreddy-5/+12
2016-03-02Explained the difference between ownership iteration and reference iterationsrinivasreddy-0/+23
2016-03-01Make book ordering more naturalEvan-1/+1
2016-03-01Rollup merge of #31987 - gcatlin:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-01grammar: 'fewer' instead of 'less'Geoff Catlin-1/+1
2016-02-29Clarified the details of a borrowing example.Evan-4/+4
2016-02-29Auto merge of #31958 - teoryn:patch-3, r=nagisabors-1/+1
2016-02-28Fix typo (an Result)Kevin Stock-1/+1
2016-02-28Fix typo (!#[no_std])Kevin Stock-1/+1
2016-02-27Auto merge of #31931 - Luke-Nukem:master, r=steveklabnikbors-9/+9
2016-02-27Resolve ambiguous documentationKevin Stock-4/+4
2016-02-27document inclusive range syntaxAlex Burka-1/+8
2016-02-27Refinement of paragraph referenced by [thisLuke Jones-9/+9
2016-02-25Rollup merge of #31827 - teoryn:patch-1, r=brsonManish Goregaokar-1/+1
2016-02-25Rollup merge of #31870 - ivan:filter-explain, r=steveklabnikManish Goregaokar-4/+6
2016-02-24book: Explain better why the filter closure gets a referenceIvan Kozik-4/+6
2016-02-24Capitalize some occurences of Rust in documentationFlorian Hahn-1/+1
2016-02-22Fix warn(unused_mut) in exampleKevin Stock-1/+1
2016-02-20Fix number of lines and methods in guessing gameChad Shaffer-2/+2
2016-02-17Rollup merge of #31565 - SDX2000:docfixes4, r=steveklabnikSteve Klabnik-9/+53
2016-02-17Made v2 mutable so that we can actually truncate it.Sandeep Datta-2/+2
2016-02-16Clarify contiguous memory array structure of vectors in documentationDirk Gadsden-2/+9
2016-02-14Rollup merge of #31658 - felgru:master, r=steveklabnikSteve Klabnik-1/+1
2016-02-14doc: fix compiler outputFelix Gruber-1/+1
2016-02-14doc: Remove trailing whitespacefbergr-1/+1
2016-02-14Rollup merge of #31612 - raindev:grammar, r=steveklabnikManish Goregaokar-1/+1
2016-02-14Rollup merge of #31610 - Manishearth:doc-clarify-txrx, r=steveklabnikManish Goregaokar-0/+2
2016-02-14Rollup merge of #31563 - SDX2000:docfixes1, r=steveklabnikManish Goregaokar-4/+6
2016-02-13Fixed build error as per steveklabnik's suggestion and expanded on the ills o...Sandeep Datta-1/+5
2016-02-12Remove unnecessary articleAndrew Barchuk-1/+1
2016-02-13Clarify what tx/rx mean in concurrency docsManish Goregaokar-0/+2
2016-02-11Minor change.Sandeep Datta-7/+7
2016-02-11Minor change.Sandeep Datta-2/+2
2016-02-11Explained the data race with an example.Sandeep Datta-10/+30
2016-02-11Clarified move semantics in "the details" section.Sandeep Datta-7/+27
2016-02-11Added a few words to indicate where the vector object is created.Sandeep Datta-4/+6