summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2017-02-07Rollup merge of #39459 - phungleson:fix-short-hand-struct-doc, r=steveklabnikCorey Farwell-0/+46
2017-02-07reference: clarify #[cfg] sectionAlex Burka-5/+13
2017-02-07review nitsSteve Klabnik-8/+8
2017-02-07add missing commaGheorghe Anghelescu-1/+1
2017-02-06Re-write the doc index pageSteve Klabnik-20/+32
2017-02-06Auto merge of #38436 - bluecereal:patch-1, r=frewsxcvbors-2/+4
2017-02-05Update if-let.mdbluecereal-2/+2
2017-02-05Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichtonbors-4/+4
2017-02-03Simplify wording & fix test src/docSon-5/+10
2017-02-03Auto merge of #39287 - wesleywiser:move_cell, r=aturonbors-5/+7
2017-02-02Rollup merge of #39196 - apasel422:nomicon, r=petrochenkovGuillaume Gomez-6/+24
2017-02-02Rollup merge of #38823 - Freyskeyd:doc-missingInformationCfgTest, r=steveklabnikGuillaume Gomez-0/+4
2017-02-02Wrap 80 columnsSon-4/+10
2017-02-02Add doc field init shorthandGiang Nguyen-0/+22
2017-02-02Add explain struct field init shorthandGiang Nguyen-0/+13
2017-02-01Update Cell references in the bookWesley Wiser-5/+7
2017-01-29Minor grammar fix 'can not' -> 'cannot'Wilfred Hughes-3/+3
2017-01-28Change placement of `[Unstable]` marker in RFC 1623 docs.Chris Krycho-5/+5
2017-01-28Add feature flag to reference docs for RFC 1623.Chris Krycho-1/+2
2017-01-27Rollup merge of #39344 - ollie27:links, r=steveklabnikAlex Crichton-1/+1
2017-01-27Fix a few links in the docsOliver Middleton-1/+1
2017-01-26drop_in_place is stable now, don't #![feature] it in the nomicon and a testest31-3/+3
2017-01-24fix book: refer to `add_two` as "tested function"Raphael Das Gupta-1/+1
2017-01-24Fix doc cfg(test) and tests directoryFreyskeyd-0/+4
2017-01-23Rollup merge of #39191 - cesarb:book/trait-objects-vtable-size-and-align, r=s...Steve Klabnik-4/+1
2017-01-23Rollup merge of #38993 - krdln:patch-1, r=steveklabnikSteve Klabnik-1/+1
2017-01-23Rollup merge of #38956 - theduke:document-field-init-shorthand-38830, r=steve...Steve Klabnik-2/+3
2017-01-23Rollup merge of #38794 - ConnyOnny:master, r=steveklabnikSteve Klabnik-1/+1
2017-01-22Fix minor typoEijebong-1/+1
2017-01-21Update if-let.mdbluecereal-4/+4
2017-01-20linkchecker: Fix checking links which are just fragmentsOliver Middleton-4/+4
2017-01-19No need to mention how these fields are usedCesar Eduardo Barros-2/+1
2017-01-19Update nomicon to describe `#[may_dangle]`Andrew Paseltiner-6/+24
2017-01-19book: size and align in trait object vtables are usedCesar Eduardo Barros-3/+1
2017-01-15An update to patterns documentationBjorn Tipling-0/+27
2017-01-13Rollup merge of #39027 - behnam:typo, r=frewsxcvGuillaume Gomez-1/+1
2017-01-12[libcollections] [doc] Fix typo in documentationBehnam Esfahbod-1/+1
2017-01-11Fix some typos in NomiconBen Wiederhake-2/+2
2017-01-11Add `&mut expr` to syntax indexkrdln-1/+1
2017-01-10Update struct_expr grammar for field init shorthand.theduke-2/+3
2017-01-10Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomezSeo Sanghyeon-1/+3
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-8/+256
2017-01-04Add more docs for CoerceUnsized and UnsizeManish Goregaokar-1/+3
2017-01-03Document RFC 1623: static lifetime elision.Chris Krycho-6/+29
2017-01-03Auto merge of #38066 - bluss:string-slice-error, r=sfacklerbors-2/+2
2017-01-03book: match enum warning removedConstantin-1/+1
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr-10/+10
2016-12-29Rollup merge of #38662 - agl:patch-2, r=frewsxcvAlex Crichton-2/+2