about summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-1/+1
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+2
2012-08-21Remove fixmes about exporting. Close #2648, close #3119.Ben Blum-3/+2
2012-08-20Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.Graydon Hoare-0/+1
2012-08-15Convert more core types to camel caseBrian Anderson-0/+3
2012-08-15Convert more core types to camel caseBrian Anderson-0/+27
2012-08-14Convert more core types to camel caseBrian Anderson-0/+6
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-0/+14
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-3/+1
2012-08-07Add sync.rs with counting blocking semaphoresBen Blum-1/+2
2012-08-01core.rc export core::utilBen Blum-0/+1
2012-08-01Add core::util, with swap, replace, and noncopyableBen Blum-0/+4
2012-08-01Clean out transitional lint.Graydon Hoare-5/+0
2012-07-30Move send_map to libcoreBen Blum-0/+2
2012-07-28core: Fix compilation of intrinsic ops when testingBrian Anderson-0/+1
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-0/+5
2012-07-25rustc: Introduce a lang_items pass, part of coherence and operator overloading.Patrick Walton-0/+1
2012-07-24Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.Graydon Hoare-0/+2
2012-07-23Move fail upcall into rust libcore.Elliott Slaughter-0/+7
2012-07-17Create some infrastructure for building up @-vectors. Work on #2921.Michael Sullivan-1/+2
2012-07-14core.rc export dlistBen Blum-0/+1
2012-07-11Fix some version numbers.Graydon Hoare-1/+1
2012-07-06Removing locked queue port/chan prototype.Eric Holk-2/+1
2012-07-06Enabling pipes for all stages, and updating closure syntax.Eric Holk-2/+0
2012-07-06Moved pipes runtime support to libcore, and add a test that will help verify ...Eric Holk-2/+4
2012-07-05core: Actually build to_bytesBrian Anderson-0/+1
2012-07-05core: Export to_bytesBrian Anderson-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-30/+30
2012-07-02Add doubly-linked list to libcore (to be used in task.rs).Ben Blum-0/+6
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-3/+3
2012-06-21Basic functionality for new ports and chansEric Holk-1/+2
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-1/+2
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-2/+1
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-1/+2
2012-06-07Merge branch 'incoming'Patrick Walton-0/+2
2012-06-07Add a Num typeclassPatrick Walton-0/+2
2012-06-06core: Start on a stack walkerBrian Anderson-1/+1
2012-06-06Merge remote-tracking branch 'mozilla/incoming'Niko Matsakis-0/+2
2012-06-06core: Remove swappable. UnusedBrian Anderson-2/+0
2012-06-06Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"Tim Chevalier-0/+2
2012-06-06Revert "core: Remove swappable. Unused" due to test failuresPatrick Walton-0/+2
2012-06-06Revert "Merge pull request #2516 from mozilla/incoming" due to failuresPatrick Walton-2/+0
2012-06-05stdlib: Introduce ord and eq interfaces. Make std::sort::quick_sort3 use them...Patrick Walton-0/+2
2012-06-05core: Remove swappable. UnusedBrian Anderson-2/+0
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-6/+1
2012-05-26core: Fix capitalization in docsBrian Anderson-1/+1
2012-05-18add swappable/dvec modulesNiko Matsakis-1/+9
2012-05-16missing importNiko Matsakis-1/+1
2012-05-16correct long lineNiko Matsakis-5/+5