about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-23/+9
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-8/+6
2015-01-21Fix type inference problems in tests and docsAaron Turon-8/+6
2015-01-21rollup merge of #21433: alfie/typobookAlex Crichton-1/+1
2015-01-21rollup merge of #21394: japaric/nononoAlex Crichton-5/+1
2015-01-21rollup merge of #21393: loganchien/fix-if-stmt-doc-titleAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21docs: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-23/+9
2015-01-21remove `NoSendItem` and `NoSyncItem`Jorge Aparicio-5/+1
2015-01-20Auto merge of #21439 - alexcrichton:rollup, r=alexcrichtonbors-134/+134
2015-01-20Test fixes and rebase conflictsAlex Crichton-5/+5
2015-01-20docs: typoAlfie John-1/+1
2015-01-21Rollup merge of #21179 - nodakai:reference-mod-to-self, r=huonwBarosl LEE-4/+4
2015-01-21Rollup merge of #21427 - steveklabnik:generics_fix, r=alexcrichtonBarosl LEE-3/+3
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichtonBarosl LEE-2/+2
2015-01-21Rollup merge of #21358 - glacjay:patch-2, r=alexcrichtonBarosl LEE-0/+1
2015-01-21Rollup merge of #21357 - kimroen:patch-1, r=sanxiynBarosl LEE-3/+2
2015-01-21Rollup merge of #21345 - glacjay:patch-1, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21048 - aroben:patch-1, r=steveklabnikBarosl LEE-1/+1
2015-01-21Rollup merge of #21294 - alfie:typo, r=steveklabnikBarosl LEE-1/+1
2015-01-21Rollup merge of #21355 - alfie:suffix, r=steveklabnikBarosl LEE-107/+107
2015-01-21Rollup merge of #21280 - timparenti:old-guide-stub-grammar, r=alexcrichtonBarosl LEE-12/+12
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-1/+1
2015-01-20Small fix in TRPL 3.9Steve Klabnik-3/+3
2015-01-20Auto merge of #19353 - icorderi:docs/grammar, r=steveklabnikbors-0/+777
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-4/+4
2015-01-20Change the title of if statement in trpl book.Logan Chien-1/+1
2015-01-18Fix std::marker.Wangshan Lu-2/+2
2015-01-18fix formattingJay True-0/+1
2015-01-18docs: replacing more deprecated integer suffixesAlfie John-80/+80
2015-01-18Remove redundant "Right now"Kim Røen-3/+2
2015-01-18docs: replace deprecated integer suffixes from examplesAlfie John-28/+28
2015-01-18fix an error about the static lifetimeJay True-1/+1
2015-01-17docs: typoAlfie John-1/+1
2015-01-17Fix more rollup problemsSteve Klabnik-0/+1
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-17docs: grammar fixAlfie John-1/+1
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-70/+70
2015-01-17Add C -> Rust example to FFI chapter of the book.Steve Klabnik-28/+46
2015-01-17Fix up titles of TRPL chaptersSteve Klabnik-10/+10
2015-01-17Fix typo.Ms2ger-1/+1
2015-01-17Intpocalypse, book edition.Steve Klabnik-185/+187
2015-01-17Evaluate # fn in docsSteve Klabnik-35/+47
2015-01-17Remove segmented stack info from the FFI chapter of the book.Steve Klabnik-23/+0
2015-01-17Replace obsolete constructions in into examplesAndrew Barchuk-12/+12
2015-01-17Remove Thread::detach() call from intro exampleAndrew Barchuk-1/+1
2015-01-17Fix intro concurrency examples compilation warnsAndrew Barchuk-5/+5
2015-01-17Add enum discriminats to the reference.Steve Klabnik-0/+21
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1