summary refs log tree commit diff
path: root/src/libcore/comm.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-9/+8
2013-03-26core: Make sure every module at least has a one-line descriptionBrian Anderson-0/+4
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-8/+8
2013-03-21librustc: Register new snapshotsPatrick Walton-12/+0
2013-03-20add stage3 markers where necessary for dist-snapGraydon Hoare-0/+4
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-2/+8
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-88/+150
2013-03-04De-implicit-self libcoreBen Striegel-24/+24
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-3/+3
2013-03-01auto merge of #5162 : brson/rust/fixmes, r=brsonbors-2/+2
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-3/+0
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-3/+3
2013-02-27Convert NOTEs to FIXMEsBrian Anderson-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-0/+410
2012-12-14Rename core::comm to core::oldcommBrian Anderson-516/+0
2012-12-13Rename Send trait to OwnedBrian Anderson-17/+17
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-04De-mode comm::ChanTim Chevalier-22/+22
2012-10-02Removing explicit uses of + modeTim Chevalier-5/+5
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-2/+2
2012-10-02De-export comm, task. Part of #3583.Graydon Hoare-2/+0
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-6/+6
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-8/+7
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-25/+34
2012-09-19De-export core::commGraydon Hoare-19/+10
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-13Doc fix, close #3419Graydon Hoare-2/+2
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-1/+1
2012-09-11Make moves explicit in argumentsTim Chevalier-1/+1
2012-09-10Make more moves explicit in libcoreTim Chevalier-18/+18
2012-09-09Rename variables that clash with keywordsBrian Anderson-3/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-17/+17
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-04core: Remove struct ctorsBrian Anderson-2/+12
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2
2012-08-27Camel case various core constructorsBrian Anderson-41/+41
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-28/+29
2012-08-15Convert more core types to camel caseBrian Anderson-10/+10
2012-08-15Expunge match checksTim Chevalier-2/+3
2012-08-14De-mode comm, libc, priv, rt, sync, arc. Super easy.Ben Blum-1/+4
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-01Convert ret to returnBrian Anderson-1/+1