about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-13/+8
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-129/+123
2013-05-13revert PriorityQueue to using init()Daniel Micay-56/+4
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-42/+44
2013-05-13core: Rename SharedMutableState to UnsafeAtomicRcBoxBrian Anderson-41/+43
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-4/+4
2013-05-12libstd: Fix merge fallout.Patrick Walton-4/+4
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-82/+88
2013-05-11auto merge of #6429 : gifnksm/rust/bigint-is_even, r=catamorphismbors-1/+12
2013-05-11clean up the last bit of warningsCorey Richardson-5/+5
2013-05-11Warning policeTim Chevalier-91/+24
2013-05-12libstd: Fix BigUint::is_evengifnksm-1/+12
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-33/+33
2013-05-10auto merge of #6260 : alexcrichton/rust/issue-3466-no-swap, r=pcwaltonbors-108/+96
2013-05-10Stop using the '<->' operatorAlex Crichton-108/+96
2013-05-10auto merge of #6205 : brson/rust/flate, r=brsonbors-0/+108
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-52/+539
2013-05-10test: Use the new `for` protocolAlex Crichton-2/+74
2013-05-10Move flate from core to stdBrian Anderson-0/+108
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-28/+28
2013-05-10auto merge of #6358 : crabtw/rust/mips-segstk, r=brsonbors-0/+1
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-6/+6
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-5/+5
2013-05-09auto merge of #6339 : alexcrichton/rust/unsafe-cvec, r=catamorphismbors-4/+4
2013-05-10rustc: Use the new `for` protocolAlex Crichton-0/+33
2013-05-10std: Use the new `for` protocolAlex Crichton-51/+433
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-6/+6
2013-05-09auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydonbors-0/+84
2013-05-09auto merge of #6349 : thestinger/rust/explicit_copy, r=thestingerbors-105/+105
2013-05-09remove vecs_implicitly_copyable from libstd/libcoreDaniel Micay-105/+105
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/+80
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-14/+14
2013-05-09Replace init() with uninit() where appropriateJames Miller-4/+4
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-0/+1
2013-05-09auto merge of #6337 : thestinger/rust/fix_region, r=thestingerbors-6/+6
2013-05-08auto merge of #6328 : recrack/rust/rename_cleanup, r=sanxiynbors-27/+24
2013-05-09libstd: rename vec::each(var) to var.eachYoungmin Yoo-27/+24
2013-05-08auto merge of #6332 : huonw/rust/std-base64-match, r=nikomatsakisbors-24/+20
2013-05-08libcore: Fix tests.Patrick Walton-26/+36
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-20/+20
2013-05-08librustc: Fix merge fallout.Patrick Walton-8/+17
2013-05-08libstd: Remove some residual mutable fieldsPatrick Walton-1/+34
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-2/+2
2013-05-08libcore: Remove mutable fields from pipesPatrick Walton-15/+22
2013-05-08libcore: Remove mutable fields from the task builder APIPatrick Walton-10/+20
2013-05-08libcore: Remove mutable fields from rand.Patrick Walton-2/+2
2013-05-08libstd: Start warning about mutable fields, now that they only exist in stage0Patrick Walton-1/+3
2013-05-08libstd: Remove mutable fields from future and parPatrick Walton-23/+58