| Age | Commit message (Expand) | Author | Lines |
| 2013-08-11 | Add a field `borrow_offset` to the type descriptor indicating | Niko Matsakis | -0/+2 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -3/+2 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -4247/+35 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -0/+14 |
| 2013-08-04 | Add support for vanilla linux on arm. | Luqman Aden | -0/+14 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -0/+11 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -3/+2 |
| 2013-08-03 | rt: Fix a corner-case in unwinding that leads to stack overflow | Brian Anderson | -0/+11 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -112/+0 |
| 2013-07-31 | auto merge of #8145 : brson/rust/rttestfixes, r=pcwalton | bors | -0/+6 |
| 2013-07-31 | auto merge of #8143 : brson/rust/change-dir-lock, r=luqmana | bors | -2/+2 |
| 2013-07-30 | test: Use a test extern in various foreign fn tests | Brian Anderson | -0/+6 |
| 2013-07-30 | rt: Use the correct global change_dir lock | Brian Anderson | -2/+2 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -14/+0 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -2/+8 |
| 2013-07-28 | auto merge of #8046 : kmcallister/rust/unused-log, r=pcwalton | bors | -6/+7 |
| 2013-07-27 | auto merge of #8040 : luqmana/rust/rtn, r=brson | bors | -44/+32 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -0/+7 |
| 2013-07-25 | Warn about unused RUST_LOG specs | Keegan McAllister | -6/+7 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -44/+25 |
| 2013-07-24 | rm unused upcall_exchange_free | Daniel Micay | -2/+0 |
| 2013-07-23 | auto merge of #7980 : graydon/rust/misc-benchmarks, r=catamorphism | bors | -1/+1 |
| 2013-07-22 | rt: Fix child-iteration bug in crate map. | Graydon Hoare | -1/+1 |
| 2013-07-22 | std: Remove at_exit API. Unused | Brian Anderson | -70/+0 |
| 2013-07-22 | std: Remove unstable::global. Unused | Brian Anderson | -10/+1 |
| 2013-07-22 | std::rt: Stop using unstable::global in change_dir_locked | Brian Anderson | -0/+14 |
| 2013-07-22 | std: Remove weak_task API. Unused | Brian Anderson | -14/+0 |
| 2013-07-22 | new snapshot | Daniel Micay | -6/+0 |
| 2013-07-18 | auto merge of #7859 : kmcallister/rust/rt-diag-messages, r=pcwalton | bors | -7/+18 |
| 2013-07-18 | auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwalton | bors | -7/+0 |
| 2013-07-17 | rt: Print alloc backtraces for bad release_alloc with RUSTRT_TRACK_ALLOCATIONS | Keegan McAllister | -7/+13 |
| 2013-07-17 | rt: Diagnose bad alloc index in release_alloc with RUSTRT_TRACK_ALLOCATIONS | Keegan McAllister | -0/+5 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -9/+9 |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -2/+2 |
| 2013-07-12 | auto merge of #7728 : bcully/rust/largestack64, r=cmr | bors | -2/+7 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -9/+4 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -2/+2 |
| 2013-07-11 | Enable large stacks on 64-bit architectures | Brendan Cully | -2/+7 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -40/+258 |
| 2013-07-09 | std: Remove ThreadPerCore spawn mode. Unused | Brian Anderson | -7/+0 |
| 2013-07-09 | Use purely an owned vector for storing TLS data | Alex Crichton | -8/+3 |
| 2013-07-09 | rt: Make the old rand builtins work with newsched | Brian Anderson | -11/+5 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -0/+17 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -1/+2 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -0/+159 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -4/+4 |
| 2013-07-08 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -96/+80 |
| 2013-07-08 | Address nits by @catamorphism | Niko Matsakis | -4/+0 |
| 2013-07-08 | This assert does not necessarily hold; sometimes we temporarily increase ref-... | Niko Matsakis | -2/+2 |
| 2013-07-03 | Add x64 windows to platform.mk and mingw64 header fixes. | Luqman Aden | -1/+2 |