about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2016-01-19Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422Manish Goregaokar-4/+4
2016-01-17Fix spacing style of `T: Bound` in docsUlrik Sverdrup-4/+4
2016-01-17Fix C macro exampleStephen (Ziyun) Li-3/+5
2016-01-17Rollup merge of #30952 - jonastepe:nomicon_vec_zst_code_fix, r=GankroManish Goregaokar-6/+14
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-0/+5
2016-01-16Fixed indent from tabs to spacesJonas Tepe-8/+8
2016-01-16added zst iterator additions to final codeJonas Tepe-2/+10
2016-01-16Semicolon was at wrong place in let statementJonas Tepe-4/+4
2016-01-15Rollup merge of #30836 - Luke-Nukem:master, r=steveklabnikManish Goregaokar-4/+6
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-1/+1
2016-01-15Clarify what a crate is, within the "Getting Started" chapter.Luke Jones-4/+6
2016-01-14Rollup merge of #30911 - tshepang:missing-word, r=ManishearthSteve Klabnik-4/+3
2016-01-14Rollup merge of #30903 - steveklabnik:no_std_stable, r=alexcrichtonSteve Klabnik-89/+52
2016-01-14Rollup merge of #30712 - LawrenceWoodman:patch-3, r=steveklabnikSteve Klabnik-2/+15
2016-01-14doc: add missing wordTshepang Lekhonkhobe-4/+3
2016-01-14Move some #[no_std] info to stable book.Steve Klabnik-89/+52
2016-01-14Rollup merge of #30871 - oli-obk:fix/reference, r=steveklabnikManish Goregaokar-8/+8
2016-01-14Rollup merge of #30869 - D101101:patch-3, r=huonwManish Goregaokar-1/+1
2016-01-14Rollup merge of #30821 - steveklabnik:gh30819, r=nikomatsakisManish Goregaokar-2/+2
2016-01-13the reference was inferring values that didn't fit into their target typeOliver 'ker' Schneider-8/+8
2016-01-13Fix typo in bibliography.mdSergey Veselkov-1/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+1
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-0/+4
2016-01-11Be a bit more correct about segfault causalitySteve Klabnik-2/+2
2016-01-11Rollup merge of #30814 - brson:docidx, r=steveklabnikSimonas Kazlauskas-5/+21
2016-01-11Rollup merge of #30812 - D101101:patch-2, r=steveklabnikSimonas Kazlauskas-4/+4
2016-01-10doc: Add descriptions to links in the indexBrian Anderson-5/+21
2016-01-11Fix link in getting-started.mdSergey Veselkov-4/+4
2016-01-09Rollup merge of #30789 - D101101:patch-1, r=steveklabnikSteve Klabnik-1/+0
2016-01-09Remove many instances of 'just'Steve Klabnik-106/+106
2016-01-09Remove unused link from enums.mdSergey Veselkov-1/+0
2016-01-08Rollup merge of #30760 - jonastepe:nomicon_vec_insert_remove_len, r=apasel422Steve Klabnik-2/+2
2016-01-08Rollup merge of #30755 - datagrok:master, r=steveklabnikSteve Klabnik-27/+41
2016-01-07Remove extraneous [], replace accidental removed link to heap sectionMichael F. Lamb-8/+8
2016-01-07len needs to be prefixed by self for this to work. The final code in this sec...jonastepe-2/+2
2016-01-06Be consistent about what is a "chapter" versus a "section"Michael F. Lamb-17/+17
2016-01-06Link to section on references when we use the term prior to defining itMichael F. Lamb-2/+4
2016-01-06Link to references section when they first appearMichael F. Lamb-2/+5
2016-01-06Explain surprising new syntax appearing in example codeMichael F. Lamb-6/+15
2016-01-06Rollup merge of #30735 - jonastepe:nomicon_vec_dealloc_pointer_type, r=stevek...Steve Klabnik-1/+1
2016-01-06Rollup merge of #30727 - tbu-:pr_doc_escaped_newline, r=steveklabnikSteve Klabnik-4/+4
2016-01-06Rollup merge of #30720 - BChip:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-01-06Rollup merge of #30699 - steveklabnik:gh30254, r=apasel422Steve Klabnik-0/+29
2016-01-06Rollup merge of #30683 - LawrenceWoodman:patch-1, r=steveklabnikSteve Klabnik-2/+2
2016-01-06heap::deallocate expects a *mut u8 but here a *mut T is given. The final code...jonastepe-1/+1
2016-01-06Add missing semi-colonLawrence Woodman-1/+1
2016-01-06Clarify how Rust treats backslashes at end of line in string literalsTobias Bucher-4/+4
2016-01-05Clarify What LIFO IsBChip-1/+1
2016-01-05Add correct use for Error and ioLawrence Woodman-2/+15
2016-01-05Auto merge of #30595 - steveklabnik:remove_learn_rust, r=gankrobors-1086/+14