about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
2015-04-20TRPL copyedits: stringsSteve Klabnik-23/+91
2015-04-20TRPL editing: vectorsSteve Klabnik-21/+42
2015-04-20Move drop back in TRPL TOCSteve Klabnik-1/+1
2015-04-20TRPL edits: method syntaxSteve Klabnik-36/+35
2015-04-20TRPL editing: structsSteve Klabnik-5/+5
2015-04-20TRPL editing: move patterns backSteve Klabnik-1/+1
2015-04-20TRPL editing: patternsSteve Klabnik-4/+36
2015-04-20TRPL editing: matchSteve Klabnik-15/+16
2015-04-20TRPL editing: enumsSteve Klabnik-104/+25
2015-04-18Auto merge of #24383 - avdi:patch-1, r=steveklabnikbors-1/+1
2015-04-19fix doctest (fixup #24466)Manish Goregaokar-1/+1
2015-04-18Rollup merge of #24466 - steveklabnik:more_more_more, r=alexcrichtonManish Goregaokar-3/+105
2015-04-17Rollup merge of #24515 - steveklabnik:gh24070, r=GankroManish Goregaokar-2/+7
2015-04-17Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-04-16Fix broken links in the docsFlorian Hartwig-3/+3
2015-04-16Descripe tuple indexing in TRPLSteve Klabnik-8/+24
2015-04-16Make note of documentation tests and binariesSteve Klabnik-1/+4
2015-04-16remove example usage of from_str in error docsSteve Klabnik-15/+18
2015-04-16Make note of possible XSS in RustdocSteve Klabnik-0/+10
2015-04-16Link up some stuff in the vectors chapterSteve Klabnik-2/+7
2015-04-16Fix some broken links in the bookFlorian Hartwig-4/+4
2015-04-16Fix link id for stackoverflowTing-Yu Lin-2/+2
2015-04-17Update hello-cargo.mdNelo Onyiah-1/+1
2015-04-15Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnikSteve Klabnik-1/+1
2015-04-15Rollup merge of #24468 - brettcannon:patch-2, r=alexcrichtonSteve Klabnik-4/+4
2015-04-15Rollup merge of #24467 - brettcannon:patch-1, r=alexcrichtonSteve Klabnik-2/+2
2015-04-15Rollup merge of #24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Grammar fixBrett Cannon-1/+1
2015-04-15Fix link to stack/heap pageBrett Cannon-4/+4
2015-04-15Fix link formatting errorBrett Cannon-2/+2
2015-04-15TRPL: move semanticsSteve Klabnik-1/+103
2015-04-14link to ownership for nowSteve Klabnik-2/+2
2015-04-14disabling a test for bitrig and openbsdDave Huseby-1/+1
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-41/+8
2015-04-14rollup merge of #24401: fenduru/patch-2Alex Crichton-1/+1
2015-04-14rollup merge of #24398: steveklabnik/thanks_mdingerAlex Crichton-1/+1
2015-04-14rollup merge of #24394: rundrop1/patch-1Alex Crichton-2/+1
2015-04-14rollup merge of #24368: kgv/fixAlex Crichton-2/+0
2015-04-14rollup merge of #24273: steveklabnik/even_moar_editingAlex Crichton-76/+148
2015-04-14mutability fixesSteve Klabnik-4/+4
2015-04-14copyediting: structsSteve Klabnik-6/+46
2015-04-14Fallout: move from scoped to spawnAaron Turon-41/+8
2015-04-13Point to From trait in error handling guidefenduru-1/+1
2015-04-13Fix up nightly installation instructions.Steve Klabnik-1/+1
2015-04-13Update vectors.mdrundrop1-2/+1
2015-04-13Wording for dynamic languages.Avdi Grimm-1/+1
2015-04-13Refer to Ruby/Python/JS as "dynamically evaluated"Avdi Grimm-1/+1
2015-04-13Arity link has moved to primitive-types.md.kgv-2/+0
2015-04-12Updated dead link in Traits chapter of book to point to Trait Objects chapter.Michael Alexander-2/+2
2015-04-11Fix readme doctest (fixup #24239)Manish Goregaokar-3/+3