about 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-10auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwaltonbors-19/+21
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-2/+24
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-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-466/+521
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-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-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-09auto merge of #6349 : thestinger/rust/explicit_copy, r=thestingerbors-106/+105
2013-05-09remove vecs_implicitly_copyable from libstd/libcoreDaniel Micay-106/+105
2013-05-09auto merge of #6325 : sammykim/rust/lint-name, r=graydonbors-0/+9
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-213/+370
2013-05-09back-ticksLenny222-2/+2
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-466/+521
2013-05-09Mark c_vec functions as unsafe againAlex Crichton-4/+4
2013-05-09Add intrinsic declaration where I missed themJames Miller-0/+4
2013-05-09Make staged versions of the functions that use uninitJames Miller-0/+184
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-35/+35
2013-05-09Replace init() with uninit() where appropriateJames Miller-14/+9
2013-05-09Add uninit intrinsicJames Miller-1/+27
2013-05-09auto merge of #6343 : thestinger/rust/new_iter, r=brsonbors-7/+6
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-8/+218
2013-05-09auto merge of #6337 : thestinger/rust/fix_region, r=thestingerbors-6/+12