| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-18 | libcore: Remove task::set_min_stack | Brian Anderson | -12/+0 | |
| This existed to make up for the lack of stack growth, and wasn't generally safe. | ||||
| 2011-12-16 | Merge pull request #1317 from boggle/fix1315 | Graydon Hoare | -17/+49 | |
| fix to #1315 + small additions to std::either and result | ||||
| 2011-12-16 | core: marked fns as pure where possible | Stefan Plantikow | -14/+14 | |
| 2011-12-16 | std: added either::flip, to_result and result::to_either | Stefan Plantikow | -3/+35 | |
| 2011-12-16 | rename iter2 to iteri to match typical convention | Niko Matsakis | -6/+6 | |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -14/+14 | |
| 2011-12-16 | Make 1.f parse as a field access on the integer 1 | Marijn Haverbeke | -2/+2 | |
| A dot is only considered part of a number when not followed by a letter Closes #1306 | ||||
| 2011-12-15 | stdlib: Add a str::split_str() to split on a delimiter string of any length | Patrick Walton | -5/+41 | |
| 2011-12-14 | Moved std::math to std::core | Stefan Plantikow | -32/+788 | |
| - 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-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+4734 | |
| 2011-12-08 | Add crate_type attributes to rustc, std, core | Brian Anderson | -1/+1 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+17 | |
