summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
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
2012-02-27Add libc module to libcore and utility file to help generate it.Graydon Hoare-0/+1
2012-02-22Add core::to_str moduleMarijn Haverbeke-0/+5
2012-02-18core: Export future modBrian Anderson-1/+2
2012-02-14core: Add core::futureBrian Anderson-1/+4
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-3/+10
2012-01-31add iter library in preliminary form (limited syntactic support)Niko Matsakis-2/+2
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-1/+6
2012-01-23core: Write docs that format correctly in markdown or pandocBrian Anderson-4/+2
2012-01-23core: More doc tweaksBrian Anderson-5/+5
2012-01-23core: Reformat the crate docs to look nicerBrian Anderson-14/+14
2012-01-23wipBrian Anderson-5/+7
2012-01-23core: Add crate docsBrian Anderson-0/+16
2012-01-17libstd => libcoreLenny222-0/+2
2012-01-13libcore: Add core::logging::console_on/off functionsBrian Anderson-1/+2
2012-01-08Declare MIT license in crate attributes, not BSDBrian Anderson-1/+1
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-0/+2
2011-12-31core: added support for bessel functionsStefan Plantikow-1/+2
2011-12-31Removed now obsolete mtypes moduleStefan Plantikow-1/+0
2011-12-31core: killed all math wrappersStefan Plantikow-1/+1
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at l...Graydon Hoare-0/+3
2011-12-14Moved std::math to std::coreStefan Plantikow-2/+7
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+41
2011-12-08Add crate_type attributes to rustc, std, coreBrian Anderson-1/+1
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+17