about summary refs log tree commit diff
path: root/src/doc/book
AgeCommit message (Expand)AuthorLines
2016-02-10Fix documentation example in the bookOliver Middleton-3/+3
2016-02-09Rollup merge of #31514 - cgar:spelling, r=alexcrichtonSteve Klabnik-1/+1
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-07Clean up Error Handling case study examplesAndrew Barchuk-45/+44
2016-02-04Synthesize calls to box_free language itemSimonas Kazlauskas-0/+6
2016-02-03Rollup merge of #31366 - paulsmith:patch-1, r=steveklabnikManish Goregaokar-1/+1
2016-02-03Rollup merge of #31352 - steveklabnik:gh31154, r=nikomatsakisManish Goregaokar-1/+33
2016-02-02Add note about temporariesSteve Klabnik-2/+10
2016-02-02Fix reference to `expect`Paul Smith-1/+1
2016-02-02Rollup merge of #31348 - alexcrichton:shuffle-tiers, r=steveklabnikSteve Klabnik-1/+5
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-1/+1
2016-02-02Rollup merge of #31344 - steveklabnik:gh31334, r=alexcrichtonSteve Klabnik-5/+4
2016-02-02Rollup merge of #31340 - pra85:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2016-02-02Rollup merge of #30971 - SDX2000:docfixes, r=steveklabnikSteve Klabnik-5/+26
2016-02-01Explain behavior of _Steve Klabnik-1/+25
2016-02-01doc: Move 32-bit MSVC to a tier 1 platformAlex Crichton-1/+5
2016-02-01book: Change "Failures" to "Errors" in doc special sections chapterKamal Marhubi-1/+1
2016-02-01make this example more obviousSteve Klabnik-5/+4
2016-02-01Fix typo in doc/book/getting-started.mdPrayag Verma-1/+1
2016-01-30Reword explanation of 'size' types.jocki84-3/+5
2016-01-30Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichtonManish Goregaokar-0/+11
2016-01-30Rollup merge of #31295 - steveklabnik:gh31266, r=alexcrichtonManish Goregaokar-0/+5
2016-01-30Ignoring demo code with compilation error.Sandeep Datta-1/+1
2016-01-29Add main() so that examples workSteve Klabnik-0/+11
2016-01-29Make note that this is different in stdSteve Klabnik-0/+5
2016-01-29Fix number of methods in guessing gameSteve Klabnik-2/+2
2016-01-28Auto merge of #31240 - durka:follow-set-docs, r=pnkfelixbors-3/+3
2016-01-28Rollup merge of #31226 - steveklabnik:gh30954, r=ManishearthManish Goregaokar-3/+4
2016-01-28Rollup merge of #31222 - durka:patch-15, r=steveklabnikManish Goregaokar-2/+7
2016-01-28Rollup merge of #30689 - Manishearth:lifetime-bound, r=steveklabnikManish Goregaokar-1/+2
2016-01-27trpl: fix macro follow setsAlex Burka-3/+3
2016-01-26Mention that globs import public symbolsSteve Klabnik-3/+4
2016-01-26capitalization and associated typesAlex Burka-5/+5
2016-01-26book: cover UFCS in Syntax IndexAlex Burka-1/+6
2016-01-26Rollup merge of #31199 - steveklabnik:gh31181, r=ManishearthManish Goregaokar-0/+4
2016-01-26Rollup merge of #31197 - apasel422:issue-31195, r=steveklabnikManish Goregaokar-1/+1
2016-01-25Mention the need for a linkerSteve Klabnik-0/+4
2016-01-25Fix typo in "Loops" section of the bookAndrew Paseltiner-1/+1
2016-01-25Replace link to learn-rust in the bookOliver Middleton-12/+3
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