about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
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-20Small fix in TRPL 3.9Steve Klabnik-3/+3
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-4/+4
2015-01-18Fix std::marker.Wangshan Lu-2/+2
2015-01-18fix formattingJay True-0/+1
2015-01-18Remove redundant "Right now"Kim Røen-3/+2
2015-01-18fix an error about the static lifetimeJay True-1/+1
2015-01-17Fix more rollup problemsSteve Klabnik-0/+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-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-4/+4
2015-01-16Merge pull request #21214 from sleepynate/spacing-in-bookbors-3/+3
2015-01-15Fix commented graphs in src/doc/trpl/ownership.mdnathan dotz-3/+3
2015-01-15rollup merge of #21206: steveklabnik/expressionsAlex Crichton-0/+18
2015-01-15rollup merge of #21148: bombless/patch-1Alex Crichton-1/+1
2015-01-15rollup merge of #21141: tcard/masterAlex Crichton-1/+1
2015-01-15rollup merge of #21109: steveklabnik/gh17224Alex Crichton-3/+76
2015-01-15rollup merge of #21105: csouth3/kill-box-importAlex Crichton-13/+0
2015-01-15rollup merge of #21040: steveklabnik/gh20037Alex Crichton-1/+1
2015-01-15rollup merge of #21038: steveklabnik/gh20471Alex Crichton-1/+2
2015-01-15rollup merge of #21031: steveklabnik/gh19067Alex Crichton-5/+4
2015-01-15rollup merge of #21029: steveklabnik/gh19924Alex Crichton-4/+20
2015-01-15rollup merge of #21023: steveklabnik/gh20840Alex Crichton-19/+1
2015-01-15rollup merge of #21015: steveklabnik/gh20852Alex Crichton-3/+3
2015-01-15rollup merge of #21013: steveklabnik/gh20914Alex Crichton-1/+1
2015-01-15rollup merge of #21011: steveklabnik/gh20993Alex Crichton-2/+2
2015-01-15rollup merge of #21001: camjackson/masterAlex Crichton-8/+1
2015-01-15rollup merge of #20988: ciphergoth/task-to-threadAlex Crichton-14/+13
2015-01-15rollup merge of #20986: alkor/doc-fixesAlex Crichton-3/+12
2015-01-15rollup merge of #20929: laurilehmijoki/masterAlex Crichton-1/+1
2015-01-15rollup merge of #20892: CarVac/masterAlex Crichton-39/+39
2015-01-15Clarify function return style.Steve Klabnik-0/+18
2015-01-15fix wrong linkYork Xiang-1/+1
2015-01-14TRPL: Anti-example failing for the wrong reason.Toni Cárdenas-1/+1
2015-01-13Provide example of generic inverse()Steve Klabnik-3/+76
2015-01-13Remove unneeded box import in examplesChase Southwood-17/+0
2015-01-13Replace usage of deriving with derive in docsGreg Chapple-1/+1