about summary refs log tree commit diff
path: root/src/doc/book
AgeCommit message (Expand)AuthorLines
2016-01-25Fix link to hello-cargo in the bookOliver Middleton-1/+1
2016-01-23Clarify when `Cargo.lock` is created by `cargo build` in the bookDirk Gadsden-3/+5
2016-01-23Rollup merge of #31145 - D101101:patch-1, r=steveklabnikSteve Klabnik-0/+1
2016-01-23Rollup merge of #31128 - kamalmarhubi:book-trait-impl-clarify, r=steveklabnikSteve Klabnik-5/+11
2016-01-23Rollup merge of #31113 - steveklabnik:master, r=alexcrichtonSteve Klabnik-7/+8
2016-01-23Rollup merge of #31111 - apasel422:issue-31103, r=steveklabnikSteve Klabnik-1/+1
2016-01-23Rollup merge of #31061 - brson:bib, r=steveklabnikSteve Klabnik-0/+1
2016-01-23Fix the missing line in the guessing-game.mdSergey Veselkov-0/+1
2016-01-23Auto merge of #30807 - kolloch:patch-1, r=steveklabnikbors-0/+3
2016-01-22Forward reference crates and modules chapterKamal Marhubi-1/+3
2016-01-22book: Clarify that trait or type must be in same crate as implKamal Marhubi-5/+9
2016-01-22update link to unwind in bookSteve Klabnik-7/+8
2016-01-22Fix typo in "Getting Started" section of the bookAndrew Paseltiner-1/+1
2016-01-20Add Alexis thesis to bibliographyBrian Anderson-0/+1
2016-01-20Fixed line wrapping.Sandeep Datta-4/+13
2016-01-19Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422Manish Goregaokar-2/+2
2016-01-17Fix spacing style of `T: Bound` in docsUlrik Sverdrup-2/+2
2016-01-17Fix C macro exampleStephen (Ziyun) Li-3/+5
2016-01-17Showed the difference between `map` and `and_then` with an example.Sandeep Datta-5/+17
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-0/+2
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 #30869 - D101101:patch-3, r=huonwManish Goregaokar-1/+1
2016-01-14Rollup merge of #30821 - steveklabnik:gh30819, r=nikomatsakisManish Goregaokar-2/+2
2016-01-13Fix typo in bibliography.mdSergey Veselkov-1/+1
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-0/+1
2016-01-11Be a bit more correct about segfault causalitySteve Klabnik-2/+2
2016-01-11Rollup merge of #30812 - D101101:patch-2, r=steveklabnikSimonas Kazlauskas-4/+4
2016-01-11Fix link in getting-started.mdSergey Veselkov-4/+4
2016-01-10Book on slices: Mention internal representationPeter Kolloch-0/+3
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 #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-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 #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-06Add missing semi-colonLawrence Woodman-1/+1
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