summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-08-17Remove the class keywordBrian Anderson-19/+19
2012-08-16Add option::get_refBen Blum-0/+16
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-6/+6
2012-08-16Don't use move, because it is less safe than the unsafe move_it macro.Eric Holk-4/+10
2012-08-16Make wait_many work on selectable types instead.Eric Holk-7/+7
2012-08-15Convert more core types to camel caseBrian Anderson-229/+238
2012-08-15Modify pipec to not emit calls to some and noneBrian Anderson-0/+10
2012-08-15Convert more core types to camel caseBrian Anderson-281/+311
2012-08-15De-mode pipesEric Holk-40/+45
2012-08-15Expunge match checksTim Chevalier-7/+14
2012-08-15Change TLS key type to stack closureBen Blum-6/+7
2012-08-15Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use themBen Blum-7/+12
2012-08-15add some inlines to shared mutable stateBen Blum-0/+4
2012-08-14Fix build breakageTim Chevalier-2/+4
2012-08-14Make Num::from_int a static methodTim Chevalier-22/+19
2012-08-14Convert more core types to camel caseBrian Anderson-229/+242
2012-08-14Add a map::str_slice_map constructor to libstd.Graydon Hoare-0/+1
2012-08-14De-mode comm, libc, priv, rt, sync, arc. Super easy.Ben Blum-1/+14
2012-08-14De-mode task.rs and add some option::foo_ref() helpersBen Blum-13/+68
2012-08-14Attempt to fix windows bustageBrian Anderson-2/+2
2012-08-14Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...Ben Blum-1/+13
2012-08-14De-mode more pieces of core.Graydon Hoare-33/+61
2012-08-13De-mode core::future.Graydon Hoare-18/+22
2012-08-13More core mode forbidding.Graydon Hoare-6/+18
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-120/+137
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-42/+2
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-29/+62
2012-08-13Add pipes::oneshot() to wrap pipes::oneshot::init()Ben Blum-1/+1
2012-08-13Add pipes::oneshot(), pipes::send_one(), pipes::try_send_one() wrappers.Ben Blum-5/+25
2012-08-13Comments describing the packet structures for pipes.Eric Holk-16/+30
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-8/+6
2012-08-13core: Export to_str trait from top level. Closes #3175Brian Anderson-0/+2
2012-08-13Add ptr::ref_eq()Ben Blum-2/+8
2012-08-13core: Export f32::ge(), f64::ge(), and float::ge()Chris Peterson-4/+4
2012-08-10Remove printEric Holk-1/+0
2012-08-10Handle failure during select nicely. Fixes #3176Eric Holk-3/+7
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-1043/+223
2012-08-10Terminate blocked receive packets on failure. Fixes #3168.Eric Holk-0/+17
2012-08-09Implement sync::rwlock::write_cond (and task::rekillable)Ben Blum-19/+74
2012-08-09Convert sync to the new struct syntaxBen Blum-49/+50
2012-08-09Make rwlocks fail-proofBen Blum-50/+106
2012-08-09de-mode-ify infer and some parts of typeckNiko Matsakis-3/+9
2012-08-09sync: Add rwlocks (half-done) and test casesBen Blum-18/+177
2012-08-09Allow failing in arc::exclusive; poison to fail subsequent accesses (fix #3092)Ben Blum-9/+31
2012-08-09Make sync primitives fail-unwind-friendlyBen Blum-50/+156
2012-08-09Added oneshot protocol. Fixes #3125Eric Holk-0/+36
2012-08-08Fix number-peek code in fmt!, close #1610.Graydon Hoare-12/+19
2012-08-08Convert impls to new syntaxBrian Anderson-162/+124
2012-08-08Remove an invalid assert and some commented out code.Eric Holk-4/+0
2012-08-08Adding try_send for pipes::chan and pipes::shared_chanEric Holk-0/+24