]> git.lizzy.rs Git - rust.git/history - src/libcore/core.rc
Declare MIT license in crate attributes, not BSD
[rust.git] / src / libcore / core.rc
2012-01-09 Brian AndersonDeclare MIT license in crate attributes, not BSD
2012-01-05 Graydon HoareMerge pull request #1440 from boggle/kmath
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Stefan PlantikowMoved generic float::min, max to core::math and cleaned...
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2011-12-31 Stefan Plantikowcore: added support for bessel functions
2011-12-31 Stefan PlantikowRemoved now obsolete mtypes module
2011-12-31 Stefan Plantikowcore: killed all math wrappers
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-24 Graydon HoareAdd support to libcore for encoded-in-rust unicode...
2011-12-14 Stefan PlantikowMoved std::math to std::core
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-12-09 Brian AndersonAdd crate_type attributes to rustc, std, core
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.