| Age | Commit message (Expand) | Author | Lines |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -72/+72 |
| 2013-08-27 | auto merge of #8773 : catamorphism/rust/rustpkg-version-flag, r=anasazi | bors | -1/+9 |
| 2013-08-27 | Rebased and replaced yield with deschedule | Flaper Fesp | -1/+1 |
| 2013-08-26 | auto merge of #8757 : vadimcn/rust/debug-info-tests, r=brson | bors | -141/+7 |
| 2013-08-26 | auto merge of #8700 : alexcrichton/rust/better-llvm, r=thestinger | bors | -758/+477 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -758/+477 |
| 2013-08-26 | auto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix-emacs-compilation-regex... | bors | -0/+23 |
| 2013-08-26 | auto merge of #8739 : fhahn/rust/ticket_2275, r=brson | bors | -0/+509 |
| 2013-08-26 | std: Make vec::from_elem failure-safe | Brian Anderson | -4/+30 |
| 2013-08-26 | Fix valgrind suppression on mac | Brian Anderson | -1/+0 |
| 2013-08-26 | auto merge of #8438 : cmr/rust/default, r=thestinger | bors | -18/+36 |
| 2013-08-26 | Fix deriving-zero test | Corey Richardson | -2/+0 |
| 2013-08-26 | Add a Default trait. | Corey Richardson | -16/+36 |
| 2013-08-27 | Decrement unkillable counter before failing | Flaper Fesp | -3/+5 |
| 2013-08-27 | Don't make the runtime exit on illegal calls | Flaper Fesp | -16/+36 |
| 2013-08-26 | rustpkg: Implement --version command-line option | Tim Chevalier | -1/+9 |
| 2013-08-27 | Testing rekillable fails when called from outside an unkillable block | Flaper Fesp | -1/+17 |
| 2013-08-27 | Make rekillable consistent with unkillable | Flaper Fesp | -45/+46 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -43/+122 |
| 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 | Add script and tests for using keywords as identifiers | Florian Hahn | -0/+509 |
| 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-26 | Un-disabled debug info tests on Windows. | Vadim Chugunov | -140/+4 |
| 2013-08-26 | Since we assume that GDB output is UTF-8, make sure it is so on all platforms. | Vadim Chugunov | -1/+3 |
| 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 |