Lenny222
|
b19fdcced2
|
libstd => libcore
|
2012-01-17 10:51:43 -08:00 |
|
Brian Anderson
|
79207321ae
|
libcore: Add core::logging::console_on/off functions
These affect logging output to stdout globally, and turning the console off
has no effect when overridden by RUST_LOG.
|
2012-01-13 13:44:09 -08:00 |
|
Brian Anderson
|
c5564c9bae
|
Declare MIT license in crate attributes, not BSD
The Rust License is actually the MIT license, not BSD
|
2012-01-08 16:22:55 -08:00 |
|
Stefan Plantikow
|
1f10ee365c
|
Moved generic float::min, max to core::math and cleaned up some imports
|
2012-01-05 17:11:34 +01:00 |
|
Stefan Plantikow
|
16405386f0
|
core: added support for bessel functions
|
2011-12-31 03:45:17 +01:00 |
|
Stefan Plantikow
|
a72b1413ed
|
Removed now obsolete mtypes module
|
2011-12-31 03:45:17 +01:00 |
|
Stefan Plantikow
|
57ac67a5aa
|
core: killed all math wrappers
|
2011-12-31 03:45:17 +01:00 |
|
Graydon Hoare
|
ac13f0da9e
|
Add support to libcore for encoded-in-rust unicode character properties, at least. Add script to compute them from unicode.org.
|
2011-12-23 18:48:08 -08:00 |
|
Stefan Plantikow
|
50db7ce906
|
Moved std::math to std::core
- merges math and float into core::float
- Splits core::ctypes into core::ctypes and core::mtypes
- cmath is not exported
- stdtest::math passes
|
2011-12-14 14:54:16 -08:00 |
|
Graydon Hoare
|
fa9ad984fb
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
|
Brian Anderson
|
4f17131855
|
Add crate_type attributes to rustc, std, core
|
2011-12-08 21:09:48 -08:00 |
|
Graydon Hoare
|
447414f007
|
Establish 'core' library separate from 'std'.
|
2011-12-06 12:13:04 -08:00 |
|