summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
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
2012-05-16core: Fix typoBrian Anderson-1/+1
2012-05-15core: Generalize int-string conversions to all int typesBrian Anderson-2/+2
2012-05-15core: Generalize uint-string conversions to all uint typesBrian Anderson-5/+2
2012-04-30core: Move global_env mod into os modBrian Anderson-1/+0
2012-04-30core: Serialize all access to the environment using a weak global taskBrian Anderson-0/+1
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-2/+13
2012-04-19core: Improve docsBrian Anderson-28/+37
2012-04-16core: Factor out uint/u8/16/32/64 mods into uint-templateBrian Anderson-5/+48
2012-04-16core: Factor out int/i8/16/32/64 mods into int-templateBrian Anderson-5/+37
2012-04-06core: Add priv::chan_from_global_ptrBrian Anderson-1/+7
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-1/+1
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-03-14adjust auto_serialize to generate fns named serialize_T()Niko Matsakis-2/+1
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-1/+1
2012-03-13first (functional) version of the auto_serialize syntax extNiko Matsakis-1/+2
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+4
2012-03-10core: Remove empty bessel modBrian Anderson-2/+0
2012-03-10core: Remove the nearly empty math moduleBrian Anderson-2/+1
2012-03-09core: Convert to rustdocBrian Anderson-6/+4
2012-03-06Export os, libc and path from libcore.Graydon Hoare-5/+2
2012-03-02First cut at consolidated core::os module built on core::libc.Graydon Hoare-0/+6