| Age | Commit message (Expand) | Author | Lines |
| 2013-08-04 | auto merge of #7115 : alexcrichton/rust/llvm-upgrades, r=thestinger | bors | -77/+67 |
| 2013-08-04 | Merge pull request #8284 from huonw/emacs-in-kw | Daniel Micay | -1/+1 |
| 2013-08-04 | Integrate new arm patch and fix an LLVM bug | Alex Crichton | -1/+3 |
| 2013-08-04 | Add a workaround for 8199 for now | Alex Crichton | -1/+14 |
| 2013-08-04 | Fix setting the fixed stack segment attribute on LLVM functions | Alex Crichton | -63/+45 |
| 2013-08-04 | Fix build issues once LLVM has been upgraded | Alex Crichton | -13/+6 |
| 2013-08-04 | Update LLVM | Alex Crichton | -1/+1 |
| 2013-08-04 | auto merge of #8262 : dotdash/rust/no_rval_copies, r=pcwalton | bors | -51/+24 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -148/+142 |
| 2013-08-04 | auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brson | bors | -35/+67 |
| 2013-08-04 | auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwalton | bors | -0/+13 |
| 2013-08-04 | auto merge of #8217 : brson/rust/reset_stack_limit, r=pcwalton | bors | -1/+13 |
| 2013-08-04 | std: implement Total{Ord,Eq} for pointers. | Huon Wilson | -2/+49 |
| 2013-08-04 | syntax: make #[deriving(TotalOrd)] lazy. | Huon Wilson | -17/+47 |
| 2013-08-04 | Implemented TreeMap::{lower_bound_iter,upper_bound_iter} | Dmitry Ermolov | -4/+146 |
| 2013-08-04 | Remove redundant print. | Dmitry Ermolov | -1/+0 |
| 2013-08-04 | Additional check in treemap iterator test. | Dmitry Ermolov | -0/+1 |
| 2013-08-03 | rt: Fix a corner-case in unwinding that leads to stack overflow | Brian Anderson | -1/+13 |
| 2013-08-03 | std: Remove gc and stackwalk | Brian Anderson | -444/+0 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -1905/+1569 |
| 2013-08-03 | auto merge of #8269 : brson/rust/fix-task-cleanup, r=brson | bors | -27/+22 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -323/+15 |
| 2013-08-03 | librustc: Implement `#[no_main]`, which omits the entry point entirely. | Patrick Walton | -8/+19 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1551/+1546 |
| 2013-08-03 | Work around #8256, do not fail the task, just return None | Corey Richardson | -5/+12 |
| 2013-08-03 | register snapshots | Daniel Micay | -32/+9 |
| 2013-08-03 | Merge pull request #8251 from chris-morgan/vim-sigil-highlighting | Daniel Micay | -6/+23 |
| 2013-08-03 | std::rt: Run local storage cleanup and the box annihilator inside the try/catch | Brian Anderson | -27/+22 |
| 2013-08-03 | auto merge of #8246 : stepancheg/rust/contains-key, r=thestinger | bors | -27/+5 |
| 2013-08-03 | auto merge of #8223 : davidhalperin/rust/master, r=Aatch | bors | -3/+30 |
| 2013-08-03 | auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydon | bors | -36/+70 |
| 2013-08-03 | auto merge of #8213 : kballard/rust/fd-limit, r=brson | bors | -4/+83 |
| 2013-08-03 | trans_arg_expr: Omit extra copies for rvalues | Björn Steinbrink | -51/+24 |
| 2013-08-03 | auto merge of #8186 : huonw/rust/hashmap-=rt, r=Aatch | bors | -28/+26 |
| 2013-08-03 | std: expose the keyed HashMap constructor, for runtime-less use. | Huon Wilson | -28/+26 |
| 2013-08-03 | Fix building problems in extra::unicode. | OGINO Masanori | -18/+33 |
| 2013-08-03 | auto merge of #8206 : omasanori/rust/blk-to-block, r=graydon | bors | -35/+35 |
| 2013-08-03 | auto merge of #8204 : kballard/rust/str-into-owned, r=graydon | bors | -0/+12 |
| 2013-08-03 | etc: add the `in` keyword to the emacs mode. | Huon Wilson | -1/+1 |
| 2013-08-03 | Move `use` statements. | OGINO Masanori | -6/+8 |
| 2013-08-03 | Rename sum -> _sum. | OGINO Masanori | -6/+6 |
| 2013-08-03 | Remove unused variables. | OGINO Masanori | -5/+0 |
| 2013-08-03 | Explicitly impl Clone for RWArc | Kevin Ballard | -14/+12 |
| 2013-08-03 | std: add benchmark for vec.mut_iter. | Huon Wilson | -0/+13 |
| 2013-08-03 | std: use ptr.offset where possible in the vec iterator. | Huon Wilson | -8/+38 |
| 2013-08-03 | option: mutate() and mutate_default() should return bool | Kevin Ballard | -6/+25 |
| 2013-08-03 | fixed the buffer to make it a more reasonable size | toddaaro | -1/+1 |
| 2013-08-03 | modified logging function to truncate output and adjusted error output format... | toddaaro | -8/+18 |
| 2013-08-03 | make `for` parse as `foreach` does | Daniel Micay | -34/+8 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -791/+767 |