summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12
2015-05-30Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichtonbors-0/+109
2015-05-29Auto merge of #25888 - steveklabnik:rollup, r=steveklabnikbors-36/+190
2015-05-29Rollup merge of #25886 - nhowell:patch-1, r=steveklabnikSteve Klabnik-1/+1
2015-05-29Rollup merge of #25883 - steveklabnik:gh25417, r=alexcrichtonSteve Klabnik-2/+23
2015-05-29Rollup merge of #25876 - tshepang:patch-3, r=steveklabnikSteve Klabnik-4/+2
2015-05-29Rollup merge of #25873 - nham:update_E0015, r=AatchSteve Klabnik-14/+106
2015-05-29Rollup merge of #25866 - jooert:update_guidelines, r=steveklabnikSteve Klabnik-6/+7
2015-05-29Rollup merge of #25865 - azerupi:patch-2, r=alexcrichtonSteve Klabnik-1/+1
2015-05-29Rollup merge of #25864 - azerupi:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-29Rollup merge of #25861 - tringenbach:master, r=steveklabnikSteve Klabnik-6/+48
2015-05-29Rollup merge of #25788 - maxjacobson:add-missing-space-to-glossary, r=stevekl...Steve Klabnik-1/+1
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-59/+243
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-2/+9
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+109
2015-05-29Improve mem::forget documentationTim Ringenbach-6/+48
2015-05-29trpl: eight sections, not sevenNick Howell-1/+1
2015-05-29Auto merge of #25880 - nikomatsakis:const-fn-feature-gate-calls, r=alexcrichtonbors-7/+232
2015-05-29Add syntax for multiple lifetimesSteve Klabnik-2/+23
2015-05-29Make note about $ more prominent.Steve Klabnik-2/+6
2015-05-29New tests for cross-crate usages of const fn and so forthNiko Matsakis-0/+131
2015-05-29Fix windows recvfrom definitionSteven Fackler-2/+1
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-4/+12
2015-05-29Auto merge of #25857 - killercup:patch-14, r=steveklabnikbors-1/+1
2015-05-29add const_fn featuresNiko Matsakis-1/+38
2015-05-29add a test for const fn methods, as suggested by @pnkfelixNiko Matsakis-0/+25
2015-05-29permit const-fn in macro expansionsNiko Matsakis-1/+10
2015-05-29Add feature-gate to calling const fnNiko Matsakis-7/+30
2015-05-29Auto merge of #25760 - Ms2ger:tagged_docs, r=Manishearthbors-272/+168
2015-05-29Auto merge of #25854 - liigo:patch-1, r=alexcrichtonbors-2/+2
2015-05-29Auto merge of #25838 - mbrubeck:doc-edit, r=steveklabnikbors-1/+5
2015-05-29remove the last mention of IoResultTshepang Lekhonkhobe-4/+2
2015-05-29Auto merge of #25830 - steveklabnik:debug_docs, r=alexcrichtonbors-0/+44
2015-05-29Auto merge of #25747 - SimonSapin:map_ref, r=alexcrichtonbors-6/+231
2015-05-29Add map and filter_map associated functions to std::cell::Ref and RefMutSimon Sapin-1/+209
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-7/+324
2015-05-28Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR.Nick Hamann-2/+2
2015-05-28Revise E0015 according to feedback.Nick Hamann-3/+3
2015-05-29Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichtonbors-5/+87
2015-05-28Convert mutable statics error to have error code and add explanation.Nick Hamann-4/+17
2015-05-28rustc: Fixup verbatim UNC paths as well on WindowsAlex Crichton-12/+29
2015-05-29Fix link to newtypes pageNils Liberg-1/+1
2015-05-29Fix mistake: "to to" -> "to"Nils Liberg-1/+1
2015-05-29remove extra space from "over" code as wellDavid Campbell-1/+1
2015-05-29Update let.md -- follow whitespace style guidelineDavid Campbell-1/+1
2015-05-29Make adjancent code examples more similarCorey Farwell-2/+2
2015-05-29add newline before list in functions-and-methodsDavid Campbell-0/+1
2015-05-28Add error explanations for E0040, E0087, E0378, E0379, E0394.Nick Hamann-6/+81
2015-05-28Update E0015 explanation, fix E0053.Nick Hamann-4/+8
2015-05-29Corrected typo Mathieu David-1/+1