| Age | Commit message (Expand) | Author | Lines |
| 2013-08-11 | disable 64-bit CheckedMul on 32-bit | Daniel Micay | -2/+4 |
| 2013-08-11 | add intrinsics for checked overflow add/sub/mul | Daniel Micay | -8/+663 |
| 2013-08-10 | auto merge of #8404 : stepancheg/rust/zero-unit-inline, r=alexcrichton | bors | -0/+2 |
| 2013-08-10 | Merge branch 'match' of https://github.com/msullivan/rust into rollup | Erick Tryzelaar | -61/+196 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -59/+137 |
| 2013-08-10 | Merge branch 'master' of https://github.com/p2j4d2c/rust into rollup | Erick Tryzelaar | -6/+11 |
| 2013-08-10 | Merge branch 'trie-bound-iters' of https://github.com/dim-an/rust into rollup | Erick Tryzelaar | -0/+102 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -17/+87 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -26/+59 |
| 2013-08-10 | Merge remote-tracking branch 'remotes/origin/master' into cleanup-iterators | Erick Tryzelaar | -17/+268 |
| 2013-08-10 | auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblum | bors | -13/+13 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -3/+2 |
| 2013-08-10 | std: fix the non-stage0 str::raw::slice_bytes which broke in a merge | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -33/+33 |
| 2013-08-10 | std: Iterator.len_ -> .len | Erick Tryzelaar | -15/+14 |
| 2013-08-10 | std: Iterator.last_ -> .last | Erick Tryzelaar | -4/+3 |
| 2013-08-10 | std: Iterator.chain_ -> .chain | Erick Tryzelaar | -14/+14 |
| 2013-08-10 | std: Iterator.flat_map_ -> .flat_map | Erick Tryzelaar | -5/+4 |
| 2013-08-10 | std: Iterator.take_ -> .take | Erick Tryzelaar | -30/+28 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -189/+188 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -284/+204 |
| 2013-08-10 | std: merge iterator::DoubleEndedIterator and DoubleEndedIteratorUtil | Erick Tryzelaar | -28/+15 |
| 2013-08-10 | Clean up some unused imports in tests | Erick Tryzelaar | -1/+0 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -129/+129 |
| 2013-08-10 | auto merge of #8270 : dotdash/rust/ret_alloca_elim, r=pcwalton | bors | -4/+255 |
| 2013-08-10 | Elide unnecessary ret slot allocas | Björn Steinbrink | -4/+255 |
| 2013-08-10 | auto merge of #8425 : dim-an/rust/increase-stack-size, r=brson | bors | -1/+1 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -619/+1236 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1098/+1713 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -6436/+275 |
| 2013-08-09 | Fix interaction between default matches and guards. Closes #3121. | Michael Sullivan | -8/+31 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -6436/+275 |
| 2013-08-10 | Increase system stack size. | Dmitry Ermolov | -1/+1 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -785/+894 |
| 2013-08-09 | Fix some warnings. | Michael Sullivan | -2/+2 |
| 2013-08-09 | rustpkg: Simplify the PkgId struct | Tim Chevalier | -188/+97 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -595/+798 |
| 2013-08-09 | rustpkg: another fix for windows | Erick Tryzelaar | -1/+2 |
| 2013-08-09 | auto merge of #8415 : brson/rust/newrt-local-heap-perf, r=pcwalton,brson | bors | -68/+92 |
| 2013-08-09 | Fix vector pattern matching. Closes #6909. | Michael Sullivan | -44/+159 |
| 2013-08-09 | Switch to using .enumerate() some places in _match. | Michael Sullivan | -9/+6 |
| 2013-08-09 | std: more windows fixes to os.rs and run.rs | Erick Tryzelaar | -4/+9 |
| 2013-08-09 | auto merge of #8369 : yichoi/rust/arm-test, r=sanxiyn | bors | -4/+4 |
| 2013-08-09 | auto merge of #8352 : stepancheg/rust/ipv6-to-str, r=luqmana | bors | -1/+8 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -32/+168 |
| 2013-08-09 | Implement `lower_bound_iter`/`upper_bound_iter` for TrieMap/TrieSet | Dmitry Ermolov | -0/+102 |
| 2013-08-09 | Fix Ipv6Addr to_str for ::1:x.x.x.x addresses | Stepan Koltsov | -1/+8 |
| 2013-08-09 | auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestinger | bors | -26/+29 |
| 2013-08-09 | std: Fix perf of local allocations in newsched | Brian Anderson | -68/+92 |
| 2013-08-09 | auto merge of #8357 : omasanori/rust/cleanup, r=alexcrichton | bors | -57/+3 |