about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-11disable 64-bit CheckedMul on 32-bitDaniel Micay-2/+4
2013-08-11add intrinsics for checked overflow add/sub/mulDaniel Micay-8/+663
2013-08-10auto merge of #8404 : stepancheg/rust/zero-unit-inline, r=alexcrichtonbors-0/+2
2013-08-10Merge branch 'match' of https://github.com/msullivan/rust into rollupErick Tryzelaar-61/+196
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-59/+137
2013-08-10Merge branch 'master' of https://github.com/p2j4d2c/rust into rollupErick Tryzelaar-6/+11
2013-08-10Merge branch 'trie-bound-iters' of https://github.com/dim-an/rust into rollupErick Tryzelaar-0/+102
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-17/+87
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-26/+59
2013-08-10Merge remote-tracking branch 'remotes/origin/master' into cleanup-iteratorsErick Tryzelaar-17/+268
2013-08-10auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblumbors-13/+13
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-3/+2
2013-08-10std: fix the non-stage0 str::raw::slice_bytes which broke in a mergeErick Tryzelaar-1/+1
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-33/+33
2013-08-10std: Iterator.len_ -> .lenErick Tryzelaar-15/+14
2013-08-10std: Iterator.last_ -> .lastErick Tryzelaar-4/+3
2013-08-10std: Iterator.chain_ -> .chainErick Tryzelaar-14/+14
2013-08-10std: Iterator.flat_map_ -> .flat_mapErick Tryzelaar-5/+4
2013-08-10std: Iterator.take_ -> .takeErick Tryzelaar-30/+28
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-189/+188
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-284/+204
2013-08-10std: merge iterator::DoubleEndedIterator and DoubleEndedIteratorUtilErick Tryzelaar-28/+15
2013-08-10Clean up some unused imports in testsErick Tryzelaar-1/+0
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-129/+129
2013-08-10auto merge of #8270 : dotdash/rust/ret_alloca_elim, r=pcwaltonbors-4/+255
2013-08-10Elide unnecessary ret slot allocasBjörn Steinbrink-4/+255
2013-08-10auto merge of #8425 : dim-an/rust/increase-stack-size, r=brsonbors-1/+1
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-619/+1236
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1098/+1713
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-6436/+275
2013-08-09Fix interaction between default matches and guards. Closes #3121.Michael Sullivan-8/+31
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-6436/+275
2013-08-10Increase system stack size.Dmitry Ermolov-1/+1
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-785/+894
2013-08-09Fix some warnings.Michael Sullivan-2/+2
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-188/+97
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-595/+798
2013-08-09rustpkg: another fix for windowsErick Tryzelaar-1/+2
2013-08-09auto merge of #8415 : brson/rust/newrt-local-heap-perf, r=pcwalton,brsonbors-68/+92
2013-08-09Fix vector pattern matching. Closes #6909.Michael Sullivan-44/+159
2013-08-09Switch to using .enumerate() some places in _match.Michael Sullivan-9/+6
2013-08-09std: more windows fixes to os.rs and run.rsErick Tryzelaar-4/+9
2013-08-09auto merge of #8369 : yichoi/rust/arm-test, r=sanxiynbors-4/+4
2013-08-09auto merge of #8352 : stepancheg/rust/ipv6-to-str, r=luqmanabors-1/+8
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-32/+168
2013-08-09Implement `lower_bound_iter`/`upper_bound_iter` for TrieMap/TrieSetDmitry Ermolov-0/+102
2013-08-09Fix Ipv6Addr to_str for ::1:x.x.x.x addressesStepan Koltsov-1/+8
2013-08-09auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestingerbors-26/+29
2013-08-09std: Fix perf of local allocations in newschedBrian Anderson-68/+92
2013-08-09auto merge of #8357 : omasanori/rust/cleanup, r=alexcrichtonbors-57/+3