about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-12-23Merge pull request #20153 from brianloveswords/patch-1bors-1/+1
2014-12-22Update complement-bugreport.mdBrian J Brennan-1/+1
2014-12-22rollup merge of #20102: tshepang/patch-4Alex Crichton-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-13/+13
2014-12-21rollup merge of #19996: th0114nd/boolean-indenAlex Crichton-1/+1
2014-12-21rollup merge of #19994: bluss/doc-ownershipAlex Crichton-4/+4
2014-12-21rollup merge of #19989: th0114nd/quotes-around-asAlex Crichton-1/+1
2014-12-21rollup merge of #19966: steveklabnik/remove_l10nAlex Crichton-74/+0
2014-12-21rollup merge of #19957: tshepang/patch-1Alex Crichton-1/+0
2014-12-21rollup merge of #19823: iKevinY/doc-fixesAlex Crichton-78/+76
2014-12-21rollup merge of #19727: lfairy/patch-1Alex Crichton-2/+1
2014-12-21doc: add missing "by default"Tshepang Lekhonkhobe-2/+2
2014-12-19Miscellaneous changes to Rust GuideKevin Yap-78/+76
2014-12-18Revise std::thread API to join by defaultAaron Turon-29/+41
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-18Boolean literals are not Number literalsth0114nd-1/+1
2014-12-18Put quotes around "as", because it's a keyword.th0114nd-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-17/+17
2014-12-17remove l10nSteve Klabnik-74/+0
2014-12-18doc: Small changes to ownership guide.bluss-4/+4
2014-12-17rollup merge of #19940: phi-gamma/canonical-masterAlex Crichton-2/+2
2014-12-17rollup merge of #19930: cllns/lowercase-ifAlex Crichton-1/+1
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-1/+1
2014-12-17rollup merge of #19856: iKevinY/faq-fixesAlex Crichton-12/+16
2014-12-17rollup merge of #19846: nicholasbishop/bishops_magical_intuitionAlex Crichton-1/+1
2014-12-17rollup merge of #19845: jbranchaud/fix-indentation-in-ownership-guideAlex Crichton-1/+1
2014-12-17rollup merge of #19743: steveklabnik/gh16143Alex Crichton-26/+46
2014-12-17doc: remove extraneous lineTshepang Lekhonkhobe-1/+0
2014-12-16Minor changes to Rust Language FAQKevin Yap-12/+16
2014-12-16guide-ownership.md, guide-testing.md: fix typosPhilipp Gesang-2/+2
2014-12-16Change 'if' to lowercase, so it displays better on the siteSean Collins-1/+1
2014-12-15auto merge of #19882 : steveklabnik/rust/fix_download, r=nikomatsakisbors-2/+3
2014-12-15Fix windows download linksSteve Klabnik-2/+3
2014-12-15rollup merge of #19814: jbranchaud/fix-a-typo-in-ownership-guideBrian Anderson-1/+1
2014-12-15rollup merge of #19763: csouth3/remove-featuregatesBrian Anderson-6/+0
2014-12-15rollup merge of #19746: steveklabnik/gh9266Brian Anderson-3/+3
2014-12-15rollup merge of #19738: steveklabnik/gh19717Brian Anderson-2/+7
2014-12-15rollup merge of #19735: sethpollack/patch-1Brian Anderson-4/+4
2014-12-15rollup merge of #19714: steveklabnik/gh16219Brian Anderson-72/+72
2014-12-15rollup merge of #19709: steveklabnik/po4a_fixBrian Anderson-1/+0
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-1/+1
2014-12-14Fix typo: intuitive -> unintuitiveNicholas Bishop-1/+1
2014-12-14Fix indentation in a code example in the ownership guide.jbranchaud-1/+1
2014-12-14Update guide/intro to take into account the removal of `proc`.Niko Matsakis-118/+80
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-24/+30
2014-12-14auto merge of #19669 : alfie/rust/master, r=sanxiynbors-2/+2
2014-12-13auto merge of #19627 : steveklabnik/rust/testing_guide, r=cmrbors-255/+450
2014-12-13Revamped testing guideSteve Klabnik-255/+450
2014-12-13Fix a typo in ownership guide, aquire to acquire.jbranchaud-1/+1
2014-12-12Remove feature gate directives for `if_let`, `while_let`, and `tuple_indexing`.Chase Southwood-6/+0