summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-01-23Remove old comm-based weak task interfaceBrian Anderson-102/+0
2013-01-23core: Remove private::chan_from_global_ptr. #3915Brian Anderson-152/+0
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-0/+15
2013-01-23core: Convert getenv/setenv to use a mutexBrian Anderson-136/+68
2013-01-23core: Add new weak task APIBrian Anderson-0/+199
2013-01-23switch LinearMap to current constructor conventionDaniel Micay-11/+15
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-330/+427
2013-01-23Merge pull request #4597 from Dretch/atvec-constructorsTim Chevalier-2/+2
2013-01-23Oops - add the missing pubs!gareth-2/+2
2013-01-23improve hashmap/treemap documentationDaniel Micay-0/+18
2013-01-23rm unnecessary usage of 'unsafe' from hashmapDaniel Micay-3/+1
2013-01-23remove cautionary wording in the hashmap docstringDaniel Micay-5/+1
2013-01-23libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...Patrick Walton-3/+19
2013-01-23remove the LinearMap get_copy methodDaniel Micay-17/+9
2013-01-23add find method to the core::container::Map traitDaniel Micay-20/+25
2013-01-23rename hashmap find_ref/get_ref -> find/getDaniel Micay-7/+7
2013-01-23rename hashmap find/get -> find_copy/get_copyDaniel Micay-14/+14
2013-01-23rename send_map to hashmapDaniel Micay-7/+7
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-12/+12
2013-01-22migrate task/spawn.rs to LinearSetDaniel Micay-4/+4
2013-01-22migrate gc.rs to LinearSetDaniel Micay-11/+5
2013-01-22Add more constructors for managed vectors (as proposed in issue #4553)gareth-0/+42
2013-01-22Merge pull request #4571 from thestinger/containerTim Chevalier-73/+94
2013-01-22add a base Container traitDaniel Micay-16/+20
2013-01-22add a container::Map traitDaniel Micay-50/+57
2013-01-22add a Mutable container trait with clearDaniel Micay-10/+20
2013-01-21docs: Fix typoTim Chevalier-1/+1
2013-01-21Update documentation with examples for various int, vec methods.William Ting-3/+74
2013-01-21minor int-template.rs cleanupWilliam Ting-2/+2
2013-01-20fix long linesDaniel Micay-2/+6
2013-01-20Merge pull request #4554 from thestinger/setTim Chevalier-2/+70
2013-01-20add a LinearSet type (implementing the Set trait)Daniel Micay-2/+45
2013-01-20add a Set trait and implement it for TreeSetDaniel Micay-0/+25
2013-01-20repr: represent char values as char literals rather than integers.Simon Sapin-1/+7
2013-01-18core: Allow set_buffer_ to be referred to as set-bufferTim Chevalier-2/+6
2013-01-18Rename copy_overlapping_memory() to copy_memory()Chris Peterson-52/+2
2013-01-18Comments: turn XXXes into FIXMEsTim Chevalier-2/+2
2013-01-17Add a license check to tidy. #4018Brian Anderson-2/+11
2013-01-17Add `finally` method for deferred executionBrian Anderson-0/+90
2013-01-17core: Add private global data interface. #3915Brian Anderson-0/+265
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-27/+68
2013-01-15Add at_exit function #4450Brian Anderson-0/+89
2013-01-15Spawn new tasks onto the primary scheduler by default. #3760Brian Anderson-68/+55
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-1/+1
2013-01-15Swap return value order in pipes::oneshot Issue #4496Nick Desaulniers-4/+5
2013-01-14Merge pull request #4485 from sanxiyn/use-truncateBrian Anderson-3/+2
2013-01-14Merge pull request #4484 from sanxiyn/test-retainBrian Anderson-0/+7
2013-01-14Merge pull request #4477 from jld/char-reprBrian Anderson-1/+1
2013-01-14spelling fixes for iter module docstringsDaniel Micay-3/+3
2013-01-14Use vec::truncate for vec::retainSeo Sanghyeon-3/+2