about summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
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