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