| Age | Commit message (Expand) | Author | Lines |
| 2013-08-25 | revisions to emacs compilation regexp, more readable and robust. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | compilation error regexp specific to rustc. | Felix S. Klock II | -0/+15 |
| 2013-08-25 | auto merge of #8710 : pnkfelix/rust/fsk-issue5516-codepoint-fix, r=alexcrichton | bors | -5/+32 |
| 2013-08-25 | char_len is more succinct than count_chars. | Felix S. Klock II | -2/+1 |
| 2013-08-25 | std::str: Double-ended CharSplitIterator | blake2-ppc | -68/+228 |
| 2013-08-24 | auto merge of #8736 : luqmana/rust/hf, r=yichoi | bors | -39/+20 |
| 2013-08-24 | Don't ever compress metadata | Brian Anderson | -45/+7 |
| 2013-08-24 | auto merge of #8701 : brson/rust/issue-8698, r=thestinger | bors | -8/+4 |
| 2013-08-24 | Add a test case for the preceding changes. | Jed Davis | -0/+25 |
| 2013-08-24 | Don't truncate discriminants to host uint for C_uint's sake. | Jed Davis | -9/+13 |
| 2013-08-24 | Make enum discriminants u64 instead of the host uint. | Jed Davis | -46/+49 |
| 2013-08-24 | auto merge of #8637 : alexcrichton/rust/ifmt-less-hax, r=graydon | bors | -292/+409 |
| 2013-08-24 | auto merge of #8607 : sfackler/rust/extensions, r=brson | bors | -123/+122 |
| 2013-08-24 | Introduce alternate forms of logging | Alex Crichton | -24/+31 |
| 2013-08-24 | auto merge of #8740 : brson/rust/rt-opt, r=thestinger | bors | -216/+238 |
| 2013-08-24 | std::rt: Enforce sanity a while longer | Brian Anderson | -1/+2 |
| 2013-08-24 | std: Make vec::push_all_move call reserve_at_least | Brian Anderson | -1/+1 |
| 2013-08-24 | std::rt: Remove an unnecessary allocation from the main sched loop | Brian Anderson | -11/+11 |
| 2013-08-24 | std: Convert the runtime TLS key to a Rust global to avoid FFI | Brian Anderson | -27/+23 |
| 2013-08-24 | std::rt: Remove metrics for perf | Brian Anderson | -115/+0 |
| 2013-08-24 | std::rt: Reduce MessageQueue contention | Brian Anderson | -12/+69 |
| 2013-08-24 | std::rt: Reduce SleeperList contention | Brian Anderson | -12/+44 |
| 2013-08-24 | std::rt: Remove extra boxes from MessageQueue and SleeperList | Brian Anderson | -7/+6 |
| 2013-08-24 | std::rt: Optimize TLS use in change_task_context | Brian Anderson | -1/+25 |
| 2013-08-24 | std: More TLS micro-optimization | Brian Anderson | -12/+31 |
| 2013-08-24 | Add OwnedStr::into_bytes | Steven Fackler | -1/+16 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -255/+295 |
| 2013-08-24 | Implement a wrapper macro around fprintf -- ifmtf | Alex Crichton | -23/+71 |
| 2013-08-24 | Remove ifmt hax and implement fprintf | Alex Crichton | -17/+39 |
| 2013-08-24 | librustc: Always use session target triple. | Luqman Aden | -36/+13 |
| 2013-08-24 | auto merge of #8732 : kballard/rust/str-truncate, r=thestinger | bors | -0/+42 |
| 2013-08-24 | rustllvm: Specify hard floats for gnueabihf. | Luqman Aden | -3/+7 |
| 2013-08-24 | auto merge of #8725 : bblum/rust/docs, r=graydon | bors | -1/+85 |
| 2013-08-24 | auto merge of #8679 : singingboyo/rust/json-to-impl, r=alexcrichton | bors | -65/+61 |
| 2013-08-24 | Added note that there is still more to do on 5516. | Felix S. Klock II | -3/+30 |
| 2013-08-24 | auto merge of #8722 : graydon/rust/2013-08-23-test-shard, r=msullivan | bors | -2/+48 |
| 2013-08-24 | auto merge of #8719 : msullivan/rust/cleanup, r=catamorphism | bors | -29/+37 |
| 2013-08-23 | Don't copy metadata after loading | Brian Anderson | -83/+132 |
| 2013-08-23 | Add new function str.truncate() | Kevin Ballard | -0/+42 |
| 2013-08-23 | std: Convert some assert!s to rtassert! | Brian Anderson | -5/+6 |
| 2013-08-23 | Define cfg(rtopt) when optimizing. Turn off runtime sanity checks | Brian Anderson | -2/+7 |
| 2013-08-23 | std: Reduce TLS access | Brian Anderson | -15/+18 |
| 2013-08-23 | auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichton | bors | -2/+2 |
| 2013-08-23 | Allow metadata to be not compressed | Brian Anderson | -11/+42 |
| 2013-08-23 | auto merge of #8705 : brson/rust/lesscxx, r=graydon | bors | -833/+116 |
| 2013-08-23 | rt: Remove rust_abi | Brian Anderson | -168/+0 |
| 2013-08-23 | rt: Remove rust_util.cpp | Brian Anderson | -37/+0 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -126/+0 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -71/+70 |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -33/+5 |