| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Try to fix mac valgrind bot by disabling thread-heavy activities. | Graydon Hoare | -0/+15 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -6/+36 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -10/+10 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -5/+5 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -10/+10 |
| 2013-08-16 | Remove the annihilate lang item | Brian Anderson | -5/+0 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -5/+5 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -3/+3 |
| 2013-08-13 | auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon | bors | -0/+1 |
| 2013-08-13 | auto merge of #8411 : bblum/rust/assorted-fixes, r=brson | bors | -19/+21 |
| 2013-08-12 | auto merge of #8487 : brson/rust/local-opts, r=brson | bors | -7/+7 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -0/+1 |
| 2013-08-12 | std: Re-optimize tls access on local allocation path | Brian Anderson | -7/+7 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -29/+0 |
| 2013-08-12 | Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382. | Ben Blum | -19/+21 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -1/+23 |
| 2013-08-11 | Update type visitor to use &Visitor and not @Visitor | Niko Matsakis | -0/+4 |
| 2013-08-11 | Add a field `borrow_offset` to the type descriptor indicating | Niko Matsakis | -1/+19 |
| 2013-08-11 | auto merge of #8412 : thestinger/rust/vector-add, r=alexcrichton | bors | -8/+1 |
| 2013-08-11 | fix unused imports | Daniel Micay | -2/+1 |
| 2013-08-11 | move `strdup_uniq` lang item to std::str | Daniel Micay | -6/+0 |
| 2013-08-11 | add intrinsics for checked overflow add/sub/mul | Daniel Micay | -0/+54 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -9/+14 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -20/+23 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -77/+23 |
| 2013-08-09 | std: Fix perf of local allocations in newsched | Brian Anderson | -20/+23 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | Turn on the new runtime | Brian Anderson | -1/+1 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1/+10 |
| 2013-08-06 | add an intrinsic for inbounds GEP | Daniel Micay | -1/+10 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -14/+9 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -6/+8 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -3/+6 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -14/+9 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -8/+8 |
| 2013-08-03 | register snapshots | Daniel Micay | -6/+1 |
| 2013-08-03 | auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydon | bors | -36/+70 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -12/+7 |
| 2013-08-02 | auto merge of #8195 : bblum/rust/task-cleanup, r=brson | bors | -6/+4 |
| 2013-08-02 | auto merge of #8175 : brson/rust/nodbg, r=graydon | bors | -2/+0 |
| 2013-08-01 | Fix calling destructor on uninitialized dynamic library crash. | Steven Stewart-Gallus | -36/+70 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -3/+3 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -3/+0 |
| 2013-08-01 | Relax some atomic barriers. Loosen up all that tension. There, doesn't that f... | Ben Blum | -6/+4 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -2/+2 |
| 2013-08-01 | auto merge of #8158 : bblum/rust/task-cleanup, r=brson | bors | -8/+56 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -7/+6 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -2/+0 |
| 2013-07-31 | auto merge of #8151 : sanxiyn/rust/atomicrmw, r=cmr | bors | -82/+0 |