about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
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
2013-05-08Created utility uninhabited typeSteven Stewart-Gallus-1/+15
2013-05-08auto merge of #6328 : recrack/rust/rename_cleanup, r=sanxiynbors-100/+94
2013-05-09librustc: rename vec::each(var) to var.eachYoungmin Yoo-51/+49
2013-05-09libsyntax: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-09libstd: rename vec::each(var) to var.eachYoungmin Yoo-28/+24
2013-05-09librustdoc: rename vec::each(var) to var.eachYoungmin Yoo-3/+3
2013-05-09libcore: rename vec::each(variable) to variable.eachYoungmin Yoo-17/+17
2013-05-09Perform expansion before stripping/building a test harness.Huon Wilson-4/+4
2013-05-08auto merge of #6332 : huonw/rust/std-base64-match, r=nikomatsakisbors-24/+20