about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-21auto merge of #9986 : thestinger/rust/float, r=cmrbors-0/+20
2013-10-21expose new floating point intrinsicsDaniel Micay-0/+20
2013-10-20Don't allocate a string when calling printlnAlex Crichton-1/+18
2013-10-20auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichtonbors-5/+96
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...LEE Wondong-5/+96
2013-10-19auto merge of #9952 : huonw/rust/fmt-doc, r=alexcrichtonbors-14/+14
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-67/+412
2013-10-19Use __morestack to detect stack overflowAlex Crichton-67/+412
2013-10-19std::fmt: fix markdown peculiarity, unicodify some arrows, ` some trait names.Huon Wilson-14/+14
2013-10-19auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmrbors-24/+27
2013-10-18Try to improve format! error messagesAlex Crichton-24/+27
2013-10-18auto merge of #9938 : alexcrichton/rust/fmtdox, r=huonwbors-3/+48
2013-10-18auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonwbors-704/+0
2013-10-18Remove the fmt! syntax extensionAlex Crichton-704/+0
2013-10-18Document traits and Default about format! betterAlex Crichton-3/+48
2013-10-18auto merge of #9935 : reedlepee123/rust/my_new_branch, r=bstriebors-6/+6
2013-10-19Make fields in std::comm privatechitra-6/+6
2013-10-18Fix an off-by-one in managed::refcountAlex Crichton-1/+12
2013-10-18auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonwbors-64/+30
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-64/+30
2013-10-18auto merge of #9924 : metajack/rust/fix-starts-with-ends-with, r=huonwbors-2/+6
2013-10-17Fix starts_with() and ends_with().Jack Moffitt-2/+6
2013-10-17Move sys::refcount to managed::refcountAlex Crichton-10/+7
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-202/+221
2013-10-17auto merge of #9908 : alexcrichton/rust/snapshots, r=thestingerbors-167/+0
2013-10-17Register new snapshotsAlex Crichton-167/+0
2013-10-17auto merge of #9907 : kballard/rust/vec_ends_with, r=alexcrichtonbors-21/+54
2013-10-17auto merge of #9900 : hatahet/rust/master, r=alexcrichtonbors-1/+1
2013-10-17auto merge of #9863 : csainty/rust/issue-9755-once-fns-feature-directive, r=a...bors-1/+2
2013-10-16Rewrite str.starts_with()/ends_with() to be simplerKevin Ballard-19/+6
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-0/+46
2013-10-16Rewrite vec.contains() to be simplerKevin Ballard-2/+2
2013-10-16Fixed example comment for num::cast().Ziad Hatahet-1/+1
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-1/+2
2013-10-16auto merge of #9585 : vky/rust/num-docs, r=alexcrichtonbors-2/+70
2013-10-16Added comments to public functions in num.rs.Vijay Korapaty-2/+70
2013-10-16auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichtonbors-8/+38
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-19/+147
2013-10-16auto merge of #9634 : blake2-ppc/rust/by-ref-iter, r=thestingerbors-0/+44
2013-10-16auto merge of #9885 : thestinger/rust/vector, r=brsonbors-22/+110
2013-10-16auto merge of #9892 : Kimundi/rust/ResultToStr, r=alexcrichtonbors-6/+47
2013-10-16Added Result implementations for ToStr and fmt::DefaultMarvin Löbel-6/+47
2013-10-16auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichtonbors-1709/+4994
2013-10-16path2: Update for privacy changesKevin Ballard-15/+3
2013-10-16path2: Update for latest masterKevin Ballard-13/+22
2013-10-16path2: Remove Path.into_str()Kevin Ballard-19/+0
2013-10-16path2: Remove some API functionsKevin Ballard-633/+84
2013-10-16path2: Update based on more review feedbackKevin Ballard-322/+222
2013-10-15auto merge of #9857 : brson/rust/mainsched, r=alexcrichtonbors-2/+8
2013-10-15Build a few extra features into format! parsingAlex Crichton-19/+135