about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-07testsuite: remove 2 very outdated testcases; functionality is tested by other...Huon Wilson-212/+0
2013-08-07std: adjust str::test_add so that the macro expands to all 3 items (#8012).Huon Wilson-11/+14
2013-08-07Enable privacy check for enum methods.Michael Woerister-26/+59
2013-08-07auto merge of #8323 : kballard/rust/saturating, r=thestingerbors-85/+167
2013-08-07std: run test fix for ARM androidYoung-il Choi-4/+4
2013-08-07auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichtonbors-19/+142
2013-08-07Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)].Huon Wilson-0/+46
2013-08-06auto merge of #8287 : sfackler/rust/hex, r=alexcrichtonbors-114/+264
2013-08-06vec: use `offset_inbounds` for iteratorsDaniel Micay-5/+24
2013-08-06add an intrinsic for inbounds GEPDaniel Micay-2/+53
2013-08-06vec: avoid `ptrtoint`/`inttoptr` in the iteratorsDaniel Micay-8/+18
2013-08-06remove `extra::iter`Daniel Micay-345/+14
2013-08-06Fix node hashesAlex Crichton-26/+29
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1209/+1275
2013-08-06std: update str.push_byte to work without str trailing nullsErick Tryzelaar-1/+10
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-781/+397
2013-08-06auto merge of #8231 : SimonSapin/rust/ascii-upper-lower-case, r=cmrbors-11/+169
2013-08-06iterator: rename `Counter::new` to `count`Daniel Micay-18/+16
2013-08-06add Extendable to the preludeDaniel Micay-1/+2
2013-08-06iterator: simplify the `take` implementationDaniel Micay-2/+1
2013-08-07Fix bug in `match`ing struct patternsDmitry Ermolov-24/+35
2013-08-07Added testcases for `match` keywordDmitry Ermolov-0/+81
2013-08-06Hide stuff that are not used outside of _match.rsDmitry Ermolov-42/+42
2013-08-06Better documentation for --emit-llvm option.Dmitry Ermolov-1/+2
2013-08-06Add to_ascii_upper, to_ascii_lower and eq_ignore_ascii_case in std::asciiSimon Sapin-11/+169
2013-08-06auto merge of #8321 : alexcrichton/rust/enable-rusti, r=cmrbors-9/+8
2013-08-06Result::get -> Result::unwrapSteven Fackler-6/+6
2013-08-06auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brsonbors-50/+67
2013-08-06Removed convenience encoding trait implsSteven Fackler-154/+63
2013-08-06Removing space for NULL terminatorSteven Fackler-2/+1
2013-08-06ToBase64 and ToHex perf improvementsSteven Fackler-37/+38
2013-08-06Some minor hex changesSteven Fackler-6/+8
2013-08-06Added hexadecimal encoding moduleSteven Fackler-0/+239
2013-08-06Use FromStr for IpAddr in rt::uv::netStepan Koltsov-70/+2
2013-08-06auto merge of #8313 : msullivan/rust/cleanup, r=catamorphismbors-79/+72
2013-08-06Implement FromStr for IpAddr and SocketAddrStepan Koltsov-0/+365
2013-08-06auto merge of #8312 : alexcrichton/rust/use-treemap, r=ericktbors-18/+1
2013-08-06auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichtonbors-1/+1
2013-08-06auto merge of #8054 : sammykim/rust/move-EnumSet, r=alexcrichtonbors-66/+30
2013-08-05Update Iterator impls to use SaturatingKevin Ballard-25/+10
2013-08-05Add std::num::SaturatingKevin Ballard-60/+157
2013-08-06Move EnumSet into libextraSangeun Kim-66/+30
2013-08-05auto merge of #8265 : blake2-ppc/rust/std-iter, r=thestingerbors-164/+198
2013-08-05auto merge of #8278 : cmr/rust/workaround, r=brsonbors-5/+12
2013-08-05std: c_str should use regions on methodsErick Tryzelaar-3/+3
2013-08-05std: fix a typo where .to_c_str wasn't being called on androidErick Tryzelaar-1/+1
2013-08-06std: Fix bug in ChunkIter::idxblake2-ppc-1/+4
2013-08-06std: Remove uint::iterate, replaced by `range`blake2-ppc-32/+6
2013-08-06extra: Simplify the bitv iterators using Repeatblake2-ppc-44/+19
2013-08-06std: Improve the documentation for iterator::Invertblake2-ppc-0/+11