summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-2/+2
2015-02-18rollup merge of #22484: riginding/masterAlex Crichton-1/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-2/+2
2015-02-18Update docs by dropping suffixes except where they served to instruct.Niko Matsakis-2/+2
2015-02-18Fixed link in ffi documentationRyan Riginding-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-40/+22
2015-02-17rollup merge of #22123: steveklabnik/doc_where_clausesAlex Crichton-0/+90
2015-02-17fix doctestManish Goregaokar-1/+1
2015-02-17Rollup merge of #22393 - kmcallister:macros-chapter , r=steveklabnikManish Goregaokar-524/+512
2015-02-17Rollup merge of #22410 - Reignbeaux:master, r=steveklabnikManish Goregaokar-2/+2
2015-02-17Rollup merge of #22333 - caipre:patch-1, r=steveklabnikManish Goregaokar-2/+2
2015-02-17Rollup merge of #22296 - steveklabnik:gh21577, r=GankroManish Goregaokar-43/+41
2015-02-17Rollup merge of #22027 - iblech:patch-1, r=steveklabnikManish Goregaokar-10/+10
2015-02-17Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfacklerManish Goregaokar-0/+10
2015-02-17Rollup merge of #22378 - jxcl:master, r=steveklabnikManish Goregaokar-0/+5
2015-02-17Rollup merge of #22377 - thiagooak:book-glossary, r=steveklabnikManish Goregaokar-0/+17
2015-02-17Rollup merge of #22368 - thiagooak:book-arity, r=steveklabnikManish Goregaokar-1/+2
2015-02-17Rollup merge of #22365 - serejkus:configs-link, r=steveklabnikManish Goregaokar-1/+1
2015-02-16Tiny typo changes (per discussion in pull request #22027)Ingo Blechschmidt-8/+7
2015-02-16Rewrite the macros chapterKeegan McAllister-524/+512
2015-02-16Fixed typo and removed unfitting 'can'Henrik Schopmans-2/+2
2015-02-16Document where clauses.Steve Klabnik-0/+90
2015-02-16Remove use of range() in iterator docs.Steve Klabnik-43/+41
2015-02-16Fix grammarManish Goregaokar-1/+1
2015-02-15improve textThiago Carvalho-3/+2
2015-02-15Added explanation to trpl of integer types.Alexander Bliskovsky-0/+5
2015-02-15glossaryThiago Carvalho-0/+18
2015-02-15Book - short explanation of arityThiago Carvalho-1/+2
2015-02-15Rollup merge of #22256 - brson:installer-next, r=alexcrichtonManish Goregaokar-3/+3
2015-02-15Rollup merge of #22293 - steveklabnik:gh12891, r=brsonManish Goregaokar-1/+10
2015-02-15Rollup merge of #22329 - thiagooak:book, r=steveklabnikManish Goregaokar-3/+3
2015-02-15Rollup merge of #22324 - Manishearth:patch-1, r=steveklabnikManish Goregaokar-6/+6
2015-02-15Rollup merge of #22305 - steveklabnik:gh20948, r=alexcrichtonManish Goregaokar-2/+2
2015-02-15Rollup merge of #22295 - steveklabnik:gh9980, r=alexcrichtonManish Goregaokar-4/+11
2015-02-15Rollup merge of #22280 - Unode:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-02-15Rollup merge of #22275 - steveklabnik:gh7538, r=huonwManish Goregaokar-12/+41
2015-02-15Rollup merge of #22271 - steveklabnik:gh22035, r=nikomatsakisManish Goregaokar-8/+5
2015-02-15Rollup merge of #22264 - fhahn:tiny-doc-fix2, r=GankroManish Goregaokar-1/+1
2015-02-15Rollup merge of #22132 - steveklabnik:gh16645, r=alexcrichtonManish Goregaokar-1/+24
2015-02-15book: link to a file with configs linksElantsev Serj-1/+1
2015-02-14Minor change in 'method-syntax' chaptercaipre-2/+2
2015-02-14Documentation FixesThiago Carvalho-3/+3
2015-02-14Normalize range syntax used in concurrency.mdManish Goregaokar-6/+6
2015-02-13Note that Vec<T> is heap allocated.Steve Klabnik-2/+2
2015-02-13Enhance static mut example in FFI chapter.Steve Klabnik-4/+11
2015-02-13Mention type placeholders in the book.Steve Klabnik-1/+10
2015-02-13Fix small copy-paste typoRenato Alves-1/+1