about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2017-02-15add bash to error-messagesJakob Demler-2/+2
2017-02-15Correct a typo in procedural macros chapter of the Book.BenoƮt CORTIER-1/+1
2017-02-15custom attributes and error reporting docs for procedural macrosJakob Demler-1/+69
2017-02-15Update procedural-macros.mdLuxko-1/+1
2017-02-15Stabilize field init shorthandest31-3/+0
2017-02-13Fix up linksSteve Klabnik-89/+89
2017-02-13Port Nomicon to mdbookSteve Klabnik-106/+105
2017-02-13Port TRPL to mdbookSteve Klabnik-146/+146
2017-02-13Re-implement rustbook in terms of mdbookSteve Klabnik-0/+8
2017-02-11Improve grammar on field init docsJake Goulding-8/+4
2017-02-10Updated installing nightly instructionsAaron Power-13/+13
2017-02-08Rollup merge of #37928 - chriskrycho:document-rfc-1623, r=steveklabnikCorey Farwell-9/+60
2017-02-08Add more examples, get everything passing at last.Chris Krycho-6/+33
2017-02-07Rollup merge of #39620 - Gheoan:patch-1, r=steveklabnikCorey Farwell-1/+1
2017-02-07Rollup merge of #39593 - steveklabnik:bookshelf-landing-page, r=frewsxcvCorey Farwell-20/+32
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