about summary refs log tree commit diff
path: root/src/libcore/private
AgeCommit message (Expand)AuthorLines
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1568/+0
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-23/+0
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-13/+12
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+3
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-0/+676
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-6/+6
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-6/+6
2013-02-20Changed a test to use intrinsics.rs and changed a few lines that were too lon...Matthijs 'Thiez' Hofstra-34/+34
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-18/+135
2013-02-14auto merge of #4938 : thestinger/rust/no_zero, r=brsonbors-5/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-5/+5
2013-02-14stop zeroing all exchange allocationsDaniel Micay-5/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-6/+6
2013-02-12auto merge of #4858 : z0w0/rust/rm_weak_task_count, r=graydonbors-6/+6
2013-02-12core: Fix dec/inc_kernel_live_count mixupZack Corr-4/+4
2013-02-11core: Fix files that needed GenericChan/Port from preludeZack Corr-1/+2
2013-02-09Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task...Zack Corr-6/+6
2013-02-07Merge pull request #4619 from brson/exchangeBrian Anderson-0/+79
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-0/+22
2013-02-06Rewrite the exchange allocator to work without an active scheduler. #4457Brian Anderson-0/+79
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-7/+7
2013-01-31core: Stamp out XXXes (comments only)Tim Chevalier-4/+4
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+4
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-1/+1
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-1/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-0/+699
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-0/+15
2013-01-23core: Add new weak task APIBrian Anderson-0/+187
2013-01-17Add `finally` method for deferred executionBrian Anderson-0/+88
2013-01-17core: Add private global data interface. #3915Brian Anderson-0/+257
2013-01-15Add at_exit function #4450Brian Anderson-0/+86