about summary refs log tree commit diff
path: root/src/doc/book
AgeCommit message (Expand)AuthorLines
2017-01-11Add `&mut expr` to syntax indexkrdln-1/+1
2017-01-10Auto merge of #38138 - rkruppe:no_std-no_loop, r=steveklabnikbors-11/+10
2017-01-04book: use abort() over loop {} for panicRobin Kruppe-11/+10
2017-01-04Document custom derive.Steve Klabnik-0/+214
2017-01-03Auto merge of #38066 - bluss:string-slice-error, r=sfacklerbors-2/+2
2017-01-03book: match enum warning removedConstantin-1/+1
2016-12-29Rollup merge of #38662 - agl:patch-2, r=frewsxcvAlex Crichton-2/+2
2016-12-29Rollup merge of #38659 - agl:patch-1, r=apasel422Alex Crichton-1/+1
2016-12-29Rollup merge of #38630 - frewsxcv:variadic, r=steveklabnikAlex Crichton-0/+25
2016-12-28Use "an" before "i32"Adam Langley-2/+2
2016-12-28Add missing apostrophe.Adam Langley-1/+1
2016-12-27Document foreign variadic functions in TRPL and the reference.Corey Farwell-0/+25
2016-12-27And suddenly a german word :Okellerkindt-1/+1
2016-12-24Rollup merge of #38568 - chris-morgan:fix-markdown-lists, r=frewsxcvSteve Klabnik-9/+9
2016-12-24Rollup merge of #38013 - wezm:simplify-test-notes, r=steveklabnikSteve Klabnik-5/+4
2016-12-24Rollup merge of #37956 - tshepang:patch-2, r=steveklabnikSteve Klabnik-2/+3
2016-12-23book: replace example I do not understandTshepang Lekhonkhobe-2/+3
2016-12-22Fix Markdown list formatting.Chris Morgan-9/+9
2016-12-16Update if-let.mdbluecereal-2/+4
2016-12-16Update book for rustupBrian Anderson-9/+23
2016-12-16Book: rustup.sh -> rustup.rsSteve Klabnik-21/+7
2016-12-13Simplify notes on testing and concurrencyWesley Moore-5/+4
2016-12-09rustdoc: fix doctests with non-feature crate attrsAlex Burka-4/+4
2016-12-07Update book/ffi to use catch_unwindCobrand-9/+14
2016-12-01Minor fix to testing concurrency sectionSteve Smith-5/+5
2016-11-30Use more specific panic message for &str slicing errorsUlrik Sverdrup-2/+2
2016-11-23Use literal 5 instead of five in book section 4.1Sam Estep-1/+1
2016-11-20Rollup merge of #37840 - brcooley:patch-1, r=steveklabnikGuillaume Gomez-1/+1
2016-11-17Fix grammar error in lifetimes.mdBrett Cooley-1/+1
2016-11-17Rollup merge of #37766 - tarka:book-testing-concurrency-capture, r=steveklabnikGuillaume Gomez-0/+42
2016-11-14Remove thread-per-CPU bit as it may not be accurate.Steve Smith-6/+5
2016-11-14Typo in new sectionSteve Smith-1/+1
2016-11-14Auto merge of #37755 - polo-language:doc-punct, r=GuillaumeGomezbors-183/+184
2016-11-14Add sections about concurrency and stdout/err capture to the Testing chapter ...Steve Smith-0/+43
2016-11-13Improved punctuation, capitalization, and sentence structure of code snippet ...Angelo Polo-183/+184
2016-11-12Minor grammar fix to ffi.mdReza Akhavan-1/+1
2016-11-12Rollup merge of #37708 - oli-obk:box_free, r=eddybEduard-Mihai Burtescu-2/+2
2016-11-12Rollup merge of #37503 - nwin:patch-3, r=steveklabnikEduard-Mihai Burtescu-14/+8
2016-11-12Rollup merge of #37368 - trotter:patch-1, r=steveklabnikEduard-Mihai Burtescu-31/+92
2016-11-11Update patch with example.nwin-1/+15
2016-11-11[breaking-change] change the `box_free` item to accept pointers to unsized typesOliver 'ker' Schneider-2/+2
2016-11-10Ignore tests failing due to lack of `fn main`Trotter Cashion-7/+9
2016-11-10Remove extraneous wordTrotter Cashion-1/+1
2016-11-10Change project path for consistencyTrotter Cashion-5/+5
2016-11-10Remove `mod tests` from earlier sectionsTrotter Cashion-62/+51
2016-11-10Instruct play.rust-lang.org to treat code as testsTrotter Cashion-2/+46
2016-11-10Rollup merge of #37664 - est31:master, r=nrcEduard-Mihai Burtescu-0/+2
2016-11-09Document the question mark operatorest31-0/+2
2016-11-08Rollup merge of #37601 - brson:book-without-tiers, r=steveklabnikSteve Klabnik-99/+12
2016-11-08Rollup merge of #37483 - xfix:patch-1, r=steveklabnikSteve Klabnik-23/+43