summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-06-21This was unsafe, and will probably leak.Eric Holk-8/+13
2012-06-21Remove some warnings and make tests pass.Eric Holk-10/+0
2012-06-21Basic functionality for new ports and chansEric Holk-33/+149
2012-06-21Library vecs are fast now.Eric Holk-14/+36
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-19/+106
2012-06-21core: Remove resolved FIXME around port destructionBrian Anderson-2/+0
2012-06-20Change core::comm to use classes instead of resourcesTim Chevalier-21/+30
2012-06-20Don't shadow a class name with a localTim Chevalier-5/+5
2012-06-20Comments only: typosTim Chevalier-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-3/+3
2012-06-19Temporarily ignoring tests that can go into infinite loops.Eric Holk-0/+2
2012-06-19Reference fixes.Eric Holk-4/+7
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-4/+234
2012-06-19Adding a lock/condition variable to libcore.Eric Holk-0/+72
2012-06-18core: Don't require copyable options where possible. Closes #2636Brian Anderson-9/+10
2012-06-16Revert "Adding a lock/condition variable to libcore."Tim Chevalier-72/+0
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-234/+4
2012-06-16Revert "Reference and whitespace fixes."Tim Chevalier-7/+4
2012-06-15Reference and whitespace fixes.Eric Holk-4/+7
2012-06-15Fixed a bug in extfmt where it couldn't parse unicode in format strings.Eric Holk-2/+3
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-4/+234
2012-06-15Adding a lock/condition variable to libcore.Eric Holk-0/+72
2012-06-15remove irrelevant fixme (#2607)Niko Matsakis-1/+1
2012-06-14Comments only: annotate FIXME in core::strTim Chevalier-1/+1
2012-06-14Comments only: annotate FIXMEs in core::runTim Chevalier-2/+2
2012-06-14Annotate one FIXME and remove anotherTim Chevalier-4/+3
2012-06-14Comments only: annotate FIXMEs in core::osTim Chevalier-14/+14
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-2/+2
2012-06-14Remove workaroundTim Chevalier-3/+2
2012-06-14Comments only: annotate FIXMEsTim Chevalier-2/+2
2012-06-14annotate FIXME in iter-traitTim Chevalier-1/+1
2012-06-14Comments only: Annotate FIXMEs in libcoreTim Chevalier-4/+4
2012-06-14In dvec, annotate a FIXME and uncomment append_iterTim Chevalier-20/+23
2012-06-14Add a Num typeclassPatrick Walton-0/+2
2012-06-12Rewrite int/uint helper functions to use refsErick Tryzelaar-32/+32
2012-06-12Convert most str and vec fns to slicesErick Tryzelaar-109/+114
2012-06-11core: More stack walkingBrian Anderson-9/+48
2012-06-08core: Don't deadlock on io streams in run::program_outputBrian Anderson-26/+72
2012-06-08Merge pull request #2560 from bstrie/numBrian Anderson-5/+3
2012-06-09Allow multiple `num` impls to be imported at onceBen Striegel-5/+3
2012-06-08Merge pull request #2559 from mozilla/incomingPatrick Walton-3/+18
2012-06-08core: Inline unsigned range functionBrian Anderson-0/+1
2012-06-08Inline `range` for all integral typesBen Striegel-0/+1
2012-06-08core: "inlune" is not an attributePatrick Walton-1/+1
2012-06-08core: Implement string equal natively to save a call into the shape code. Sha...Patrick Walton-2/+17
2012-06-08Convert reinterpret_cast + forget to 'transmute'Brian Anderson-23/+9
2012-06-08core: Add unsafe::transmuteBrian Anderson-1/+28
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-118/+76
2012-06-07core: Remove transitional codeBrian Anderson-11/+0
2012-06-07Merge branch 'incoming'Patrick Walton-2/+126