about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
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
2015-01-13Expand the section on closures in TRPL.JONNALAGADDA Srinivas-8/+35
2015-01-12Match prose with code when discussing Ordering valuesAdam Roben-1/+1
2015-01-12Don't use 'synonym' with regards to newtypesSteve Klabnik-1/+1
2015-01-12Elaborate on destructuring letSteve Klabnik-1/+2
2015-01-12Improve the ownership guide a tadSteve Klabnik-4/+20
2015-01-12Improve clarity of paragraph in the pointer guideSteve Klabnik-5/+4
2015-01-12Ease parsing of an English sentenceLauri Lehmijoki-1/+1
2015-01-12Clean up wording around uninitialized values.Steve Klabnik-19/+1
2015-01-12Link to sections in the book's README.mdSteve Klabnik-3/+3
2015-01-12Small fix in the bookSteve Klabnik-1/+1