| Age | Commit message (Expand) | Author | Lines |
| 2013-08-15 | auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphism | bors | -1/+446 |
| 2013-08-16 | Pointers to bound variables are stored after all patterns are matched. | Dmitry Ermolov | -15/+23 |
| 2013-08-15 | Add even more tests | Alex Crichton | -0/+105 |
| 2013-08-15 | Fix a typo in the ifmt dox | Alex Crichton | -6/+6 |
| 2013-08-16 | Test for issue #6338. | Dmitry Ermolov | -0/+70 |
| 2013-08-16 | Cleanup: remove useless parameter | Dmitry Ermolov | -7/+3 |
| 2013-08-15 | auto merge of #8515 : kballard/rust/saturating-checked, r=thestinger | bors | -38/+25 |
| 2013-08-15 | Fix select deschedule environment race for real this time, in light of task k... | Ben Blum | -18/+23 |
| 2013-08-15 | auto merge of #8499 : nickdesaulniers/rust/issue7169, r=graydon | bors | -32/+27 |
| 2013-08-15 | auto merge of #8491 : robertknight/rust/7722-reservoir_sampling, r=graydon | bors | -0/+56 |
| 2013-08-15 | auto merge of #8527 : pnkfelix/rust/fsk-visitor-vpar-defaults-step1, r=nikoma... | bors | -403/+538 |
| 2013-08-15 | auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism | bors | -51/+67 |
| 2013-08-15 | Remove inappropriate .to_c_str() in C_cstr() | Kevin Ballard | -4/+4 |
| 2013-08-15 | Make CString.iter() public | Kevin Ballard | -1/+1 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -136/+159 |
| 2013-08-15 | Check for interior nulls in .to_c_str() | Kevin Ballard | -12/+107 |
| 2013-08-15 | auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism | bors | -0/+52 |
| 2013-08-14 | compiletest: Run tests in their own thread to avoid blocking the scheduler | Brian Anderson | -2/+16 |
| 2013-08-14 | auto merge of #8481 : cmr/rust/bench/std/at_vec, r=graydon | bors | -0/+81 |
| 2013-08-14 | rustc: Change ICE message to reflect that ::rt::backtrace doesn't exist | Brian Anderson | -1/+1 |
| 2013-08-14 | auto merge of #8525 : graydon/rust/2013-08-14-register-snapshots, r=brson | bors | -0/+8 |
| 2013-08-14 | Clarify docs on CString.unwrap() | Kevin Ballard | -0/+1 |
| 2013-08-15 | Port check_loans.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -34/+49 |
| 2013-08-15 | Port regionck from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -39/+45 |
| 2013-08-15 | ported lang_items from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -15/+26 |
| 2013-08-15 | Port kind.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -23/+41 |
| 2013-08-15 | Port freevars.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -37/+61 |
| 2013-08-15 | Port entry.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -9/+14 |
| 2013-08-15 | Ported rusti::utils from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -11/+18 |
| 2013-08-15 | Ported coherence.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -63/+73 |
| 2013-08-15 | port util/common.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -25/+32 |
| 2013-08-15 | Ported typeck/check/mod.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -82/+87 |
| 2013-08-15 | port type_use.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -20/+32 |
| 2013-08-15 | port callee.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -11/+20 |
| 2013-08-15 | Ported typeck::collect from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -8/+18 |
| 2013-08-15 | Ported liveness.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -52/+68 |
| 2013-08-15 | Ported trans/base.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -7/+12 |
| 2013-08-15 | port resolve.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -97/+123 |
| 2013-08-15 | port region.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -89/+135 |
| 2013-08-15 | port reachable.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -89/+118 |
| 2013-08-15 | Port privacy.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -133/+146 |
| 2013-08-15 | Switch main borrowck to <V:Visitor> trait API. | Felix S. Klock II | -12/+22 |
| 2013-08-15 | Ported effect checker from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -50/+65 |
| 2013-08-15 | Switch borrowck::gather_loans to <V:Visitor> visit API. | Felix S. Klock II | -45/+65 |
| 2013-08-15 | Port const_eval from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -6/+13 |
| 2013-08-15 | Switch metadata::encoder to <V:Visitor> trait. | Felix S. Klock II | -49/+81 |
| 2013-08-15 | Port check_match from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -19/+35 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -297/+370 |
| 2013-08-15 | Ported check_loop from oldvisit to <V:Visit> trait API. | Felix S. Klock II | -24/+30 |
| 2013-08-15 | Ported check_const from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -36/+60 |