| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -270/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-07 | Implement exp_m1 and ln_1p as methods for Float | Brendan Zabarauskas | -4/+5 | |
| Both expm1 and ln1p have been renamed to exp_m1 and ln_1p in order to be consistent with the underscore usage elsewhere. The exp_m1 method is used for increased accuracy when doing floating point calculations, so this has been moved from the more general 'Exponential' trait into 'Float'. | ||||
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -11/+0 | |
| 2013-04-27 | Rename `nextafter` to `next_after` to match method name in Float | Brendan Zabarauskas | -2/+3 | |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -68/+68 | |
| 2013-03-14 | Remove unused import in core | ILyoan | -4/+0 | |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -128/+142 | |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -0/+272 | |
| Reason: Better grouping of related modules, future-proving for a more extensive math library. | ||||
