summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-10auto merge of #6205 : brson/rust/flate, r=brsonbors-7/+7
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-304/+2943
2013-05-10Fix merge "failures"Alex Crichton-12/+20
2013-05-10test: Use the new `for` protocolAlex Crichton-45/+164
2013-05-10Move flate from core to stdBrian Anderson-7/+7
2013-05-11Removed test_hashmap() for the time, being. All tests pass with make check.Samuel Chase-10/+11
2013-05-10more back-ticks, less colonsLenny222-34/+34
2013-05-11Add to_str() for HashMaps, and some basic tests as well.Samuel Chase-0/+36
2013-05-10Remove redundant import errorCorey Richardson-1/+0
2013-05-10auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwaltonbors-19/+21
2013-05-10Fixes rusti crashes.James Tranovich-2/+2
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-2/+24
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-66/+66
2013-05-10auto merge of #6358 : crabtw/rust/mips-segstk, r=brsonbors-8/+218
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-23/+24
2013-05-10Add some positive tests for dtor struct destructuringHuon Wilson-0/+46
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-39/+39
2013-05-10Issue number on xfailed testHuon Wilson-1/+1
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-466/+521
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-23/+86
2013-05-10A test file is fixedYoungsoo Son-2/+2
2013-05-10auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphismbors-2/+24
2013-05-09auto merge of #6339 : alexcrichton/rust/unsafe-cvec, r=catamorphismbors-4/+4
2013-05-10Fix deriving(IterBytes) to use the new for-loop protocolAlex Crichton-11/+15
2013-05-10rustpkg: Use the new `for` protocolAlex Crichton-2/+3
2013-05-10rustc: Use the new `for` protocolAlex Crichton-19/+628
2013-05-10syntax: Use the new `for` protocolAlex Crichton-12/+182
2013-05-10std: Use the new `for` protocolAlex Crichton-51/+433
2013-05-10core: Use the new `for` protocolAlex Crichton-171/+1492
2013-05-10Implement a new protocol for `for` loops that's much more easily composableAlex Crichton-5/+30
2013-05-09Include static methods on traits in reexports.Tom Lee-0/+42
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-21/+22
2013-05-09librustc: Fix ICE in core-text resulting from dynamic borrowing. rs=blocking-...Patrick Walton-19/+21
2013-05-09auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats...bors-213/+515
2013-05-09fix formating and testsCorey Richardson-2/+2
2013-05-09compile-fail test for new unresolved import errorCorey Richardson-0/+12
2013-05-09testsuite: Test that init and forget are both unsafeTim Chevalier-0/+17
2013-05-09core: Make intrinsics::forget unsafe, tooTim Chevalier-1/+3
2013-05-09core: Make intrinsics::init unsafeTim Chevalier-1/+4
2013-05-09test: Add two tests for issue #6272.Niko Matsakis-0/+62
2013-05-09auto merge of #6373 : nikomatsakis/rust/issue-6355-perf-regression, r=graydonbors-35/+76
2013-05-09rustc: Add EnumSet testsNiko Matsakis-4/+149
2013-05-09Tweak error messageCorey Richardson-2/+2
2013-05-09Better error message for certain classes of unresolved importsCorey Richardson-1/+11
2013-05-09Remove remnants of mutable fields from mem_categorization, borrowck.Niko Matsakis-16/+9
2013-05-09Issue the correct deref count for the implicit deref that occursNiko Matsakis-19/+67
2013-05-09auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydonbors-6/+215
2013-05-09testsuite: Add two test cases (one xfailed)Tim Chevalier-0/+43
2013-05-09auto merge of #6349 : thestinger/rust/explicit_copy, r=thestingerbors-106/+105
2013-05-09remove vecs_implicitly_copyable from libstd/libcoreDaniel Micay-106/+105