about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2015-05-28Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichtonbors-2/+8
2015-05-28removed lonely closing parenthesisMathieu David-1/+1
2015-05-28Move std::cell::clone_ref to a clone associated function on std::cell::RefSimon Sapin-5/+22
2015-05-28Auto merge of #25856 - bluss:binary-heap-hole, r=Gankrobors-25/+196
2015-05-28Improve Debug documentationSteve Klabnik-0/+44
2015-05-28collections: Make BinaryHeap panic safe in sift_up / sift_downUlrik Sverdrup-25/+196
2015-05-28Mention UFCS sadness in instability messagesSteven Fackler-3/+6
2015-05-28Auto merge of #25829 - steveklabnik:ioresult_fixes, r=alexcrichtonbors-6/+6
2015-05-28Return a TaggedDocsIterator from each_reexport.Ms2ger-15/+4
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-27/+75
2015-05-28remove references to IoResultSteve Klabnik-6/+6
2015-05-28Auto merge of #25835 - steveklabnik:gh25438, r=alexcrichtonbors-2/+2
2015-05-28TRPL: Fix Unescaped URLPascal Hertleif-1/+1
2015-05-28Auto merge of #25834 - steveklabnik:gh25326, r=alexcrichtonbors-3/+3
2015-05-28Auto merge of #25849 - reinh:patch-1, r=huonwbors-1/+1
2015-05-28floating-point types are machine types, not machine-dependent typesLiigo Zhuang-2/+2
2015-05-28Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonwbors-39/+23
2015-05-28Auto merge of #25783 - nrc:save-api-2, r=@huonwbors-40/+109
2015-05-27Add a test for downcastingSteven Fackler-2/+38