about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Expand)AuthorLines
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-13Reintroduce box syntax where neededSteve Klabnik-2/+7
2015-02-13Fix small copy-paste typoRenato Alves-1/+1
2015-02-13Add diverging functions to the book.Steve Klabnik-12/+41
2015-02-13Re-word paragraph about enums and equalitySteve Klabnik-8/+5
2015-02-13Make note of doc duplication with reexportsSteve Klabnik-1/+24
2015-02-13Make if after colon lowercaseFlorian Hahn-1/+1
2015-02-12Update uninstall instructionsBrian Anderson-3/+3
2015-02-12Warn when linking a plugin into a non-plugin crateKeegan McAllister-0/+10
2015-02-12Updated usage of StrExt.parse() as per a recommendation by edwardw.Nick Sarten-23/+23
2015-02-12Fixed one newly created instance of range(start, end).Nick Sarten-1/+1
2015-02-12Updated documentation to use range notation syntax.Nick Sarten-22/+22
2015-02-10rollup merge of #22120: lukesteensen/closures_guideAlex Crichton-10/+10
2015-02-10rollup merge of #22106: steveklabnik/doc_trait_objectsAlex Crichton-45/+289
2015-02-10rollup merge of #22007: thiagooak/masterAlex Crichton-0/+14
2015-02-09Add documentation on trait objects.Steve Klabnik-45/+289
2015-02-09remove obsolete closure syntax from the guideLuke Steensen-10/+10
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-8/+7
2015-02-07Feature-gate #![no_std]Keegan McAllister-3/+5
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-4/+0
2015-02-07Fix several tiny typosIngo Blechschmidt-12/+12
2015-02-06Auto merge of #21997 - Manishearth:rollup, r=alexcrichtonbors-1/+1
2015-02-06Note that types do not have to be declared in closuresIngo Blechschmidt-1/+2
2015-02-06Auto merge of #21860 - mdinger:enum_rewording, r=steveklabnikbors-93/+90
2015-02-06Book Compound Data Types updateThiago Carvalho-0/+14
2015-02-06Auto merge of #21962 - vrinek:printable-book, r=steveklabnikbors-59/+0
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-06Auto merge of #21609 - GarrettHeel:master, r=steveklabnikbors-0/+4
2015-02-05Remove unused src/doc/trpl/rust-book.cssKostas Karachalios-59/+0
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04A concurrency chapter to replace the tasks chapter.Steve Klabnik-397/+392
2015-02-02rollup merge of #21865: steveklabnik/gh21501Alex Crichton-4/+2
2015-02-02rollup merge of #21852: FreeFull/patch-1Alex Crichton-1/+1
2015-02-02Fix discrepencies in the testing chapterSteve Klabnik-4/+2
2015-02-02Give more detail about eq in book about enumsmdinger-93/+90
2015-02-02Closes issue #21850Filip SzczepaƄski-1/+1