| Age | Commit message (Expand) | Author | Lines |
| 2013-08-26 | auto merge of #8766 : brson/rust/vecfromfn, r=alexcrichton | bors | -4/+8 |
| 2013-08-26 | std: Make vec::from_fn failure-safe | Brian Anderson | -4/+8 |
| 2013-08-26 | auto merge of #8488 : klutzy/rust/mingw-w64, r=brson | bors | -40/+497 |
| 2013-08-26 | auto merge of #8758 : pnkfelix/rust/fsk-more-oldvisit-ports, r=pnkfelix | bors | -77/+123 |
| 2013-08-26 | auto merge of #8749 : gifnksm/rust/bigint-cfg, r=pnkfelix | bors | -232/+210 |
| 2013-08-26 | Support Win64 context switching | klutzy | -16/+106 |
| 2013-08-26 | rt: Support SEH/SJLJ personality routine | klutzy | -6/+16 |
| 2013-08-26 | rt: Make valgrind Win64-compatible | klutzy | -6/+12 |
| 2013-08-26 | std: Add Win64 support | klutzy | -3/+162 |
| 2013-08-26 | std: Bind write() on Win64 | klutzy | -5/+15 |
| 2013-08-26 | std: Add Win64 types | klutzy | -0/+166 |
| 2013-08-26 | Set main_name "WinMain" on Win64 | klutzy | -1/+6 |
| 2013-08-26 | rt: Add {get,record}_sp_limit on Win64 | klutzy | -0/+8 |
| 2013-08-26 | rt: Remove leading underscore on Win64 | klutzy | -3/+6 |
| 2013-08-26 | auto merge of #8737 : blake2-ppc/rust/std-str-rsplit, r=huonw | bors | -73/+305 |
| 2013-08-26 | std::str: Tune CharSplitIterator after benchmarks | blake2-ppc | -55/+44 |
| 2013-08-26 | Placate `make tidy`. | Felix S. Klock II | -1/+2 |
| 2013-08-26 | bigint: fix wrong benchmark fn name | gifnksm | -1/+1 |
| 2013-08-26 | auto merge of #8744 : jld/rust/discr64, r=nikomatsakis | bors | -47/+79 |
| 2013-08-26 | Port typeck/check/vtable.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -10/+19 |
| 2013-08-26 | std::str: bench tests for .split_iter() | blake2-ppc | -0/+83 |
| 2013-08-26 | Port middle/stack_check.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -20/+37 |
| 2013-08-26 | Port middle/moves.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -29/+40 |
| 2013-08-26 | Remove occurrences of `oldvisit` text to improve grepping for old oldvisit. | Felix S. Klock II | -11/+11 |
| 2013-08-26 | Port creader.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | auto merge of #8750 : kballard/rust/str-opt-variant, r=thestinger | bors | -9/+108 |
| 2013-08-25 | Revert "auto merge of #8745 : brson/rust/metadata, r=cmr" | Brian Anderson | -131/+89 |
| 2013-08-25 | Add _opt variants to str byte-conversion functions | Kevin Ballard | -9/+108 |
| 2013-08-25 | auto merge of #8745 : brson/rust/metadata, r=cmr | bors | -89/+131 |
| 2013-08-25 | auto merge of #8723 : anasazi/rust/temporary-unkillable-io, r=brson | bors | -124/+165 |
| 2013-08-26 | bigint: Add benchmarks | gifnksm | -0/+44 |
| 2013-08-25 | bigint: un-ignore test_shr | gifnksm | -73/+68 |
| 2013-08-25 | bigint: inlining small functions | gifnksm | -97/+92 |
| 2013-08-25 | bigint: remove unnecessary method implements | gifnksm | -42/+0 |
| 2013-08-25 | bigint: cfg(target_arch = ...) => cfg(target_word_size = ...) | gifnksm | -25/+11 |
| 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 |